@charset "utf-8";
/*-----------MENU HOME-----------*/
#menuH{position:absolute; top:400px; left:0px; width:900px; height:216px; border:0px solid #000; background-color:#FFF; }
#tHome{position:absolute; top:25px; left:15px; width:200px; height:100px; line-height:30px; font-size:12px; font-family:Tahoma; }
#iHome{position:absolute; bottom:20px; right:20px; }

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

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

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

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

