@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "paiement.css";
@import "panier.css";
@import "actualites.css";
@import "newsletter.css";
@import "acces_client.css";
@import "produits.css";
@import "restaurant.css";
@import "reservation.css";
@import "tarifs.css";
@import "../lightbox/lightbox.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fddbb6;
	color: #000;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general_left{
	margin:0 auto;
	padding:0;
	width:100%;
	background:url(../images/deco/bkg_left.jpg) no-repeat left top;
}
#general_right{
	margin:0 auto;
	padding:0;
	width:100%;
	background:url(../images/deco/bkg_right.jpg) no-repeat right top;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:940px;
	/*height:160px;*/
}

ul#home_contact {
	list-style-type: none;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: auto;
	padding: 0 0 0 785px;
}
ul#home_contact li {
	float: left;
}
#home_contact .home {
	background: url(../images/deco/home_contact.gif) no-repeat left 0;
}
#home_contact .contact {
	background: url(../images/deco/home_contact.gif) no-repeat left -36px;
}
ul#home_contact li a {
	font-size: 10px;
	color: #A28973;
	text-decoration: none;
	display: block;
	margin: 0 10px 0 0;
	padding: 0 0 0 16px;
}
ul#home_contact li a:hover {
	text-decoration: underline;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0 10px;
	width: 940px;
}
.content {
	background:url(../images/deco/content_bkg_2.png) repeat-y;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	background-color:#333;
	width:200px;
	left:0px;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:260px;
	padding: 17px 60px;	
}
#right_content_reservation{
	float:right;
	padding:35px 25px 0;
	position:relative;
	width:200px;
}

#right_content_chambre {
	float:right;
/*	position:relative;*/
	width:376px;
/*	padding: 35px 60px;*/	
	min-height:328px;
	}

#cadre {
	/*background-image:url(../images/deco/cadre_2.png);
	background-repeat:no-repeat;*/
	width:300px;
	height:300px;
	margin:20px 5px 0 12px;
	}
		
#right_content img {
	border: #a28973 solid 5px;
}

.video_pres {
margin-top:10px;
}


/*///    partie du centre   ///*/
#middle_content {
	background:transparent url(../images/deco/content_middle_bkg_2.gif) repeat-y scroll right top;
	float:left;
	padding:15px 80px 10px 60px;
	position:relative;
	width:420px;
}

#middle_content_presentation {
	background:transparent url(../images/deco/content_middle_bkg_2.gif) repeat-y scroll right top;
	float:left;
	padding:15px 80px 0 60px;
	position:relative;
	width:420px;
}

#middle_content_actu {
	background:transparent url(../images/deco/content_middle_bkg_2.gif) repeat-y scroll right top;
	float:left;
	padding:15px 80px 0 60px;
	position:relative;
	width:705px;
}
.img-fond {
	background: transparent url(../images/deco/fondHV.gif) no-repeat bottom center;
}
#middle_content_reservation{
	float:left;
	position:relative;
	width:670px;
	padding: 30px 10px 20px 10px;
	background: url(../images/deco/content_middle_bkg_2.gif) repeat-y right top;
}

#middle_content p, #middle_content_presentation p, #middle_content_actu p {
	color:#000000;
	line-height:16px;
	margin:10px 0;
}
#middle_content a, #middle_content_presentation a, #middle_content_actu a {
	color:#3D2710;
	text-decoration:underline;
}
#middle_content a:hover, #middle_content_presentation a:hover, #middle_content_actu a:hover {
	color:#999;
	text-decoration:underline;
}

#middle_content ul, #middle_content_presentation ul, #middle_content_actu ul {
	margin: 10px 0 20px 15px;
	padding: 0;
	list-style-type: none;
}

#middle_content li, #middle_content_presentation li, #middle_content_actu li {
	margin: 0;
	padding: 0;
	line-height: 16px;
	background: url(../images/deco/liste_puce.gif) no-repeat left 10px;
	text-indent: 10px;
}

#middle_content img, #middle_content_presentation img {
	border: #a28973 solid 5px;
}

#middle_content_actu img {
border: #a28973 solid 5px;
}

#lien_resa img {
	border:none;
	}

#lien_resa {
	margin-top:20px;
	}
	
.logo_wifi {
	display: block;
	background: url(../images/deco/logo_wifi.gif) no-repeat 155px -2px;
}

.image-droite {
   padding:0;
   margin:0;
   float:right;
}
.image-gauche{
   padding:0;
   margin:0;
   float:left;
}



/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0 0 10px;
}

#footer-presentation {
	margin:0 auto;
	padding:0 0 10px;
}

#footer_content{
	margin:0;
	padding:10px;
	background-color: #a28973;
	height:60px;
}

#footer_content_presentation{
	margin:0;
	padding:10px;
	background-color: #a28973;
	height:70px;
}

#footer_liens_hotels {
	width: 375px;
	float: left;
	color: #4d4136;
}
#footer_liens_hotels .liens {
	padding: 25px 0 25px 80px;
}
#footer_liens_hotels a {
	color: #4d4136;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#footer_liens_hotels a:hover {
	color: #665647;
}

#footer_adress {
	width: 530px;
	float: right;
	color: #4d4136;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: right;
}

#footer_adress a{
	color:#4d4136;
	text-decoration:none;
}

#footer_musique {
	width: 160px;
	float: right;
	color: #4d4136;
	margin-bottom:5px;
}

#footer_adress a:hover{
	color:#665647;
}

#lien_langue {
	margin-left:371px;
	margin-top:5px;
	width:162px;
	}
	
#footer_adress_presentation {
	width: 530px;
	float: right;
	color: #4d4136;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top:5px;
}

#footer_adress_presentation a{
	color:#4d4136;
	text-decoration:none;
}

#footer_adress_presentation a:hover{
	color:#665647;
}

.adr {
	margin: 10px 0 0;
	color: #fddbb6;
}

.adr_presentation {
	margin: 10px 0 0;
	color: #fddbb6;
}

#bookmark {
	text-align: center;
	margin: 5px 0 0;
}

.texte_prix {
	font-size:12px;
	}

td {
	height:20px;
	padding-left:5px;
	}
		
/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
#player {
	margin: 0;
	padding: 0;
	background: url(../images/deco/flashplayer_bkg.jpg) no-repeat;
}
#player_content {
	border: #a28973 solid 5px;
	margin: 41px 0 0;
}

#player_content_chambre {
	height:310px;
	margin:0 0 10px 26px;
	text-align:center;
/*	width:350px;*/
	}
			
#player-son {
	margin: 0;
	padding: 0;

}
#player-video {
	margin: 0;
	padding: 0;

}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0 0 6px;
	padding: 0;
	color:#3d2710;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	clear:both;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#d99b3c;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	
}
  
h3 {
	margin: 0 0 30px;
	padding: 0;
	color:#3d2710;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	clear:both;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 10px;
}

.bloc_liens_interne {
	margin: 0;
	padding: 0;
	width: 350px;
	float: right;

}
.bloc_liens_interne ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
}	
.bloc_liens_interne li{
	margin: 0;
	padding: 0;
}	
.bloc_liens_interne a{
	margin: 0;
	padding: 0;
	color: #333333;
}
.bloc_liens_interne a:hover{
	color: #990000;
}
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
  
/*debut ENCART ACTU*/
.encart_actu {
	margin: 30px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
.encart_actu h4{
	font:12px;
	font-weight:bold;
	font-size:14px;
	margin:8px 0;
	padding:0 0 0 15px;
	background:url(../images/deco/puce_actu_2.gif) no-repeat -3px center;
	text-decoration:underline;
	}
.encart_actu p{
	font-size:11px;
	margin:0 0 8px;
	}
.date_actu {
	font-size:13px;
	font-style:italic;
	color:#a28973;
	}
#encart_actu_photo{
	padding:4px 0;
	margin:0 auto;
	text-align: center;
	}
#encart_actu_photo img{
	padding:0;
	margin:0 auto;
	}
#encart_actu_btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:left;
	margin:0 auto;

	}
#encart_actu_btn a{
	display:block;
	text-decoration:none;
	color:#000;
	margin: 4px 0 0 0;
	padding: 0;
	}
#encart_actu_btn a:hover{	
	display:block;
	text-decoration:decoration;
	color:#999;
	} 
/*fin ENCART ACTU*/

/*debut NAVIGATION*/
.retour_haut{
	margin: 10px 0;
	padding: 2px 0;
	font-size: 11px;
	color: #666666;
	float: right;
	clear: both;
}
.retour_haut a{
	color: #666666;
	text-decoration: none;
	border: 1px solid #666;
	margin: 0 5px 0 0;
	padding: 1px 4px;
}
.retour_haut a:hover{
	color: #FFF;
	text-decoration: none;
}
.nav_pages{
	/*margin: 0 150px 0 0;*/
	padding: 2px 0 20px 0;
	font-size: 11px;
	color: #555;
	float: right;
}

.nav_pages a{
	color: #555;
	text-decoration: none;
	border: 1px solid #777;
	margin: 0 3px;
	padding: 1px 4px;
}
.nav_pages a:hover{
	color:#3D2710;
	text-decoration: none;
}
.nav_pages a.menu_actif{
	color: #000;
	background-color:#999;
	text-decoration: none;
}
/*fin NAVIGATION*/
