/************************************************
 Groupe Moniteur
 Auteur : QD
 Date de dernière modification : 27/10/2008
************************************************/

/*************************************/
/*         CSS Fiche fabricant       */
/*************************************/

/*********************/
/* Bloc logo  */
/*********************/
#logo_fabricant {
	float: left;
	width: 236px;	
	margin-right: 20px;
	background: url(/materiaux_construction/images/fd_logo.jpg) no-repeat;
	padding: 30px 0px 30px 0px;
}
.logo_fabricant_img {
	margin:0px 0px 30px 40px;
}
/* CSS lorsqu'il s'agit d'un client */
#logo_fabricant p {
	margin: 5px 0px 0px 0px;
	font-size: 1.1em;
}
#logo_fabricant p a { 
	text-decoration: none;
}

/*************************************/
/* Bloc caracteristiques fabricants  */
/*************************************/
#carac_fabricant {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}
.nom_fabricant {
	color: #9AA01F;
	font-weight: bold;
	font-size: 1.2em;
}
.desc_fabricant {
	font-size: 1.2em;
	padding: 2px 0px 10px 0px;
}
.filet_brun {
	background-color: #C6B69B;
	margin-bottom: 10px;
	width: 300px;
}
/* CSS lorsqu'il s'agit d'un client */
#bt_contact_fabricant {	
	padding: 2px 3px 1px 3px;
	margin: 10px 0px;	
	text-align:center;
	background-color: #BDC92D;
	border-bottom: 1px solid #59523E;
	border-right: 1px solid #59523E;
	width: 180px;
}
#bt_contact_fabricant  a {	 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #3A1210;
	font-weight: bold;
	text-decoration: none;	
}
#bt_contact_fabricant  a:hover {	 
	color: #3A1210;	
}
.info_organisme {
	background: url(/materiaux_construction/images/pointilles_brun.gif) repeat-x top;
	padding: 10px 0px 10px 0px;
}
.info_organisme span {
	font-weight: bold;
}

/**************************************/
/* Bloc rechercher contact fabricant  */
/**************************************/
#recherche_contact_fabricant {
	clear: both;
	margin-bottom: 20px;
	border: 1px solid #898266; 
	background: url(/materiaux_construction/images/fd_recherche_contact.jpg) repeat-x;	
}
#recherche_contact_fabricant p {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}
#recherche_contact_fabricant select {
	width: 270px;
	border: 1px solid #B3AD9D;
	font-size: 1.0em;
}
#recherche_contact_fabricant input {
	background: transparent url(/materiaux_construction/images/bt_rechercher.gif) no-repeat;
	border: none;
	width: 107px;
	height: 19px;
	margin-top: 20px;
}
.carte_france {
	float: left;
	margin: 12px 0px 12px 8px;	
}
.form_recherche_contact {
	float: left;
	margin-left: 15px;
	width:400px;
}

/****************************************/
/* Bloc principaux produits fabricants  */
/****************************************/
#principaux_prod_fab {
	clear: both;
}
#principaux_prod_fab h2 {
	background: url(/materiaux_construction/images/fd_degrade_brun.jpg) repeat-x;
	border-top: 1px solid #C6B69B;
	border-left: 1px solid #C6B69B;
	border-right: 1px solid #C6B69B;
	font-size: 1.1em;	
	padding: 5px;
	height: 15px;	
}
#principaux_prod_fab h2 span {
	font-weight: normal;
}
#principaux_prod_fab ul {
	list-style-type: none;
	margin: 18px 0px 10px 0px;		
	font-size: 1.1em	
}
#principaux_prod_fab p {	
	font-weight: bold;
}
.niveau1 {	
	color: #59523E;
	background: url(/materiaux_construction/images/puce_brune_left.gif) no-repeat 0px 2px;	
	padding-left: 10px;
	margin: 2px 0px;
}
.niveau2 {
	color: #9AA01F;
	margin: 2px 0px 2px 10px;
}
#principaux_prod_fab li { 
	background: url(/materiaux_construction/images/puce_verte_left.gif) no-repeat left;
	padding-left: 12px;
	margin: 2px 0px 2px 10px;
}
#principaux_prod_fab li a {
	text-decoration: none;
}
#principaux_prod_fab li a span { 
	font-weight: bold;
}

