@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Hobo Std';
	src: url('HoboStd.eot');
	src: local('Hobo Std'), local('Hobo Std'), url('HoboStd.otf') format('opentype');
}


body{
	text-align:center;
	margin:0;
	background-image:url(../images/fond.jpg);
	font-family:Arial;
}
h1{
	margin:0 0 10px 20px;
	font-size:22px;
	font-family:Hobo Std , verdana, helvetica, sans-serif;
}
p{
	margin:0;
	font-size:12px;
}
img{
	border:none;
}
#page{
	margin:0 auto;
	width:917px;
	text-align:left;
}

#banniere{
	height:223px;
	width:917px;
}
#contenu{
	width:902px;
	margin:0 7px 0 8px;
	background-color:#FFFFFF;
}
div#superMenu{
	font-size:12px;
	height:61px;
	width:757px;
	margin:0 0 20px 0;
	padding:0 0 0 145px;
	overflow:hidden;
}
div#superMenu a{
	display:block;
	float:left;
	cursor:pointer;
	margin:0 15px 0 0;
	height:61px;
	color:#000000;
}
div#superMenu a:hover, div#superMenu a#pageOuverte{
	background-image:url(../images/menu/soleil_bouton.jpg);
	background-repeat:no-repeat;
}
div#informations, div#basPage{
	color:#666633;
	background-image:url(../images/fond.jpg);
	text-align:center;
	font-size:12px;
	padding:7px 0 0 0;
}
div#informations strong, div#basPage strong{
	color:#000000;
}
div#informations{
	margin:0 0 -2px 0;
}
div#informations span{
	margin:0 10px 0 0;
}
div#menuContextuel{
	background-image:url(../images/menuGauche.jpg);
	width:180px;
	height:307px;
	padding:10px 0 0 0;
	float:left;
	margin:0 20px 0 20px;
	display:inline;
}

div#menuContextuel a{
	color:#FFFFFF;
	text-decoration:none;
	/*border-bottom:#CCCCCC 4px solid;*/
	display:block;
	padding:2px 0 2px 0;
}
div#menuContextuel a:hover{
	/*border-bottom:#3333FF 4px solid;*/
	color:#0000FF;
}
a{
text-decoration:none;
}
a:hover{
color:#FF9900;
}







#box{
	position:absolute;
}
.mask{
	position:relative;
	width:557px;
	height:223px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}
span.boutonBanniere{
	cursor:pointer;
	background-color:#000000;
	color:#999999;
	padding:2px 2px;
}

div#coteDroit{
	width:660px;
	float:right;
	margin:0 20px 0 0;
}
div#conteneurCentre{
	width:902px;
	overflow:hidden;
}

#slideshow-container { 
	float:right;
	position:relative;
	width:557px;
	height:223px;
}
#slideshow-container img { 
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1; 
}