/** menu **/
/*
#menu{
	position:absolute;
	width:955px;
	text-align:left;
	height:41px;
	margin-left:13px;
	margin-top:137px;
}
#menu #accueil{
	float:left;
	text-align:center;
	padding-top:6px;
	background-image: url(../img/menu-accueil.png);
	background-repeat: no-repeat;
	width:103px;
	height:41px;
	cursor:pointer;
}
#menu #actus{
	float:left;
	text-align:center;
	padding-top:6px;
	background-image: url(../img/menu-actus.png);
	background-repeat: no-repeat;
	width:143px;
	height:41px;
	cursor:pointer;
}
#menu #espace{
	float:left;
	text-align:center;
	padding-top:6px;
	background-image: url(../img/menu-espace.png);
	background-repeat: no-repeat;
	width:245px;
	height:41px;
	cursor:pointer;
}
#menu #contact{
	float:left;
	text-align:center;
	padding-top:6px;
	background-image: url(../img/menu-contact.png);
	background-repeat: no-repeat;
	width:109px;
	height:41px;
	cursor:pointer;
}
#menu #accueil_off{
	float:left;
	text-align:center;
	padding-top:6px;
	background-image: none;
	width:103px;
	height:41px;
	cursor:pointer;
}
#menu #actus_off{
	float:left;
	text-align:center;
	padding-top:6px;
	background-image: none;
	width:143px;
	height:41px;
	cursor:pointer;
}
#menu #espace_off{
	float:left;
	text-align:center;
	padding-top:6px;
	background-image: none;
	width:245px;
	height:41px;
	cursor:pointer;
}
#menu #contact_off{
	float:left;
	text-align:center;
	padding-top:6px;
	background-image: none;
	width:109px;
	height:41px;
	cursor:pointer;
}

#menu a.lien{
	color:#287EB2;
	text-decoration:none;
	font-size:18pt;
	pointer:cursor;
}
#menu a.lien_off{
	color:#FFFFFF;
	text-decoration:none;
	font-size:18pt;
}
*/

#menu a{
	position:relative;
	z-index:1;
}
#menu{
	position:absolute;
	width:955px;
	height:41px;
	margin-left: 12px;
	text-align:left;
	margin-top:137px;
}
#menu #accueil{
	float:left;
	text-align:center;
	background-image: url(../img/menu_accueil_on.png);
	background-repeat: no-repeat;
	width:102px;
	height:41px;
	cursor:pointer;
}
#menu #actus{
	float:left;
	text-align:center;
	background-image: url(../img/menu_actualites_on.png);
	background-repeat: no-repeat;
	width:134px;
	height:41px;
	cursor:pointer;
}
#menu #espace{
	float:left;
	text-align:center;
	background-image: url(../img/menu_espace_seniors_on.png);
	background-repeat: no-repeat;
	width:249px;
	height:41px;
	cursor:pointer;
}
#menu #contact{
	float:left;
	text-align:center;
	background-image: url(../img/menu_contact_on.png);
	background-repeat: no-repeat;
	width:113px;
	height:41px;
	cursor:pointer;
}
#menu #accueil_off{
	float:left;
	text-align:center;
	background-image: url(../img/menu_accueil_off.png);
	background-repeat: no-repeat;
	width:102px;
	height:41px;
	cursor:pointer;
}
#menu #actus_off{
	float:left;
	text-align:center;
	background-image: url(../img/menu_actualites_off.png);
	background-repeat: no-repeat;
	width:134px;
	height:41px;
	cursor:pointer;
}
#menu #espace_off{
	float:left;
	text-align:center;
	background-image: url(../img/menu_espace_seniors_off.png);
	background-repeat: no-repeat;
	width:249px;
	height:41px;
	cursor:pointer;
}
#menu #contact_off{
	float:left;
	text-align:center;
	background-image: url(../img/menu_contact_off.png);
	background-repeat: no-repeat;
	width:113px;
	height:41px;
	cursor:pointer;
}

