
/* CSS Document */



body{

	
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}


a{
color:#BCCE00;
font-size:18px;
font-weight:bold;
text-decoration:none;

}



#global{
	
	height:600px;
	width:800px;
	margin:0 auto;
	margin-top:100px;
	border:solid 10px #06131C;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	
}

#gauche{

width:136px;
height:600px;
float:left;
background:url(../img/bandeau-electri-cycle.jpg) no-repeat #fff;

}


#droite{
width:664px;
height:600px;
float:left;
background:#fff;
}



#revendeur{

width:270px;
float:left;
height:100px;
border:solid 1px #CCC;
margin-left:25px;
margin-top:20px;
padding:10px;

}


#titre_revendeur{


color:#BCCE00;
font-size:14px;
font-weight:bold;

}

#adresse_revendeur{

font-size:11px;
font-weight:bold;

}

#revendeur a{

font-size:10px;
color:#BACC00;
 }