/* CSS Document */
.erreur{background-color:#006600; font-weight: normal;}


p.t_erreur{
font-weight:normal;
color:#FFF;
padding-left:225px;}


#formulaire{
width:550px;
height: 320px;
margin:auto;
margin-top:30px;
line-height:2em;
/*border:white 1px solid;*/
}

p.light{
font-weight:lighter;
}
label{
width:120px;
text-align:right;
cursor:pointer;
margin-top:10px;
float:left;
}
input, textarea{
width:260px;
margin-top:5px;
background-color:#FFFFFF;
bacground-repeat: repeat;
border: #FCA206 1px solid;
line-height:2em;
margin-left:10px;
}
body textarea{
height:100px;
}
input#envoyer{
width:100px;
height:1.5em;
line-height:1.2em;
font-weight:bold;
background-color:#FCA206;
margin:0;
color:#FFF;
cursor:pointer;
}
.droite{
width:100px;
float:right;
text-align:right;
padding-top:10px;
padding-right:45px;
/*border: 1px orange solid;*/
}

