@charset "utf-8";
/*
############################################################		DEFINITION DE BASE
*/
body{
	font-size:0.8em;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
/*
############################################################		STRUCTURE DE BASE
*/
#bloc_site {
	width: 955px;
	height: 600px;
	margin:0 auto;
}
#bloc_bandeau {
	width: 955px;
	height: 173px;
	margin-bottom:0px;
	background-image:url(images/bandeauHautAccueil.gif);
	background-repeat:no-repeat;
	margin-left:55px;
}
#bloc_principal {
	display:block;
	height:427px;
	margin: 0px 15px 0px 15px;
	background-image:url(images/fondAccueil.gif);
	background-repeat:no-repeat;
}
#bloc_navigation_gauche {
	float:left;
	width:190px;
	height:427px;
	padding-left:15px;
}
#bloc_central {
	float:left;
	width:610px;
	height:427px;
	margin-right:15px;
}
#bloc_recherche {
	position:relative;
	top:100px;
	left:93px;
	width:286px;
	height:44px;
}
#bloc_droit {
	float:left;
	width:95px;
	height:427px;
	margin-top:-4px;
}
/*
############################################################		BANDEAU HAUT
*/
#bloc_bandeau h1 {
	display:none;
}
/*
############################################################		BLOC DROIT
*/
#bloc_droit h1 {
	display:none;
}
/*
############################################################		NAVIGATION GAUCHE
*/
#navigation_gauche{
	margin-top:50px;
	font-size:.9em;
	font-weight:bold;
}
#navigation_gauche a, #navigation_gauche a:visited{
	color:#BDE4F7;
	text-decoration:none;
	display:block;
	margin:0px 7px 0px 10px;
	border-bottom: 1px dotted #BDE4F7;
	line-height:20px;
}
#navigation_gauche a span{
	margin:0px 0px 0px 38px;
}
#navigation_gauche a:hover, #navigation_gauche a:active{
	color:#FFF;
}
/*
############################################################		MENU PRINCIPAL
*/
#menu{
	position:relative;
	top:51px;
	left:394px;
	width:192px;
	height:330px;
}
#menu span{
	display:block;
	float:left;
	width:192px;
	height:32px;
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	line-height:32px;
	margin-bottom:10px;
}
#menu span a{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
#menu .consommables{
	background-image:url(images/menu-consommables-accueil.gif);
	background-repeat:no-repeat;
}
#menu .produits-reactifs{
	background-image:url(images/menu-produits-reactifs-accueil.gif);
	background-repeat:no-repeat;
}
#menu .equipements{
	background-image:url(images/menu-equipements-accueil.gif);
	background-repeat:no-repeat;
}
#menu .instrumentation span{
	width:192px;
}
#menu .instrumentation{
	width:192px;
	background-image:url(images/menu-instrumentation-accueil.gif);
	background-repeat:no-repeat;
}
#menu .services{
	background-image:url(images/menu-services-accueil.gif);
	background-repeat:no-repeat;
}
#menu .consommables:hover{
	background-image:url(images/menu-consommables-accueil-hover.gif);
	background-repeat:no-repeat;
}
#menu .produits-reactifs:hover{
	background-image:url(images/menu-produits-reactifs-accueil-hover.gif);
	background-repeat:no-repeat;
}
#menu .equipements:hover{
	background-image:url(images/menu-equipements-accueil-hover.gif);
	background-repeat:no-repeat;
}
#menu .instrumentation:hover{
	width:192px;
	background-image:url(images/menu-instrumentation-accueil-hover.gif);
	background-repeat:no-repeat;
}
#menu .services:hover{
	background-image:url(images/menu-services-accueil-hover.gif);
	background-repeat:no-repeat;
}
/*
############################################################		BLOC RECHERCHE
*/
#recherche{
		/*margin:6px 10px 5px 10px;background-color:#FFFFFF;*/
		height:29px;
}
#recherche .champs{
	background-color:transparent;
	width:208px;
	border:0px;
}
#recherche .bt{
	margin-top:-3px;
	margin-left:0px;
}