#formcontact {
/*background-color : #edd;*/
/*
border-top : 1px solid #eee;
border-bottom : 1px solid #eee;
*/
width : 500px;
padding : 10px;
}

#contact_intitule {
float: left;
text-align	:	right;
width: 100px;
padding : 7px;
font-size: 10px;
font-weight: normal;
}
#contact_intitule_error {
float: left;
text-align	:	right;
width: 100px;
padding : 7px;
font-size: 10px;
font-weight: normal;
color		:	#a00;
font-weight: bold;
}
#contact_champs {
float: left;
text-align: left;
padding : 5px;
}
#contact_champs_error {
float: left;
text-align: left;
padding : 5px;
padding-left : 15px;
background-image:url("img/arrow2.gif");
background-repeat: no-repeat;
background-position:center left;
background-attachment: scroll;
/*
border : 1px solid #f00;
color : #f00;
*/
}
#contact_spacer {
height:0px;
clear: both;
}
#contact_submit {
padding-left : 120px;
color : #fff;
}
#contact_message_erreur {
color : #a00;
font-weight: bold;
padding-bottom : 20px;
}
#contact_confirmation {
padding : 20px;
padding-top : 50px;
padding-bottom : 50px;
font-weight: normal;
font-size: 12px;
color : #aaa;
}


#contact_nota_ps {
padding-top : 20px;
font-size: 9px;
}

input.contact {
/*
padding:2px;
height:16px;
width : 180px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333534;
background-image:url("pic_v2/fnd_input.gif");
background-position:top right;
*/
/*
border:1px solid #B5B5B5;
border:1px solid #bbb;
*/
padding : 3px;
color : #fff;
border : 0;
background-color : #333;
width : 125px;
font-size : 10px;
}
select.contact {
/*
padding:2px;
width : 190px;
height:21px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333534;
background-image:url("pic_v1/fnd_input.gif");
background-position:top right;
border:1px solid #bbb;
*/
padding : 2px;
color : #fff;
border : 0;
background-color : #333;
width : 250px;
font-size : 12px;

}
textarea.contact {
/*
width : 320px;
height : 100px;
padding:5px;
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333534;
border:1px solid #B5B5B5;
*/
padding : 5px;
color : #fff;
border : 0;
background-color : #333;
width : 250px;
height : 100px;
font-size : 12px;
}

.form_btn_contact {
font-size	:	1em;
font-weight	:	bold;
color		:	#fff;
border		:	1px outset #000000;
background-color:	#333;
}
