/* *************************** */
/* formulaires                 */
/* *************************** */

form{
	margin:0px;
	padding-left:0px;
}

form p {
	margin:5px;
	float:left;
	display:block;
}

label {
	/*float:left;*/
	/*width:10em;*/
	display:block;
	line-height: 10px;
	/*padding:0 20px 0 0;*/
	/*text-align:right;*/
}

.label_oblig {
	background: transparent url(../images/form_label_oblig.png) no-repeat right center;	
}

.inputs {
	border:1px solid #E0DFE3;
	/*width:15em;*/
	/*float:left;*/
	line-height:18px;
}

form .titres {
	clear:both;
	font-size:1em;
	/*padding-bottom:0.4em;*/
	padding: 10px 0 5px 25px;
	font-weight:bold;
	color:#F65CB0;
}

form .separateurs {
	clear:both;
	height:2em;
	border-bottom:1px dashed #E0DFE3;
}

form .selectionne {
	border:1px solid #CC0000;
}

form .erreur {
	background-color:#FF0000;
	color:#FFFFFF;
}

#p_soumission {
	display: block;
	clear:left;
	padding: 15px 0 15px 80px;
}
#soumission {
	display: block;
	padding-bottom:3px;
	height: 24px;
	width:auto;
	color:#FFF;
	font-weight: bold;
	background-image:url(../images/boutonA.jpg);
	background-repeat:repeat-x;
	border: 1px solid #000;
}




