html, body{
	margin:0;
	padding:0;
	background-color: #EAEEF2;
} 
 
#ColGauche{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
 }
 
 
#ColDroite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	
 }
 
 
#footer{
	height:25px;
	background-color:#004788;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
 } 
 
 
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f8f8f8;
	border: thin solid #c7d3ed;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f8f8f8;
	border: thin solid #c7d3ed;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f8f8f8;
	border: thin solid #c7d3ed;
}

.besto {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.bestohover {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-left-style: solid;
	border-top-color: #004788;
	border-right-color: #004788;
	border-bottom-color: #004788;
	border-left-color: #004788;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.langue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	padding-right: 5px;
}