.conditionne_form
{
	border:1px solid #87b7d3;
	background-color:#ebfafe;
	margin-top:5px;
	padding:3px;
}

.hint_color
{
	border: 1px solid #87b7d3;
	background: #ebfafe url('/img/diminutis/pointer.gif') no-repeat -10px 5px;
}

.hint_color .hint-pointer 
{
	background: url('/img/diminutis/pointer.gif') left top no-repeat;
}

.hint_color .hintage-pointer 
{
	background: url('/img/diminutis/pointer.gif') left top no-repeat;
}

#titreForm, .titrepage
{
	font: bold 1.1em arial, hevetica, sans-serif;
    color: #FFF;
	font-size: 12px;
    background: #207d8a;
    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: #a5e0e9;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid black;
    font: 11px arial, hevetica, sans-serif;
}
input.error { border: 2px solid #a5e0e9; }
select.error { background-color:#a5e0e9;}
label.error_radio { background-color:#a5e0e9;}

.obligatoire {
    font-weight: bold;
    color: #be1686;
}