@charset "utf-8";

body 
	{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/fond3.jpg) repeat-y center;
	position:relative;
	font: 1em/1.4em Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size:12px;
	}

* 
	{
	margin:0;
	padding:0;
	}

a 
	{
	color:#666;	
	text-decoration:none
	}

a:hover 
	{
	color:#999;	
	border:0;
	}

p 
	{
	margin:0;
	padding:5px 0;
	font-size:12px;
	}
	
h1 
	{
	color:#444;
	font-size:30px;
	display:block;
	margin-top:18px;
	}

h2 
	{
	color:#666;
	font-size:12px;
	display:block;
	text-transform:uppercase;
	text-align:left;
	margin-top:-20px;
	margin-left:-20px;
	margin-bottom:10px;
	}

h2 span
	{
	background-color:#efefef;
	display:block;
	width:200px;
	padding:5px;
	}

.bleu
	{
	color:#00AAFF;
	}
	
.gris
	{
	color:#878787;
	}
	
center
	{
	margin:20px;
	padding:20px;
	border:1px solid #ddd;
	}
	
textarea
	{
	width:100%;
	height:300px;
	background-color:#f8f8f8;
	border:1px solid #dfdfdf;
	}
	
input
	{
	width:100%;
	background-color:#f8f8f8;
	border:1px solid #dfdfdf;
	}
	
input.submit
	{
	width:120px;
	border:1px solid grey;
	background-color:#eee;
	}

img
	{
	border:0
	}

.texteGauche
	{
	text-align:left;
	}

div#formulaire
	{
	width:500px;
	}
	
p.ssTitre
	{
	color:#bbb;
	}
	
div#fondPlein
	{
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	background-image:url(../images/75p_white.png);
	padding:10px;
	z-index:90;
	}
	
div#confirmation
	{
	height:153px;
	width:335px;
	position:fixed;
	top:20%;
	left:35%;
	z-index:99;
	background-image:url(../images/75p_black.png);
	padding:10px;
	}
	
div#confirmation table
	{
	border:1px solid grey;
	width:335px;
	height:155px;
	background-color:white;
	text-align:center;
	}
	
table.galerie
	{
	text-align:center;
	}
