@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	background:#e6e7e8 url(bg_body.gif) repeat-x top left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}


#menu {
	position:relative;
	z-index:1000;
	background: transparent url(header_logo.gif) no-repeat top left;
	width: 998px;
	height: 87px;
}

ul#nav {
	position:relative;
	left: 248px;
	top: 25px;
	margin:0;
	padding:0;
	width: 750px;	
}

ul#nav li {
	list-style-type:none;
	margin:0;														
	padding:0;
	
	width: 150px;
	height: 31px;
	line-height: 31px;
	text-align:center;
	float:left;
	background: transparent url(sepa_menu.jpg) no-repeat top right;	
}
	ul#nav li.menu_no_border, ul#nav li ul li {background:none;}

#nav a {
	display:block;
	color:#FFF;
	text-decoration:none;
	width:100%;
	height:100%;
}
ul#nav li a:hover, ul#nav li a#menu_select {
	color:#73b249;
}




/* SuckerFish ------------- */
ul#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #004b8d;
	width: 149px;
	left: -999em; /*  using left instead of display to hide menus because display: none isn't read by screen readers */
	padding:0;
	margin:0;
}
	ul#nav li ul.bleu_clair {background-color: #0157a3;}

	ul#nav li ul li a {
		border-bottom: 1px solid #346a9a;
		width: 149px;
	}
	
		ul#nav li ul li a:hover {
			background: #014582;
			width: 149px;
		}
		
		
		ul#nav li:hover ul, ul#nav li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}
/* FIN SuckerFish -------------  */



#logolink {
	display: block;
	position: absolute;
	width: 125px;
	height: 50px;
	bottom: 0;
	left: 75px;
	text-decoration: none;
	background: url(vide.gif);
}


#showroom {
	position:relative;
	z-index:1;
	background: transparent url(header_showroom.jpg) no-repeat top left;
	width: 998px;
	height: 111px;
}
	#showroom a {
		display:block;
		width:140px;
		float:right;
		margin: 8px 5px 0 0;
		
		text-align:right;
		color: #73b249;
		font-size: 11px;
		letter-spacing: 5px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration:none;
	}
	#showroom a:hover {
		color: #004b8d;
	}


/* HOME */


#conteneur {
	width:998px; 
	
	overflow:hidden; /* à la place du clear:both */
	height:1%; /* à la place du clear:both */
}

.col_left {	
	position:relative;
	float:left;
	width: 490px;
	margin: 10px 0px 0px 5px;
}

	.col_left p {
		margin: 10px 0px 0px 15px;
		font-size:12px;
		color:#01315c;
	}
	
	.col_left ul, .col_right ul {font-size:12px;color:#000;margin:10px 0 0 0;}
	
	.col_left img {margin:10px 0 0 8px;}

.col_right {
	position:relative;
	float:right;
	width: 490px;
	margin: 10px 5px 0px 0px;
}


	
	.col_right img {margin:14px 0 0 10px;}

.white {background-color: #FFF;}

h1 {
	position:absolute;
	left: -3000px;
	top: -3000px;
}

h2 {
	height: 26px;
	background-color: #73b249;
	border-top: 1px solid #FFF;
	margin:0;
	
	color: #FFF;
	font-size: 13px;
	letter-spacing: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	line-height:26px;
}

h3 {
	font-size:20px;
	font-weight:bold;
	color:#004b8d;
	text-transform:uppercase;
	margin:10px 0 0 15px;
}

h4 {
	font-size:15px;
	font-weight:bold;
	color:#01315c;
	margin:20px 0 10px 15px;
	letter-spacing:-0.1px;
}

a.grey_box {
	display:block;
	width: 234px;
	height: 163px;
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	text-decoration:none;
	float:left;
	line-height:12px;
}
	a.grey_box span {
		position:relative;
		top: 16px;
		left: 10px;
		font-size:10px;
		font-weight:normal;
		color: #9da09f;
		text-transform: uppercase;
		letter-spacing: 1px;
		background: transparent url(arrow.gif) no-repeat center right;
		padding-right: 6px;			
	}
	a.grey_box:hover span {
		color:#004b8d;
		background-image:url(arrow_hover.gif);		
	}	
	a.grey_box#robinetterie {background-image:url(robinetterie.jpg); border-right:1px solid #FFF; margin-left:10px;}
	a.grey_box#technologie {background-image:url(technologie.jpg);}
	a.grey_box#prestige {background-image:url(prestige.jpg); margin-left:10px;}
		a.grey_box#prestige span {top: 11px;}

ul.green_box {
	width: 234px;
	height: 163px;
	background: #FFF url(green_box.gif) no-repeat top left;
	float:left;
	margin:0;
	padding:0;
	
}
	ul.green_box li {
		list-style-type:none;
		margin:0;														
		padding:0;	
		border-bottom:1px solid #FFF;
	}
	
	
	ul.green_box li#green_box_margin {
	
		margin-top:38px;
	}
	
	ul.green_box li a {
		display:block;
		font-size:10px;
		font-weight:bold;
		color: #73b249;
		text-transform: uppercase;
		text-decoration:none;	
		padding: 3px 0px 3px 20px;
		
	}
	ul.green_box li a:hover {
		color: #FFF;
		background: #5f5f5c url(arrow_white.gif) no-repeat 8px 6px;
	}



#partenaires {
	padding: 10px 0;
	background-color:#e6e7e8;
	text-align:center;
}
	#partenaires span {
		display:block;
		position:relative;
		text-align:left;
		top: 0px;
		left:15px;
		font-size:10px;
		font-weight:normal;
		color: #9da09f;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	#partenaires img {margin:10px 0;}

a.mini_box {
	display:block;
	width: 126px;
	height: 105px;
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	text-decoration:none;
	float:left;
	margin-right:20px;
	text-align:center;
}

	a.mini_box span {
		position:relative;
		top: 4px;
		font-size:10px;
		font-weight:bold;
		color: #FFF;
		text-transform: uppercase;
		
		
	}
		a.mini_box:hover span {
			color:#004b8d;	
		}	
		
	a.mini_box#batichimie {background-image:url(batichimie.jpg); margin-left:30px;}
	a.mini_box#plan {background-image:url(plan.jpg);}
	a.mini_box#livraison {background-image:url(livraison.jpg);}



a#suivi {
	display:block;
	width: 206px;
	height: 81px;
	margin: 0 auto;
	background: #FFF url(suivi.jpg) no-repeat top left;	
	text-decoration:none;
	
	font-size:11px;
	font-weight:bold;
	color: #9da09f;
	text-transform: uppercase;	
	padding:10px 250px 0 10px;
}

a#suivi:hover {
	color:#004b8d;
}

a#suivi span#suivi_title {
	color:#73b249;
}

a#gamme_complete img {
	border:2px solid #004b8d;
	margin-left: 12px;
	
}
	a#gamme_complete:hover img {border:2px solid #73b249;}


/* STUFF */

img {border:0;}
.clear {clear:both;}
.clear_r {clear:right;}
.clear_l {clear:left;}
.mini {font-size:8px;}
.blue li {color:#01315c;}