/*__ header + menu central par cible__*/

#header{
	width:930px;
	height:200px;
	background:url(../img/header.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#menucentral{
	width:890px;
	margin:auto;
}
#menucentral li{
	list-style-type:none;
	display:inline;
}
#ent{
	position:absolute;
	top:171px;
	background-image:url(../img/menu/entreprises.jpg);
	width:195px;
	height:96px;
	border:none;
	cursor:pointer;
	text-indent:-6000px;
	float:left;
}
#emp{
	position:absolute;
	top:171px;
	background-image:url(../img/menu/emplois.jpg);
	width:195px;
	height:96px;
	border:none;
	cursor:pointer;
	text-indent:-6000px;
	margin-left:205px;	
	float:left;
}
#ens{
	position:absolute;
	top:171px;
	background-image:url(../img/menu/enseignants.jpg);
	width:195px;
	height:96px;
	border:none;
	cursor:pointer;
	text-indent:-6000px;
	margin-left:410px;
	float:left;	
}
#enf{
	position:absolute;
	top:171px;
	background-image:url(../img/menu/enfant.jpg);
	width:59px;
	height:96px;
	border:none;
	cursor:pointer;
	text-indent:-6000px;
	margin-left:615px;	
}
