.conditionne_form
{
	border:1px solid #79b0e8;
	background-color:#e4effa;
	margin-top:5px;
	padding:3px;
}

.hint_color
{
	border: 1px solid #79b0e8;
	background: #c8dff6 url('/img/pf_gene_small/pointer.gif') no-repeat -10px 5px;
}

.hint_color .hint-pointer 
{
	background: url('/img/pf_gene_small/pointer.gif') left top no-repeat;
}

.hint_color .hintage-pointer 
{
	background: url('/img/pf_gene_small/pointer.gif') left top no-repeat;
}

#titreForm, .titrepage
{
	font: bold 1.1em arial, hevetica, sans-serif;
    color: #FFF;
	font-size: 12px;
    background: #c8dff6;
    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: #9fcdfd;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid black;
    font: 11px arial, hevetica, sans-serif;
}

input.error { border: 1px solid #9fcdfd; }
select.error { background-color:#9fcdfd;}
label.error_radio { background-color:#9fcdfd;}

.obligatoire {
    font-weight: bold;
    color: #9fcdfd;
}
#contenuForm
{
	background-color:#FFFFFF;
	padding:10px;
}