/***********************************/
/*	Marianne page d'accueil	 */
/***********************************/
#marianne
{
	position: relative;
	width:495px;
	height:294px;

	margin:0 auto;
	padding:0;
}

#marianne a
{
	text-align:center;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#888;
	font-family: Tahoma, sans-serif;
}

#marianne a:hover
{
	color:#000;
}

#marianne a img
{
	display: none;
}

#marianne-web-01
{
	position:absolute;
	left:186px;
	top:0px;
	width:124px;
	height:56px;	
	background: url(images/marianne_web_01.png);
}

#marianne-web-02
{
	position:absolute;
	left:59px;
	top:110px;
	width:66px;
	height:184px;
	background: url(images/marianne_web_02.png);
}

#marianne-web-03
{
	position:absolute;
	left:125px;
	top:56px;
	width:241px;
	height:238px;
	background: url(images/marianne_web_03.png);
}

#marianne-web-04
{
	position:absolute;
	left:366px;
	top:110px;
	width:61px;
	height:184px;
	background: url(images/marianne_web_04.png);
}

a#bouton-1
{
	display: block;
	position: absolute;
	left:0px;
	top:179px;
	width:65px;
	height:54px;
	background: no-repeat center url(images/bouton_1.png);
}

a#bouton-1:hover
{
	cursor: pointer;
	background: no-repeat center url(images/bouton_1_survol.png);
}

a#bouton-2
{
	display: block;
	position:absolute;
	left:45px;
	top:56px;
	width:98px;
	height:54px;
	background: no-repeat center url(images/bouton_2.png);
}

a#bouton-2:hover
{
	cursor: pointer;
	background: no-repeat center url(images/bouton_2_survol.png);
}

a#bouton-3
{
	display: block;
	position:absolute;
	left:362px;
	top:56px;
	width:65px;
	height:54px;
	background: no-repeat center url(images/bouton_3.png);
}

a#bouton-3:hover
{
	cursor: pointer;
	background: no-repeat center url(images/bouton_3_survol.png);
}

a#bouton-4
{
	display: block;
	position:absolute;
	left:427px;
	top:179px;
	width:68px;
	height:54px;
	background: no-repeat center url(images/bouton_4.png);
}

a#bouton-4:hover
{
	cursor: pointer;
	background: no-repeat center url(images/bouton_4_survol.png);
}
