@charset "utf-8";
/*-----------MENU HOME-----------*/
#menuH{position:absolute; top:350px; left:0px; width:900px; height:100px; border:0px solid #000; }
#tHome{position:absolute; top:15px; left:15px; width:180px; height:100px; line-height:30px; font-size:14px; font-family:Tahoma; }
#iHome{position:absolute; top:50px; right:20px; }

/*MENU1*/
#hmenu1 {
	position:absolute;
	display:block;
	width:223px;
	height:100px;
	left:5px;
	top:0px;
	text-align:top;
	line-height:15px;
	border:0px solid #000;	
}
#hmenu1  a{
	height:100px;
	line-height:15px;
	display:block;
	color:#575756;
	background-color:#fff;
	text-decoration: none;
	background-image:url(../img/bloc2.jpg);
	background-repeat:no-repeat;
}
#hmenu1 a:hover{
	height:100px;
	text-decoration:none;
	background-color:#fff;
	color:#fff;
	background-image:url(../img/bloc2b.jpg);
	background-repeat:no-repeat;
}

/*MENU2*/
#hmenu2 {
	position:absolute;
	display:block;
	width:223px;
	height:100px;
	left:227px;
	top:0px;
	text-align:top;
	line-height:15px;
	border:0px solid #000;	
}
#hmenu2  a{
	height:100px;
	line-height:15px;
	display:block;
	color:#575756;
	background-color:#fff;
	text-decoration: none;
	background-image:url(../img/bloc2.jpg);
	background-repeat:no-repeat;
}
#hmenu2 a:hover{
	height:100px;
	text-decoration:none;
	background-color:#fff;
	color:#fff;
	background-image:url(../img/bloc2r.jpg);
	background-repeat:no-repeat;
}

/*MENU3*/
#hmenu3 {
	position:absolute;
	display:block;
	width:223px;
	height:100px;
	left:451px;
	top:0px;
	text-align:top;
	line-height:15px;
	border:0px solid #000;	
}
#hmenu3  a{
	height:100px;
	line-height:15px;
	display:block;
	color:#575756;
	background-color:#fff;
	text-decoration: none;
	background-image:url(../img/bloc2.jpg);
	background-repeat:no-repeat;
}
#hmenu3 a:hover{
	height:100px;
	text-decoration:none;
	background-color:#fff;
	color:#fff;
	background-image:url(../img/bloc2o.jpg);
	background-repeat:no-repeat;
}

/*MENU4*/
#hmenu4 {
	position:absolute;
	display:block;
	width:223px;
	height:100px;
	left:675px;
	top:0px;
	text-align:top;
	line-height:15px;
	border:0px solid #000;	
}
#hmenu4  a{
	height:100px;
	line-height:15px;
	display:block;
	color:#575756;
	background-color:#fff;
	text-decoration: none;
	background-image:url(../img/bloc2.jpg);
	background-repeat:no-repeat;
}
#hmenu4 a:hover{
	height:100px;
	text-decoration:none;
	background-color:#fff;
	color:#fff;
	background-image:url(../img/bloc2v.jpg);
	background-repeat:no-repeat;
}

