/* GENERAL ------------------------------------------------------------------------------------------------*/
body 	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;	color: #333;	margin: 0px; padding: 0px;
	   	  background-color: #FFF; }
		  
/* STRUCTURE -------------------------------------------------------------------------------------------------*/
#contenu 	{
	height: 209px;
	width: 344px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: #FFFFFF url(../images/centre.jpg) no-repeat left top;
}
			  
#footer 	{
	width: 163px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 182px;
	top: 198px;
	z-index: 1;
	height: 12px;
	font-size: 9px;
}
			  
#txt 		{
	text-align: left;
	margin: 0 20px;
	padding: 0;
	position: absolute;
	z-index: 2;
	height: 61px;
	width: 340px;
	left: -16px;
	top: 3px;
	color: #000000;
	font-size: 11px;
}

#inputs 	{
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	top: 110px;
	position: absolute;
	z-index: 2;
	left: -5px;
	text-align: left;
	width: 294px;
	height: 85px;
}
			  
#button 	{
	text-align: center;
	z-index: 2;
	position: absolute;
	left: 240px;
	top: 155px;
	width: 81px;
}


/* MISE EN FORME -----------------------------------------------------------------------------------------------*/
.txtCoul 	{
	color: #E97501;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.txtCoul2 	{
	color: #000000;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.txt 		{ color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; }
.cnil 		{ color: #333; text-decoration: none; font: bold 9px Verdana, Arial, Helvetica, sans-serif; }
.cnil:hover { color: #999; text-decoration: underline; }
.powered 	{ border: 0px; margin-left: 3px; }


/* FORMULAIRE  -----------------------------------------------------------------------------------------------*/
.champs 	{ font: 10px Verdana, Arial, Helvetica, sans-serif; color: #000000;	height: 17px; width: 100px; margin-left: 5px; margin-bottom: 2px; }
form 		{ margin: 0; padding: 0; }
select 		{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:5px;
	margin-left:5px;
	background-color: #FFFFFF;
	border: 1px solid #333;
	height: 18px;
	width: 117px;
}
.select 		{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:5px;
	margin-left:5px;
	background-color: #FFFFFF;
	border: 1px solid #333;
	height: 18px;
	width: 117px;
}
label 		{
	display: inline;
	float: left;
	width: 120px;
	font-weight: bold;
	text-align:right;
	color:#303941;
	margin-top:2px;
}
input 		{ font: 10px Verdana, Arial, Helvetica, sans-serif; color: #000000; margin-bottom:5px; margin-left:5px;	background-color: #FFFFFF;
			  border: 1px solid #333; height: 15px; }
input.image {
	height: 38px;
	width: 59px;
	margin:0;
	border: none;
}
#btPowered {
	z-index: 2;
	position: absolute;
	top: 199px;
	text-align:center;
	height: 3px;
	left: 1px;
}

