/*
**
** CONTACT
**
*/

.contact{ width: 663px; height: 548px; background: url('../images/bg_contact.png') repeat-x; }
.contact .up{ padding-bottom: 4px; border-bottom: 4px solid #cc0300; width: 647px; margin: auto; }
.contact .up .logo{ width: 45px; height: 44px; background: url('../images/contact.png'); display: inline-block; vertical-align: bottom; }
.contact .up h2{ line-height: 20px; display: inline-block; vertical-align: bottom; font-family: Compressed; font-weight: bold; font-size: 22px; color: #cb2026; text-transform: uppercase; }
.contact .espace{ width: 1px; height: 15px; }
.contact .down{ width: 647px; margin: auto; }
.contact form p{ margin-bottom: 15px; padding: 0; }
.contact form p label{ display: inline-block; width: 130px; font-size: 17px; font-family: DCompressed; text-transform: uppercase; color: #000; }
.contact form p input{ display: inline-block; width: 195px; height: 23px; border: 1px solid #9b9b9b; border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; }
.contact form p textarea{ vertical-align: top; display: inline-block;  width: 465px; height: 263px; border: 1px solid #9b9b9b; border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; }
.contact form #submit{ width: 74px; height: 26px; cursor: pointer; margin-top: 0px; margin-bottom: 10px; margin-left: 530px; border: none; background: url('../images/bouton_envoyer.png') repeat-x; }


