/************************************************
 Groupe Moniteur
 Auteur : QD
 Date de dernière modification : 20/11/2008
************************************************/

/************************************************************/
/*         CSS de la page resultat recherche fabricant      */
/************************************************************/

.r_titre {
	background-color: #3E2324;
	font-size: 1.2em;	
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	margin-bottom: 10px;	
}
.r_titre span {
	font-size: 1.0em;
	font-weight: normal;
	margin-right: 20px;
	float: right;
}
.r_titre_bottom {
	background-color: #3E2324;
	font-size: 1.2em;	
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	margin-top: 10px;	
}
.r_titre_bottom span {
	font-size: 1.0em;
	font-weight: normal;
	margin-right: 20px;
	float: right;
}

/*****************************/
/* CSS bloc type d'affichage */
/*****************************/
#type_affichage {
	float: left;
	font-size: 1.1em;
}
#type_affichage span {
	margin-right: 60px;
}
#type_affichage span a {
	text-decoration: none;
}
#type_affichage .type_aff_on {
	text-decoration: underline;
	margin: 0px;
}

/************************/
/* CSS Bloc naviguation */
/************************/
#naviguation_index {
	float: right;
}
#naviguation_index ul {
	list-style-type: none;	
}
#naviguation_index ul li {
	float: left;
	margin-left: 2px;
}
#naviguation_index ul li a {
	display: block;
	text-decoration: none;		
}
#naviguation_index .chiffre a {
	padding: 2px 5px 2px 5px;
	border: 1px solid #59523E;
	color: #59523E;
	font-weight: bold;
	margin: 0px 1px 0px 1px;	
}
#naviguation_index .chiffre a:hover {
	border: 1px solid #FF5200;
	background-color: #FF5200;
	color: #FFFFFF;
}
#naviguation_index .chiffre_selected {
	border: 1px solid #FF5200;
	background-color: #FF5200;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
}

/***********************/
/* CSS Bloc fabricant  */
/***********************/
#b_fab {
	border-top: 1px solid #59523F;		
	padding: 12px 0px 10px 0px;
}

/* CSS bloc permettant l'arrêt des float */
.b_fab_clear {
	clear: left;
}
/* CSS Bloc de gauche */
#b_fab_left {
	float: left;
	width: 135px;
	padding-right: 10px;
	color: #3E2324;
	font-family: Arial, Helvetica, sans-serif;
}

#b_fab_left p {
	text-align: center;
	background-color: #E0DDD3;
	padding: 2px 0px;	
	border-bottom: 1px solid #59523E;
	border-right: 1px solid #59523E;
}
#b_fab_left p a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#b_fab_left p a:hover {
	color: #3E2324;
}
/* CSS Bloc de droite */
#b_fab_right {
	float: left;
	width: 490px;	
	border-left: 1px solid #C0B49A;
	padding-left: 20px;
}
.b_fab_right_img {
	float: right;
	border: 1px solid #827E72;
	margin: 10px 0px 5px 5px;
}
.libelle_fab a {
	font-size: 1.2em;
	color: #3E2324;
	text-decoration: none;
}
.libelle_fab a:hover {
	text-decoration: underline;
}
.name_fab {
	margin-bottom: 4px;
}
.name_fab  a {
	font-size: 1.2em;
	color: #9FA520;
	font-weight: bold;
	text-decoration: none;	
}
.name_fab  a:hover {
	text-decoration: underline;
}
.b_fab_lien {
	margin: 10px 0px 5px 0px;
}
.b_fab_lien a {
	background: url(../../images/FOr2/commun/puce_verte_left.gif) no-repeat 0px 2px;
	padding-left: 8px;
	text-decoration: none;
}




