.obligatory {
	font-size : 8px;	
	color:#FF0000;
}

/**********************************
 *
 * les boutons submit
 *
 **********************************/
input.submitSmall {
 text-align:left;
 border: 0;
 padding: 0 12px 0 30px;
 background: url(../images/submit_small.gif) no-repeat;
 height: 18px;
 line-height: 18px;
 font-size : 11px;
 font-weight : bold;
 color : #2175ef;
}
input.submitLarge {
 text-align:left;
 border: 0;
 padding: 0 12px 0 30px;
 background: url(../images/submit_large.gif) no-repeat;
 height: 18px;
 line-height: 18px;
 font-size : 11px;
 font-weight : bold;
 color : #2175ef;
}
input.submitXLarge {
 text-align:left;
 border: 0;
 padding: 0 12px 0 30px;
 background: url(../images/submit_xlarge.gif) no-repeat;
 height: 18px;
 line-height: 18px;
 font-size : 11px;
 font-weight : bold;
 color : #2175ef;
}

/**********************************
 *
 * pour la page d'erreur
 *
 **********************************/

#contenu_erreur {
	margin: 0px auto;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	color : #576A76;
	background : white;
}
