#revendeurs, #no-revendeurs {
	float: left;
	width: 980px;
	clear: both;
	margin: 10px 0px 30px 0px;
	border-bottom: solid 1px #CCCCCC;
}

#revendeurs-results{
	float:left;
	margin-bottom:10px;
}

#revendeurs-results h3{
	margin-left:10px;
}

#revendeurs-map {
	float: left;
	width: 960px;
	height: 450px;
	margin: 0 10px 30px 10px;
}

#revendeurs p {
	
	margin: 0;
	padding: 0;
	line-height: 15px;
}

#revendeurs ul{
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;	
	float:left;
	width:960px;
}	

#revendeurs li{
	float:left;
	clear:none;
	margin:10px;
	width:440px;
	padding:10px;
	background-color:#FFFFFF;
	//border-color: #c1c1C1;
	//border-style: solid;
	//border-width: 1px;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    -moz-box-shadow: 0px 0px 3px #aaa;  
    -webkit-box-shadow: 0px 0px 3px #aaa;  
    box-shadow: 0px 0px 3px #555;
    height:180px;
}

.infos_storiste{
	float:left;
	//clear:right;
	width:200px;
}

.illus_storiste{
	float:right;
	
}

#reseau{
	float:right;
	clear:right;
	margin:0px 0px 10px 0px;
	padding:5px;
	width:200px;
}

#cfmb{
	float:right;
	clear:right;
	margin:-30px 0px 10px 0px;
	padding:5px;
	
}


#photo_storiste{
	float:right;
	clear:right;
	margin:10px 0px;
	padding:5px;
	background-color:#ffffff;
	border: solid 1px #CCCCCC;
	width:200px;
}

#photo_storiste:hover{
	border: solid 1px #666;
}



#revendeurs li h3{
	margin-top:0px;
	margin-left:0px;
	/*float:left;*/
}	



/******FORMULAIRE********/

#revendeurs-form {
	float:left;
	width:580px;
	padding-top:30px;
	//padding-bottom: 20px;
}

#revendeurs-form p {
	height:30px;
}

#revendeurs-form div {
	float:left;
	width:100%;
	margin:5px 0;
}


.revendeurs-form-label {
	font-size:14px;
	font-weight:bold;
	float:left;
	clear:right;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:5px;
}

.revendeurs-form-input { 
	float:left;
	clear:right;
	padding:0px;
	margin:5px;
	margin-top:0px;
	
}

.revendeurs-form-input input{
	border: 2px solid #d2d2d2;
	color:#666;
	font-family: Arial;
	font-size: 14px;
	background-color: #fff;
	padding: 5px;
	margin-top:-5px;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    width:250px;
}


    
#revendeurs-form-application{
	width:250px;
	margin-left:30px;
}

#revendeurs-form-pays{
	width:120px;
	/*margin-right:100px;*/
}

#revendeurs-form-search{
	margin:10px 0px;
	float:right;
	padding:5px;
	background-color: #DA0027;
	border: 0px solid;
	color: #FFF;
	width:150px;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
     
}


/**********************/

#erreur{
	background-color:#ffa0a0;
	color:#a00000;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}


#cross_link{
	float:left;
	width:980px;
}

#most_searched, #last_searched{
	margin:10px;
	float:left;
	clear:right;
	width:470px;
}



#champ_obligatoire{
	font-size:10px;
	float:left;
	width:100%;
	color:#DA0027;
}

.button_devis{
	float:left;
	padding:5px;
	margin:10px ;
	background-color:#666;
	color:#fff;
	
	//border-color: #c1c1C1;
	//border-style: solid;
	//border-width: 1px;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
}

.button_devis:hover{
	text-decoration:none;
	background-color:#DA0027;
	
}

