/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------*/
#content h2{
	margin-bottom: 16px;
}
/*------------------------------------------------------------------*/

#content .rechercher_revendeurs form{
	margin-bottom:30px;
	padding: 7px 0 0 6px;
	height: 35px;
	width:193px;
	background-image: url(images/common/rechercher_form_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content .rechercher_revendeurs form p{
	position: relative;
	height: 18px;
	line-height: 18px;
	width: 178px;
	border: 1px solid #c2cad1;
	float: left;
}
#content .rechercher_revendeurs form p label{
	position: absolute;
	left:6px;
	top:0px;
	color:#09153F;
	font-weight: normal;
	color:#a3aeb9;
}
#content .rechercher_revendeurs form p input{
	float: left;
}
#content .rechercher_revendeurs form p input#id_departement{
	border-style: none;
	width:160px;
	height: 18px;
	line-height: 18px;
	background-color: #FFFFFF;
}
#content .rechercher_revendeurs form p input.submit{
	background-image: url(images/common/rechercher.png);
	border:none;
	height: 18px;
	width: 18px;
}
/*------------------------------------------------------------------*/
#content .revendeurs{
	background-image: url(images/revendeurs/carte_france_bg.png);
	background-position: 50% 120px;
	background-repeat: no-repeat;
	float: left;
}
/*------------------------------------------------------------------*/
#content dl.gauche,
#content dl.droite{
	margin: 0 16px 0 0;
	padding: 10px 0;
	width:306px;
	float: left;
	border: 1px solid #e7e6ec;
	background-image: url(images/revendeurs/fond_trans.png);
	background-position: 0 0;
	background-repeat: repeat;
}
#content dl.droite{
	margin: 0;
}
#content dl dt{
	margin: 10px 24px;
}
#content dl dd{
	margin: 0 24px;
}
#content dl dt{
	color:#627ba9;
	font-weight: bold;
	font-size: 1.32em;
}
#content dl dt span{
	color:#47568F;
	font-weight: normal;
}
#content dl dd ul{
	list-style-type: none;
}
#content dl dd ul li p{
	color:#09153F;
	margin: 10px 0;
}
/*------------------------------------------------------------------*/




