/* CSS Document */
#adresse, #nom, #prenom, #ville, #adresse2, #nom2, #prenom2, #ville2, #cp, #cp2, #email, #portable, #tel, #portable2, #tel2, #mail, #message {
 width:100%;	
}
/*#FormulaireReservation input {
 width:100%;	
}*/
.Bouton {
	display: block;
	height: 35px;
	background : url(../images/boutonA.gif) no-repeat left top;	
	padding: 5px 0 0 40px;
}
.Bouton a{
	font-size: 16px;
	font-weight: bold;
	color:#FFCC00;
}
.Bouton a:hover{
	background : url(../images/boutonB.gif) no-repeat left top;	
}