.conteneur_formulaire {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(images_interface_resa/corps_formulaire.jpg);
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}
.conteneur_formulaire table{
	margin-right: auto;
	margin-left: auto;
}
.conteneur_formulaire table td{
	padding: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0051A;
}
.conteneur_formulaire select{
	font-size: 11px;
}
.conteneur_formulaire input{
	font-size: 11px;
}
.conteneur_formulaire #contenuformulaire {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.chapo_formulaire {
	font-size: 12px;
	line-height: 15px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-bottom: 10px;
	text-align: center;
}
.cellulevalidation {
	background-color: #E3E3E5;
}
.celluletetiere {
	background-color: #C20217;
	font-weight: bold;
	color: #FFF;
}
.celluletotal {
	font-weight: bold;
	color: #C0051A;
	text-align: right;!important
}

.grasrouge {
	font-weight: bold;
	color: #BF0419;
}
.conteneur_submit {
	text-align: center;
	margin-top: 10px;
}

