body {
font-family:arial;
font-size:12px;
color:white;
text-align:center;
background:url(images/af_form_fond_logo.png) no-repeat center 100px;
background-color: #333;
}

a{
color:#ddb328;
}

input[type=submit] {
border:1px solid #606060;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #252525;
padding:0px 10px;
padding-top: 1px;
height: 33px;
background-repeat: no-repeat;
border:0px;
background:url(images/af_form_fond_bouton_centre.jpg) repeat-x;
background-color:#a0a0a0;
margin:20px 10px;
width:400px;
}

	
	
select{
font-size:12px;
}

p {
margin:10px auto;
}

/*================================================ Menu =========================================*/
.menu {
color:#606060;
margin:30px auto;
}

.actif {
color:white;
}

/*===================================================================================================*/

/*======================================== Formulaire =============================================*/
.formulaire {
width:900px;
margin:10px auto;
text-align:center;
border:1px solid #606060;
}

.formulaire  legend{
font-weight:bold;
color:white;
}

.formulaire  p {
padding:0px 10px;
text-align:left;
font-weight:bold;
}

.formulaire  div {
padding-right:330px;
}

.formulaire  div p {
padding-left:10px;
text-align:right;
font-weight:bold;
}

.formulaire  input[type=text] {
 border:1px solid black;
 background-color:#505050;
 color:white;
 width:150px;
 font-weight:bold;
 height:20px;
}

.formulaire  select {
 border:1px solid #606060;
 width:150px;
}

/*===================================================================================================*/

.champs_obligatoire {
font-size:10px;
clear:both;
}

.span_red {
color:#ddb328;
}

.span_10{
font-size:10px;
}

.erreur_formulaire {
color:#ddb328;
font-weight:bold;
}

.erreur_formulaire input[type=text], .erreur_formulaire select{
border:1px solid #ddb328;
}