/* CSS Document */
form {
	margin:0px;
	padding:0px;
}
#contenantFormulaire {
	margin-top:50px;
	margin-left:40px;
}
#colonneCentrale{
	width:565px;
}
input,select,textarea {
	border:none;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:baseline;
}
textarea {
	border-right-color:#CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color:#CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width:1px;
	border-top-color:#CCCCCC;
}
#champMessage{margin-top:10px;}
#votreMessage{margin-bottom:-25px;}
label {
	color:#666666;
}
label, input {
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:rgba(255,255,255,0.3);
	color:#333;
}
.rouge{
 color:#BF0000;
}
#aRenseigner{
float:left;
width:150px;
font-size: 9px;
color:#A7A7A7;
}
#envoyer{
margin-left:348px; 
margin-top:-5px;
line-height : 9px;
cursor:pointer;

}
#coordonnées{
	margin-top:180px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	text-align:left;
	margin-right:30px;
}
#infoLegales{
color:#BF0000;
}
#avertissement1{
color:#666666;
margin-top:50px;
margin-left:0px;
}
#avertissement2{
color:#666666;
margin-left:0px;
margin-top:50px;
}