.conditionne_form
{
	border:1px solid #ef983e;
	background-color:#fcead2;
	margin-top:5px;
	padding:3px;
}

.hint_color
{
	border: 1px solid #F49C21;
	background: #FBD8A5 url('/img/pointer.gif') no-repeat -10px 5px;
}

.hint_color .hint-pointer 
{
	background: url('/img/pointer.gif') left top no-repeat;
}

.hint_color .hintage-pointer 
{
	background: url('/img/pointer.gif') left top no-repeat;
}

#titreForm, .titrepage
{
	font: bold 1.1em arial, hevetica, sans-serif;
    color: #FFF;
	font-size: 12px;
    background: #ffaf37;
    margin: 0;
    padding: .5em;
}
/*style pour les doublons*/
.texte_entete, .contenu
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

#div_message_erreur {
    background-color: #ffaf37;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid black;
    font: 11px arial, hevetica, sans-serif;
}

input.error { border: 1px solid #ffaf37; }
select.error { background-color:#ffaf37;}
label.error_radio { background-color:#ffaf37;}

.obligatoire {
    font-weight: bold;
    color: #ffaf37;
}