/* - - - - - - - - - - Styles généraux - - - - - - - - - -  */
body{ overflow:hidden; 	
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	color: #333333;}



h1 { background: url("../Images/titre.gif") no-repeat; height:42px; line-height:50px; margin:0; padding-left:16px;}

a:link {color:#000}
a:hover {color:#888}
a:active {color:#888}
a:visited {color:#000}


/* - - - - - - - - - - Liste des Revendeurs - - - - - - - - - -  */
#revendeurs {
width:302px;
float:left;
text-align:left;
}
#revendeurs h1 {background: url("../Images/titre_revendeurs.gif") no-repeat;}

#revendeurs p {width:250px; margin:5px 18px 17px 18px;padding-bottom:5px;border-bottom:1px dotted #ccc;}

.radiobtn{float:right }
.revendeurs_caract { width:100px;display:block;float:left;}



/* - - - - - - - - - - Liste des Commerciaux - - - - - - - - - -  */
#commercial_barrisol {
	width:413px;
	float:left;
	text-align:left;
	height:175px;
	overflow:hidden;
}

#commercial_barrisol p {margin:5px 18px 0 18px;padding-bottom:8px;border-bottom:1px dotted #ccc;}


/* - - - - - - - - - -  Formulaire de contact - - - - - - - - - -  */
#formulaire_contact {
width:413px;
float:left; 
text-align:left;
}


#formulaire_contact p {margin:5px 0 17px 18px;padding-bottom:8px;border-bottom:1px dotted #ccc;}

.contactform_input, textarea {background-color:#d5deee;border:1px solid #ccc;}

.contactform label {
	float:left;
	width:100px;
}

.contactform_input {
	margin-bottom:10px;
	width:265px;
}

.contactform_submit{
	margin-top:0;
	margin-left:100px;
}

/* - - - - - - - - - - Page de confirmation après validation du formulaire - - - - - - - - - */

.conteneur1 {
text-align: center;
margin-top:200px;
}
.centre2 {
margin-left: auto;
margin-right: auto;
width: 413px;
text-align: left;
}