@charset "UTF-8";
/* CSS Document */
#contenu_form form {
	padding-top: 10px;
}
#contenu_form #champ_obli {
	text-align: right;
	margin-right: 120px;
}
#contenu_form .rouge {
	color: #cc0000;
}
input{
	margin-left: 5px;
}
select{
	margin-left: 5px;
}
textarea{
	margin-left: 5px;
	height: 100px;
	max-width:275px;
}
label{
	display:block;
	float:left;
	width:150px;
	text-align:right;
	line-height:20px;
}
.champ {
	border: 2px solid #FFFFFF;
	font-size: 0.9em;
	width: 270px;
}
.champ:focus, .champ-court:focus {
	background-color: #FEFFDD;
	border: 2px solid #FEFFDD;
	color: #333333;
}

.champ-court {
	border: 2px solid #FFFFFF;
	font-size: 0.9em;
	width: 209px;
}
.champ-postal {
	border: 2px solid #FFFFFF;
	font-size: 0.9em;
	width: 80px;
}
#bouton {
	padding-top: 0px;
	text-align: right;
	margin-right: 120px;
	padding-bottom: 10px;
}
#bouton input {
	background-image: url(images/bg_envoyer.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: transparent;
	border-style: none;
	background-color: transparent;
	height: 38px;
	width: 126px;
	cursor:pointer;
	font-size: 0em;
}
#bouton input:hover {
	background-position: left bottom;
}
