body
{
   width: 960px;
   margin:auto;
   margin-top:5px;
   margin-bottom: 5px;    
   background-color: #EDE3C3;
   
}

/* L'en-tête */

#en_tete
{
   width: 100%;
   height: 229px;
   background-image: url("../images/entete.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}


/* Le menu */


#menu
{
	background-image: url("../images/fond.jpg");
	background-repeat: repeat-y;
	
	/*
	height: 60px;
	padding: 0px;
	*/
	margin: 0px;
}

#menu table
{
	width:100%;
	border-collapse:collapse;
	margin: 0px;
}


.case_menu
{
	height: 30px;
	width: 25%;
	border-style:none;
	border-collapse:collapse;
	border-width: 1px;
	border-color: black;
	text-align: center;
	vertical-align: middle;
	padding: 0px 20px;
	margin:0px;
}

.case_menu_chambres
{
	height: 30px;
/*	width: 20%;	*/
	border-style:none;
	border-collapse:collapse;
	border-width: 1px;
	border-color: black;
	text-align: center;
	vertical-align: middle;
	padding: 0px 20px;
	margin:0px;
}


.case_menu:hover, .case_menu_chambres:hover
{
	background-image: url("../images/oiseaux.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	border-style:solid;
	border-collapse:collapse;
	border-width: 1px;
	border-color: #FFFFFF;
}


.case_menu a, .case_menu_chambres a
{
	color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   text-decoration: none;
   font-size:large
}

.case_menu a:hover, .case_menu_chambres a:hover
{
	color: #DD902D;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-decoration: underline;
   font-size: x-large;
}

.cadre_menu
{
	background-color: #FFFFFF;
	border-style: none;
	height: 1px
}


/* Le corps de la page */
#sommaire
{
	position: absolute;
	left: 1px;
	top: 5px;
}

#sommaire table
{
	border-collapse: collapse;
	border : 0px white solid;
	text-align: center;
}

#sommaire img
{
	max-width:36px;
	border : 0px none;
}

#sommaire a, #sommaire td
{
	text-decoration: none;
	border : 0px;
}

#corps
{
	margin-top: 3px;
   margin-bottom: 0px;
   padding: 0px;
   color: #0f0f0f;
   background-image: url("../images/fond.jpg");
   background-repeat: repeat-y;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps a
{
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps table
{
	border:0px solid black;
	border-collapse: collapse;
	margin: auto;
	width: 100%;
	
}

#corps td
{
	padding: 5px;
}

.corps_chambres td
{
	padding: 5px;
}

#corps p
{
	text-indent: 30px;
}


#corps hr
{
	color: white;
	size:1px;
	width: 100%;
}
/*
#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
*/
#corps h2
{
   font-size:x-large;
   color: #B3B3B3;
   text-align: center;
}

.legende a
{
   color: #000000;
   font-family: "comic sans ms", Times, serif;
   font-size: x-small;
   padding: 0px;
   text-decoration: underline;
}

.cellule_img:hover
{
	background-color: #EDE3C3;
}

.legende a:hover
{
	color: #DD902D;
}

#corps q
{
	color: #ff0F0F;
	font-style:italic;
}

#corps cite
{
	color: #A0A0A0;
	font-style:italic;
}

.cellule_img
{
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	width: 310px;
	padding: 5px;
	border: 0px solid black;
}

.cellule_img img
{
	width: 300px
}

.tableau, .tableau td
{
	height: 45px;
	border: 1px #DD902D solid;
	border-collapse:collapse;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin:auto;
}

img
{
	border: 1px #ffffff solid;
}

.contact a
{
   color: #000000;
   font-family: "comic sans ms", Times, serif;
   font-size: small;
   padding: 0px;
   text-decoration: underline;
 }
 
 .contact a:hover
{
	color: #DD902D;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	/* width:100%; */
   padding: 0px;
   text-align: center;
   border: 0px solid white;
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration: none;
   font-size:small;
   margin-top: 5px;
}

#pied_de_page table
{
	/* width:100%;
	background-image: url("../images/fond.jpg");
   background-repeat: repeat-y; */
   padding: 0px;
   border-collapse: collapse;
   text-align: center;
   border: 0px solid white;
    vertical-align: middle;
	margin: auto;
}


#pied_de_page table tr td a
{
	color: #808080;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration: none;
   font-size: medium;
}

#pied_de_page table tr td a:hover
{
	color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration: underline;
   font-size: medium;
}