/* CSS Document */
label.titre,label.error,.input, textarea{
font-family:Arial, Helvetica, sans-serif;
}
label.titre { display: inline ;
	float: left ;
	width: 100px ;
	color:#ccc;
	font-size: 11px;
	font-weight:normal;
}
label.error{
font-size:10px;
color:#F00;
padding:0 0 0 10px;
}
.input {
	background-color: #ccc;
	color:#333;
	border: 1px solid #ccc;
	margin:0 0 3px 0;
	width:255px;
	font-size:12px;	
}
#message {
	margin:0px 0 0 0px;
	width:255px;
	color:#333;
	font-size:12px;	
}
.btn_envoyer {
	margin:10px 0 0 54px;
	background-image:url(../images/btn_envoyer.jpg);
	background-repeat: no-repeat;
	background-position: left -29px;
	width:150px;
	height:29px;
	border:0;
	text-align:center;
}
.btn_envoyer:hover{
	background-position: left top;
}
#form1 p {
	margin:10px 0 10px 10px;
	font-size:10px;
}
.marge20{
margin:0 0 7px 10px;
}
.majuscules {
	text-transform: uppercase;
}	
.premiere_majuscules {
	text-transform:capitalize
}	
p.mini_info{
float:left;
font-size:10px;
color:#ccc;
width: 278px;
text-align:center;
margin:-10px 0 0 0;
}
#confirmation_envoi{
	color:#FFF;
	margin:60px 0 0 0;
	text-align:center;
	line-height:18px;
	font-weight:bold;
}
