
/* CSS Document */

/* Les elements du formulaire*/

input{
background-color:#EBF2F8;
border-bottom:1px solid #B0B1B2;
border-style:none none solid;
color:#000000;
font-family:Verdana,"Bitstream Vera Sans","Lucida Grande",sans-serif;
font-size:110%;
margin-right:0;
margin-top:2px;
padding-bottom:4px;
padding-top:3px;
width:200px;
	}
	
	 .message{
background-color:#EBF2F8;
border-bottom:1px solid #B0B1B2;
border-style:none none solid;
color:#000000;
font-family:Verdana,"Bitstream Vera Sans","Lucida Grande",sans-serif;
font-size:110%;
margin-right:0;
margin-top:2px;
padding-bottom:4px;
padding-top:3px;
width:600px;
	}

select{
background-color:#EBF2F8;
border-bottom:1px solid #B0B1B2;
border-style:none none solid;
color:#000000;
font-family:Verdana,"Bitstream Vera Sans","Lucida Grande",sans-serif;
font-size:110%;
width:200px;

	}

input.inputnormal
{
background-color:#EBF2F8;
border-bottom:1px solid #B0B1B2;
border-style:none none solid;
color:#000000;
font-family:Verdana,"Bitstream Vera Sans","Lucida Grande",sans-serif;
font-size:110%;
margin-right:0;
margin-top:2px;
padding-bottom:4px;
padding-top:3px;
width:200px;

	}
	

	
/*Les lignes*/	

	
div.bloccellule{

margin: 0px;
padding: 0px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
margin-top:10px;
/*background:#FFFFFF;*/


}	


div.tetecellu{
	width:100%;
	margin: 0px;


	padding-top: 5px;
	padding-bottom:5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	overflow: hidden;

	background:#e3e3e3;
	
	
}


div.cellu{
	width:100%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom:3px;
	padding-left:5px;
	color: #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	overflow: hidden;
	background:#FFFFFF;
}

div.ligne{

	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1px;
	/*padding: 0px;*/
	color: #000000;
	background-color: #FAFAFA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}


