#center p#warning, #center p.warn
{
	display: none;
	color: #f00;
	background-color: #fee;
	border: 1px solid #f00;
	padding: 5px;
	margin: 10px 20px 10px 20px;
	text-align: center;
}

#center p.warn
{
	display: block;
}

#center div.formulaire
{
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

html>body #center div.formulaire
{
	text-align: left;
}

/* ------------- ONGLETS-TITRES ----------------- */
#center p.onglet
{
	background: transparent url(../gfx/onglets/left_three.gif) top left no-repeat;
	background-position: 0% -300px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 5px;
}

#center p.onglet span
{
	background: transparent url(../gfx/onglets/right_three.gif) top right no-repeat;
	background-position: 100% -300px;
	padding: 5px 5px 5px 0;
}

#center div.formulaire form
{
	background-color: #fff;
	border: 1px solid #09c;
	padding-top: 10px;
	width: 100%;
}

html>body #center div.formulaire form
{
	width: 100%;
	padding-bottom: 10px;
}

#center div.f_row
{
	margin: 0 auto;
	clear: both;
	padding-top: 5px;
}

#center div.f_row label
{
	float: left;
	width: 35%;
	text-align: right;
	font-weight: bold;
	padding-top: 3px;
	color: #09c;
	font-size: 110%;
}

html>body #center div.f_row label
{
	padding-top: 1px;
}

#center input, #center textarea, #center select
{
	width: 100px;
}

#center div.f_row span.f_comp, #center div.f_row span.f_lien
{
	float: right;
	width: 62%;
	text-align: left;
}

#center div.f_row span.f_lien
{
	width: 73%;
	font-weight: bold;
	padding-left: 12px;
	background: transparent url(../gfx/formulaire/triangle.gif) top left no-repeat;
}

#center div.f_row span.f_lien a
{
	text-decoration: underline;
}


#center div.f_row span.f_comp input
{
	font-size: 12px;
	vertical-align: middle;
}

#center div.f_row span.f_comp input#ok, #center div.f_row span.f_comp input#news
{
	width: auto;
}

#center div.blue_bottom
{
	width: 100%;
	background-color: #09c;
	border: 1px solid #09c;
	text-align: center;
	padding-top: 10px;
}

#center div.blue_bottom p
{
	color: #fff;
	text-align: center;
}

#center div.blue_bottom a
{
	background-color: #fff;
}

