/* BOUTONS */


a.bouton, button.bouton {
	display:-moz-inline-box;
	display:inline-block;
	padding:0;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:0;
	background:none;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a.bouton span, button.bouton span {
     float:left;
     padding:0 0 0 20px;          /* Largeur du côté gauche */
     vertical-align:middle;
     background:url(../img/bouton_gch.gif) left top no-repeat;
}

a.bouton span span, button.bouton span span {
     padding:0 20px 0 0;          /* Largeur du côté droit */
     background:url(../img/bouton_dte.gif) right top no-repeat;
}

a.bouton span span span, button.bouton span span span {
	height:30px;          /* Hauteur du bouton */
	padding:0;
	line-height:26px;     /* Alignement vertical du texte */
	background:url(../img/bouton_mil.gif) left top repeat-x;
	color: #333;
}

/* Correction des bug Internet Explorer */
* html button {width:1%; overflow:visible;}
*:first-child+html button {overflow:visible;}



/* STYLES GEENRIQUES DE FORMULAIRES */

div.page form {
	margin-top: 30px;
	margin-bottom: 20px;
}

div.page form input, form select, form textarea {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

div.page .required span {
	color: #FF0000;
}
div.page form p, div.corporate form p {
	margin: 0px;
}
div.page form div.clearfloat {
	height: 10px;
}
div.page form input.norm, textarea.norm {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 1px;
}
div.page form label {
	float: left;
	padding: 4px;
	width: 140px;
}

