#central {
	background-image: url("../images/fond-page_general.jpg");
	background-repeat: repeat-y;
}
#cadreformulaire { 
	width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px; 
	border: 2px outset #333333; 
}
h2 {
	font-family: arial;
	font-size: 10pt;
	color: #333333;
}
.input { 
	font-family: arial; 
	font-size: 12pt; 
	font-weight: normal; 
	border: 1px solid #333333; 
	background-color: #FFFFFF; 
}
textarea { 
	font-family: arial; 
	font-size: 12pt; 
	font-weight: normal; 
	margin-left: 0px; 
	border: 1px solid #333333; 
	background-color: #FFFFFF; 
	overflow: scroll; 
}
/* ----------début boutons submit---------- */
button.bouton {
	display:-moz-inline-box;
	display:inline-block;
	margin:0;
	padding:0;
	font: 12pt Arial;
	color : #FFFFFF;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:0;
	background:none;
}
button.bouton span {
	position:relative;
	float:left;
	padding:0 0 0 12px; /* Largeur du côté gauche */
	vertical-align:middle;
	background:url(../images//bouton_gch.gif) left top no-repeat;
}
button.bouton span span {
	padding:0 12px 0 0; /* Largeur du côté droit */
	background:url(../images/bouton_dte.gif) right top no-repeat;
}
button.bouton span span span {
	height:40px; /* Hauteur du bouton */
	padding:0;
	line-height: 18pt; /* Alignement vertical du texte */
	background: url(../images/bouton_mil.gif) left top repeat-x;
}
* html button {width:1%; overflow:visible;} /* Correction des bug Internet Explorer */
*:first-child+html button {overflow:visible;} /* Correction des bug Internet Explorer */
/* ----------fin boutons submit---------- */

