.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;
}

#div_message_erreur {
    background-color: #FF9900;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid black;
    font: 11px arial, hevetica, sans-serif;
}

input.error { border: 1px solid #FF9900; }
select.error { background-color:#FF9900;}
label.error_radio { background-color:#FF9900;}

.obligatoire {
    font-weight: bold;
    color: #FF9900;
}