/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CONTENU */
#contenu h1{
font:normal 2.4em Georgia, "Times New Roman", Times, serif;
text-align:left;
color:#f7cc1d;
border-bottom:1px dotted #f7cc1d;
margin-bottom:17px;
}
#contenu h2{
font:bold 1.4em Georgia, "Times New Roman", Times, serif;
text-align:left;
color:#f7cc1d;
display:inline;
border-bottom:1px solid #f7cc1d;
}
#contenu p{
font:normal 1.2em Arial, Helvetica, sans-serif;
text-align:justify;
color: #ecb057;
width:650px;
}



#contenu p1{
font:normal 1.1em/1.2em Arial, Helvetica, sans-serif;
text-align:justify;
color: #ecb057;
}









#contenu p.couleur, .couleur{
font-weight:bold;
color:#e9ca9c;
}
#contenu a:link, #contenu a:visited{
font-weight:bold;
text-decoration:underline;
color: #f7cc1d;
}
#contenu a:hover, #contenu a:active{
font-weight:bold;
text-decoration:none;
color: #800603;
}
#footerMenu p{
font:normal 1em Arial, Helvetica, sans-serif;
color:#ba7556;
text-align:center;
}
#footerMenu a:link, #footerMenu a:visited{
text-decoration:none;
color:#ba7556;
}
#footerMenu a:hover, #footerMenu a:active{
text-decoration:underline;
color:#ba7556;
}


/*************Accueil*******************/


#Encart {
	/*width:200px;*/
	float:left;
	margin:5px 4px 10px 4px;
	padding:4px 2px 5px 4px;
	border: 1px dotted #f7cc1d;
	background-image: url(../images/bgk.jpg);
	background-repeat: no-repeat;
	background-color: #FEF0D5;
}

#titre {
	font:bold 1.8em Serif, "Times New Roman", Times, serif;
	text-align:left;
	color:#800603;
	font-weight:bold;
	margin: 2px 2px;

}

#Encart p{
font:normal 1.1em/1.2em Arial, Helvetica, sans-serif;
text-align:justify;
color: #1A1E1F;
width:200px;
}



#Encart img{
width:200px;
float:left;
margin:4px 4px 8px 4px;

}




#pagination {
	font:bold 1.4em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	width:680px ;
	color: #FF9900;

}






#hotel {
width:200px;
float:left;


}







/*****************horaire****************************/

#temps {
width:350px;
float:left;
margin:5px 4px 12px 20px;
padding:10px 2px 50px 40px;
}




/***********Flash**********************/

#Flash {
width:400px;
float:left;
margin:5px 4px 12px 70px;
padding:10px 2px 50px 40px;
}




/***********Flash Hotellerie**********************/

#Flash2 {
width:400px;
float:left;
margin:5px 4px 8px 2p 10x;
padding:24px 2px 5px 50px;
}





/******************Galerie******************/

#light {
width:170px;
float:left;
margin:8px 4px 4px 4px;

}


/*****************Formule******************/

#formule {
	width:100%;
	float:left;
	font:bold 1.1em Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#f7cc1d;
	border: 1px solid white;
	margin: 8px 0px;
	padding: 5px 1px 10px 0px;
	clear: both;
	background-image: url(../images/bgk1.jpg);
	background-repeat: no-repeat;
	background-color: #FFEED4;


}




#affiche {
	
	font:bold 1.9em Georgia, "Times New Roman", Times, serif;
	width:100%;
	float:left;
	padding: 5px 2px 5px 0px;
	text-align:center;
	color: #800603;
	margin: 5px 0px;


}















#affiche2 {
	font:bold 1.9em Georgia, "Times New Roman", Times, serif;
	width:100%;
	float:left;
	padding: 5px 2px 5px 0px;
	text-align:center;
	color: #800603;
	margin: 5px 0px;

}

#affiche2 {
	font:bold 1.9em Georgia, "Times New Roman", Times, serif;
	width:100%;
	float:left;
	padding: 5px 2px 5px 0px;
	text-align:center;
	color: #800603;
	margin: 5px 0px;

}




















#semaine {
	font:bold 1.9em Georgia, "Times New Roman", Times, serif;
	width:100%;
	float:left;
	padding: 5px 2px 5px 0px;
	text-align:center;
	color: #800603;
	margin: 5px 0px;
}

#jours {
	width:100%;
	float:left;
	margin: 15px 0px 8px 2px;
	color: #800603;
    text-align:center;
}

#menu {
	width:100%;
	float:left;
	font:bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 10px 3px 4px 2px;
	color: #330000;
	text-align:center;
	
}

#menu_jour {
	width:100%;
	float:left;
		font:bold 1.4em Georgia, "Times New Roman", Times, serif;
	margin: 10px 3px 4px 2px;
	color: #8A2010;
	/*padding-left: 14px;*/
	text-align:center;
}


#clear {
clear:both;

}







/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}

