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

body{
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a{
	text-decoration:none;
}

.menuleft{
	font-size:16px;
	font-weight:bold;
}

.blu{
	color:#09528b;
}

.white{
	color:#FFF;
}

.fat{
	font-weight:bold;
}

.fourteen{
	font-size:14px;
}

.ten{
	font-size:10px;
}

#conteneur{
	width:881px;
	margin:auto;
	background-image:url(images/bg-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-top:12px;
}

#onglethaut{
	background-image:url(images/onglet-ht.gif);
	width:590px;
	height:31px;
	margin-top:-12px;
	margin-left:290px;
	position:absolute;
	padding-top:12px;
	text-align:center;
}

#logo{
	background-image:url(images/logo-hygienis.gif);
	background-repeat:no-repeat;
	width:273px;
	height:50px;
	margin-top:58px;
	position:absolute;
}

#menutop{
	width:922px;
	height:28px;
	background-image:url(images/bg-menutop.gif);
	background-repeat:no-repeat;
	position:absolute;
	margin-top:125px;
	margin-left:-21px;
	text-align:center;
	padding-top:12px;
}

#menuleft{
	width:222px;
	float:left;
	margin-top:200px;
}

#catalogue{
	width:650px;
	float:right;
	margin-top:200px;
}

#pad{
	padding:10px;
}

#recherche{
	background-image:url(images/menuleft1.gif);
	width:213px;
	height:28px;
	margin-left:-21px;
	padding-left:30px;
	padding-top:12px;
}

#compte{
	background-image:url(images/menuleft2.gif);
	width:213px;
	height:28px;
	margin-left:-21px;
	margin-top:8px;
	margin-bottom:5px;
	padding-top:12px;
	padding-left:30px;
}

#news{
	background-image:url(images/menuleft3.gif);
	width:213px;
	height:28px;
	margin-left:-21px;
	margin-top:8px;
	margin-bottom:5px;
	padding-top:12px;
	padding-left:30px;
}

#recommande{
	background-image:url(images/menuleft4.gif);
	width:213px;
	height:30px;
	margin-left:-21px;
	margin-top:8px;
	padding-top:10px;
	padding-left:30px;
}

#boxrecommande{
	background-image:url(images/bg-recommande.gif);
	width:200px;
	height:206px;
	background-position:top;
	background-repeat:no-repeat;
	padding-left:24px;
	padding-top:10px;
}

#visiteurs{
	background-image:url(images/menuleft5.gif);
	width:243px;
	height:28px;
	margin-left:-21px;
	margin-top:8px;
	margin-bottom:5px;
	padding-top:12px;
	text-align:center;
}

#spacer{
	clear:both;
}