@import url("css/style.css");
@import url("css/formulaire.css");
@import url("galleryview/galleryview.css");
/***************************
*			BODY					*
***************************/
body {background-color:#06090E;background-position:960px -272px;}
/***************************
*			HEADER				*
***************************/
#header{background:#F3F3F3 url(images/header.jpg) no-repeat;}
#body_contact #header{background:#F3F3F3 url(images/header.jpg) no-repeat;}
#body_holiday #header{background:#F3F3F3 url(images/header.jpg) no-repeat;}

.slideshow{height:380px;left:0;margin:0;overflow:hidden;padding:0;position:absolute;top:0;width:960px;}
.slideshow .panes {position:relative;}
.slideshow .panes img.absolute{left:0;position:absolute;top:0;}
.slideshow .tabs {display:none;left:845px;position:absolute;top:295px;}
.slideshow .tabs a {background:transparent url(images/navigator.png) no-repeat 0 0;display:block;float:left;height:10px;margin:0 2px;text-indent:-5000px;width:10px;}
.slideshow .tabs a:hover {background:transparent url(images/navigator.png) no-repeat 0 -10px;}
.slideshow .tabs a.current {background:transparent url(images/navigator.png) no-repeat 0 -20px;}
/***************************
*			NAVIGATION			*
***************************/
ul#mainnav>li a{background-image:url(images/menu.png);}
ul#mainnav>li ul{background-image:url(images/back_sub.png);border-color:#005876;}
ul#mainnav>li ul a{border-color:#005876;}
/***************************
*				NEWS				*
***************************/
ul#news{font-size:1em;list-style:outside none none;margin:0;padding:0 0 10px;}
ul#news li{border-bottom:1px solid #CCC;clear:both;margin:0;overflow:auto;padding:10px 0;}
ul#news li#allnews {padding:0;text-align:right;}
ul#news li#ccat {padding:10px 0 10px 10px;text-align:right;}
ul#news li#allnews a,
ul#news li#ccat a{display:block;font-size:1.2em;font-weight:bold;padding:10px;}
ul#news li:hover{background-color:#EEE;}
ul#news li#title:hover{background-color:#FFF;}
ul#news div.thumbnail{float:left;margin:0 10px 0 0;}
ul#news div.thumbnail img{border:1px solid #EEE;display:block;}
ul#news div.content{margin:0 0 0 110px;}
ul#news div.content p{margin:0;padding:0;}
ul#news a{text-decoration:none;}
ul#news a:visited{text-decoration:none;}
ul#news a:hover{text-decoration:none;}
/***************************
*			CONTACT				*
***************************/
/*Tabs*/
#tabs{height:30px;margin:0 !important;padding:0;}
#tabs li{float:left;list-style-type:none;margin:0;padding:0;}
#tabs a{background-color:#CCC;border:1px solid #CCC;border-width:1px 1px 0px 1px;color:#777;display:block;height:18px;float:left;font-size:13px;margin-right:5px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright:4px;position:relative;padding:5px 10px;text-decoration:none;top:1px;z-index:2;}
#tabs a:hover{background-color:#555;color:#777;}
#tabs a.current{background-color:#555;border-bottom:1px solid #555;color:#FFF;cursor:default;}
/*Panes*/
#contactforms{border:1px solid #CCC;position:relative;}
#contactforms.js{height:650px;}
#contactforms.js>div{left:0;position:absolute;top:0;}