html{
	overflow-y: scroll;
}

body{
	background-color: rgb(249,224,158);
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	height: 100%;
}

body a{
	text-decoration: none;
	color: rgb(128,128,64);
}

body a:hover{
	color: rgb(0,0,0);
	font-size: 15px;
	font-weight: bold;
}

div#conteneur{
	background: url(../images/background.png) repeat-y;
	width: 900px;
	min-height: 100%;
	margin: 0 auto 0 auto;
}

div#banniere{
	height: 300px;
	background: url(../images/banniere.png) no-repeat;
}

div#menu_ver{
	float: left;
	width: 120px;
}

ul.liens_menu_ver{
	font-family: arial;
	list-style-type: none;
	margin-left: -40px;
	margin-top: 0;
	font-size: 13px;
}

ul.liens_menu_ver li{
	width: 120px;
	height: 20px;
	padding-top: 5px;
}

li.menu1{
	text-align: left;
	padding-left: 20px;
}

li.menu2{
	text-align: left;
	padding-left: 40px;
}

div#corps{
	margin-left: 120px;
	padding-left: 10px;
}

div.titre_page{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.case_form{
	background-color: rgb(232,226,233);
	border: 1px solid #cccccc;
}

div#plan{
	margin-left: 45px;
}

div.chambre_1{
	text-align: left;
	margin-left: 20px;
}

div.chambre_2{
	text-align: right;
	margin-right: 80px;
}

#imagecrypt{
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

.texte
{
	width: 700px;
}

/*								  */
/* Galerie style sheet 			  */
/* Feuille de style du calendrier */
/*								  */

div#galerie{ 
    width: 350px ;  
    padding: 15px ; 
    margin: 10px 15px ;
    text-align: center ; 
    font: 0.9em Georgia, serif ;
} 
 
ul#galerie_mini{ 
    margin: 0 ; 
    padding: 0 ; 
    list-style-type: none ; 
} 
 
ul#galerie_mini li{ 
    float: left; 
} 
 
ul#galerie_mini li a img{ 
    margin: 2px 1px ; 
    border: none; 
} 
 
dl#photo{ 
    clear: both ; 
    text-align: center;  
} 
 
dl#photo dd{ 
    margin-left: 315px;
    margin-top: -635px;
    float: left;
} 
 
dl#photo img{ 
    border: none; 
}

p{
	margin-left: 40px;
}

/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */
table.calendar_main {
	font-family: Arial, Times, serif;
	font-size: 14px;
}

/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	color: #000000;
	text-align: center;
}

/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
}

/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	color: #000000;
	text-decoration: none;
}
/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
	text-align: left;
}
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
}

/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 13px;
}

/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	text-align: center;
	width: 40px;
	height: 25px;
}

/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
	background-color: #ffe9c1;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend {
	background-color: #ffe9c1;
}

/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month {
	color: #999999;
}

/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable {
	color: #999999;
	text-decoration: none;
}

/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #ff0000;
}

/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #ff0000;
	text-decoration: none;
}

/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {
	color: #000000;
	text-decoration: none;
}

p#calendrier
{
	float: left;
}

p#calendrier2
{
	float: right;
	margin-right: 10px;
	margin-top: 41px;
	margin-left: -30px;
	width: 400px;
	height: 142px;
}
