#erreur, .js_problem
{
	color:rgb(200,0,0);
	margin:8px 16px 8px 16px;
}

.js_fond_vert
{
	background-color:rgb(0,200,0) !important;
	color:rgb(255,255,255) !important;
}

.js_fond_rouge
{
	background-color:rgb(200,0,0) !important;
	color:rgb(255,255,255) !important;
}

#inscription_ok
{
	color:rgb(0,200,0);
	margin:8px 16px 8px 16px;
}

#obligatoire, #facultatif
{
	margin-bottom:16px;
	margin-left:20px;
	font-size:0.7em;
}

#obligatoire input[type="text"], #obligatoire input[type="password"], #facultatif input[type="text"], #facultatif select
{
	width:200px;
	float:left;
}

#obligatoire input[type="text"], #obligatoire input[type="password"]
{
	border:1px solid rgb(200,0,0);
}

#facultatif input[type="text"], #facultatif select
{
	border:1px solid rgb(0,0,0);
}

#facultatif select
{
	font-size:1em; /* nécessaire pour IE */
}

#obligatoire .haut, #obligatoire .bas, #facultatif .haut, #facultatif .bas
{
	width:795px;
	height:11px;
}

#obligatoire .haut, #facultatif .haut
{
	background:url(../../../images/common/bord_795_haut.png) no-repeat;
}

#obligatoire .milieu, #facultatif .milieu
{
	float:left;
	width:795px;
	background:url(../../../images/common/bord_795_milieu.png) repeat-y;
}

#obligatoire .bas, #facultatif .bas
{
	clear:both;
	background:url(../../../images/common/bord_795_bas.png) no-repeat;
}

#obligatoire .champs, #facultatif .champs
{
	margin-left:8px;
	width:779px;
}

#obligatoire .titre, #facultatif .titre
{
	float:left;
	width:180px;
	height:22px;
}

#obligatoire .champ, #facultatif .champ
{
	float:right;
	width:535px;
	height:22px;
}

.i_have_read
{
	line-height:22px;
	width:779px;
}

.i_have_read .accept_condition
{
	float:left;
	width:20px;
}

.i_have_read .label_agreement
{
	float:right;
	width:759px;
}

#obligatoire .validation, #facultatif .validation
{
	text-align:center;
}

.separation
{
	clear:both;
	font-size:0px;
	height:16px;
}