@charset "UTF-8";
/* CSS Document */
/* formulaire.css by CC 081013 */
/* modif ashor 2008-10-13 */


/***********/
/* GENERAL */
/***********/
.form_standard {
	font-size:1.2em;
	color:#666;
}
.form_standard .contour {
	border:1px solid #91752C;
	padding:10px;
}




/**************/
/* TITRAILLES */
/**************/
.form_standard h2,
.form_standard h3 {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}
.form_standard h2 {
	color:#91752C;
	font-size:18px;
	margin:0 0 10px 0;
}
.form_standard h3 {
	color:#666;
	margin:0;
	padding:0;
	font-size:15px;
}





/*******************/
/* LEGENDES CHAMPS */
/*******************/
.form_standard label {
	width:165px;
	display:block;
	float:left;
	padding-top:12px;
	color:#000;
	border-bottom:1px dotted #DDD;
}
.form_standard label.ligne_entiere {
	display:block;
	width:auto;
}
.form_standard label span.obligatoire {
	color:#00574D;
	font-size:larger;
	font-weight:bold;
}
.form_standard a {
	color:#F27D3A;
}




/***************************/
/* ELEMENTS DE FORMULAIRES */
/***************************/
.form_standard input,
.form_standard textarea,
.form_standard select {
	border:1px solid #91752c;
	color:#666;
	padding:3px;
	margin:4px 0;
}
.form_standard input:active,
.form_standard textarea:active,
.form_standard select:active,
.form_standard input:hover,
.form_standard textarea:hover,
.form_standard select:hover {
	background:#EBE3D2;
}

.form_standard input.champ_bouton {
	color:#FFF;
	font-weight:bold;
	background:#666;
}
.form_standard input.champ_bouton:hover {
	background:#999;
}

.form_standard input.champ_checkbox {
	border:none;
}

.form_standard input.champ_texte {
	width:350px;
}

/* span.cartouche added by CC 081119 */ 
.form_standard  span.cartouche {
	background-color: #ee6c23;
	height: 14px;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 0pt;
	padding-left: 12px;
}

/* a.cartouche added by CC 081119 */ 
.form_standard  a.cartouche {
	color: #fff;
}

/* a.cartouche:hover added by CC 081119 */ 
.form_standard  a.cartouche:hover {
	text-decoration: underline;
}


/* table added by CC 081124 */ 

.form_standard table.filet {
	border-width:1px; 
	border-style:solid; 
	border-color:#91752c;
	margin-left: 32px ;
	/* width:50%; */
}

/* span.cartouche added by CC 081124 */ 
span.cartouche {
	background-color: #ee6c23;
	height: 14px;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 0pt;
	padding-left: 12px;
}

/* a.cartouche added by CC 081124 */ 
a.cartouche {
	color: #fff;
}

/* a.cartouche:hover added by CC 081124 */ 
a.cartouche:hover {
	text-decoration: underline;
}

/* p.fondblanccentre added by CC 081124 */ 

p.fondblanccentre2 {
	margin:0 0 0 6px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	background:#FFFFFF;
	padding:3px 25px;
	margin:0 0 0 0px;
	border-top:1px solid #D0C3A4;
	border-bottom:1px solid #D0C3A4;
	border-left:1px solid #D0C3A4;
	border-right:1px solid #D0C3A4;
}

