/* CSS Document */
label.titre,label.error,.input, textarea{
font-family:Arial, Helvetica, sans-serif;
}
label.titre { display: inline ;
	float: left ;
	width: 120px ;
	margin-left: 10px ;
	color:#fff;
	font-size: 12px;
	font-weight:normal;	
}
label.error{
font-size:10px;
color:#fff200;
padding:0 0 0 10px;
display:block;
}
.input,textarea{
	background-color: #F5FBFE;
	color:#333;
	border: 1px solid #ccc;
	margin:0 0 12px 0;	
	font-size:12px;
	background-image: url(../images/logo/inputs.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	border:1px solid #ABD3EC;
}
.input{
height:20px;
width:300px;
}
#codepostal{
width:60px;	
}
#tel{
width:120px;	
}
#message {
	margin:0px 0 0 10px;
	width:420px;
	color:#333;
	font-size:12px;
	height:120px;
}
.btn_envoyer {
	margin:10px 0 0 10px;
	background-image:url(../images/fonds/btn_envoyer.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:163px;
	height:33px;
	border:0;
	background-color:transparent;
}
.btn_envoyer:hover{
	background-position: left -33px;
}
#contact p {
	margin:10px 0 10px 10px;
	font-size:10px;
}
.marge20{
margin:0 0 7px 10px;
}
.majuscules {
	text-transform: uppercase;
}	
.premiere_majuscules {
	text-transform:capitalize
}	
#confirmation_envoi{
	color:#FFF;
	font-size:18px;
}

