@import url(menu.css);
@import url(fancy.css);
@import url(photos.css);
@import url(titre.css);
@import url(form.css);
@import url(validate.css);
@import url(accueil.css);
@import url(page-int.css);
@import url(tarifs-ssmenu.css);
@import url(player.css);
@import url(../admin/style/ui.css);
*{
	margin	: 0;
	padding	: 0;
}

body{
	background: #efdea8 url(../img/wrapper-body.jpg) top center repeat-x;
	font: 11px "Verdana", Arial, Helvetica, sans-serif;
	color: #000;
}

p {font-size: 1em;}
h1 {font-size: 1.8em;}
h2 {font-size: 1.8em; margin-bottom:20px;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.1em; margin-top: 10px; }

a {
	outline: none;
	text-decoration:none;
	color:#000;
}

a:hover{
	color:#a11837;}

*:focus {
	outline: none;
}


img {border: 0;}
img.photo{border: 2px solid red; }
.clear {clear: both ;}
.hide {display: none;}
li {list-style:none;}
strong.vert{ color:#aac805;}

div#booking{
	width:270px;
	text-align:center;
	position:absolute;
	top:15px;
	left:620px;
	color:#fff;
	font-size:0.8em;
}

div#booking a{ display:block; }

/* =================================== */
/* ============ STRUCTURE ============ */
/* =================================== */

div#global{
	background: transparent url(../img/bg-global.jpg) top center no-repeat; 
	width: 855px; 
	margin: 0 auto; 
}


div#wrapper-global{
	background: url(../img/wrapper-global.jpg) no-repeat top center;
}
 
 
div#top{
	height: 195px;
	width : 805px; 
	padding : 20px 25px 10px 25px; 
	position:relative;
}

div#top p a {color:#fff;}

div#bandeau{
	height:285px ;
	overflow: hidden;
}

div#contenant{
	background: #fff url(../img/global-bottom.gif) bottom no-repeat; 
	margin:0 auto;
	width : 855px; 
	padding-bottom: 15px;
}

div#contenant2{
	background: #fff url(../img/global-bottom.gif) bottom no-repeat; 
	position: relative; 
	margin:0 auto;
	width : 825px; 
	padding: 15px ;
}

div#contenant p { margin-top: 10px;  }


/* ================ TOP ============== */

div#top h1 a{
	display: block;
	background: transparent url(../img/fr/logo.gif) no-repeat 0 0;
	width:730px;
	height:72px;
	text-indent:-5000px;
	margin-top: 50px; 

}

div#top p {color: #fff; }

/* ==== CONTENU ===== */ 

div#left {	
	width: 462px;
	float: left;
	padding: 28px 44px 25px 25px;   
}
div#right  {
	background:  transparent url(../img/ss-menu.gif) 0 0 no-repeat;
	width: 239px;
	min-height: 465px;
	float: left;
	padding: 28px 60px 25px 25px;
}

/* ==== ACTUALITE ===== */ 

div#actus h4{
	color:#bf1136;
}

div#actus p.date{
	margin-top:0;
	margin-bottom:5px;
	color:#999999;
}

ul.listeactus{
	margin-top:5px;
}

ul.listeactus li{
	border-bottom:1px solid black;
	padding:3px 0;
}

ul.listeactus li a{
	color:#bf1136;
}

/* ============ FOOTER ============ */

div#footer{
	margin:0 auto;
	width:855px;
}

div#footer p{
	text-align: left;
	margin: 2px 0 10px 0;
	font-size: 0.9em;
	padding:5px 0 0 15px; 
}

div#footer p span{color:#fff;}
div#footer p a{color:#000;}
div#footer p a:hover{color:#83132c;}

