
body
{
   width: 870px;
   margin: auto;
   margin-top: 0px;   
   padding: 0px;
   background-color:#FFF8DC;
   color: black;
   font-family: "Comic sans MS", Verdana, Arial, "Times New Roman", Times, serif;
   font-size: 1.0em;
}

/* L'en-tête */

#en_tete
{
   width: 870px;
   height: 100px;
   background-image: url("accueil/logo_chambres_du_lys.jpg");
   background-repeat: no-repeat;
   padding: 0px;
   margin: 0px;
   margin-bottom: 10px;
   font-weight: bold;
   font-family: Amaze, Verdana, "Comic sans MS", Arial, serif;
}

#titre1
{
	color: white;
	font-size: 2.7em;
	position: relative;
	top: 0px;
	left: 0px; 
}

#titre2
{
	color: white;
	font-size: 1.4em;
	position: relative;
	top: 0px;
	left: 500px;
}

/* Le menu */

#menu
{
   float: left;
   width: 160px;
}

/*
 Quelques effets sur les menus */
 
.element_menu
{
   padding: 0px;
   margin: 0px;
   margin-top: 20px;
   font-size: 0.9em;
}



.element_menu li
{
   list-style-type: none;
   list-style-position: inside;
   text-align: center;
   padding: 4px;
   margin: 0px;
   margin-top: 8px;
   margin-bottom: 8px;
   background-color: #FFD39B;
   border: 1px solid black;
}


.pour_cliquer
{
   list-style-position: inside;
   text-align: center;
   padding: 4px;
   margin: auto;
   width: 200px;
   background-color: #FFD39B;
   border: 1px solid black;
}

.element_menu a
{
  color: black;
  text-decoration: none; /* le lien n'est pas souligné */
}

.element_menu a:hover
{
   color: blue;
   font-weight: bold;
}

.element_menu a:active, a:focus
{
   color: red;
   font-weight: bold;
}


/* Le corps de la page */

#corps
{
   margin-left: 170px;
   margin-bottom: 20px;
   padding: 8px;
   border: 1px solid black;
   background-color: white;
}

#corps h1
{
    font-size: 2.0em;
	font-weight: bold;
	text-align: center;
    color: #FFBB5B;
   
 }

#corps h2
{
	flot: clear;
	font-size: 1.5em;
 	font-weight: bold;
	text-align: center;
    color: #FFBB5B;
}

#corps h3
{
    flot: clear;
	font-size: 1.0em;
 	font-weight: bold;
	text-align:center;
    color: black;
}
#corps p
{
	text-indent: 0px;
}

#corps p:first-letter
{
	font-weight: bold;
	font-size: 1.9em;
	color: #FFBB5B;
}

.flottant_gauche
{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.flottant_droit
{
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.flottant_clear
{
	clear: both;
}

.gras
{
	font-weight: bold;
}

.haut_de_page
{
	clear: both;
}

.haut_de_page a
{
   color: red;
   font-weight: normal;
   font-size: 0.7em;
   text-decoration: none;
}

.haut_de_page a:hover
{
   color: blue;
   font-weight: bold;
   font-size: 0.7em;
}

.haut_de_page a:active, a:focus
{
   color: red;
   font-weight: bold;
   font-size: 0.7em;
}

.chapitres
{
	
	font-size: 0.8em;
}

.chapitres a 
{
   color: red;
   text-decoration: none; /* le lien n'est pas souligné */
}

.chapitres a:hover
{
    color: blue;
	font-weight: bold;
}

.chapitres a:active, a:focus
{
    color: red;
   font-weight: bold;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;
   marging: 0px;
   clear: both;

   text-align: center;
   border: 1px solid black;
   background-color: white;
}

#pied_de_page a 
{
   color: black;
   text-decoration: none; /* le lien n'est pas souligné */
}

#pied_de_page a:hover
{
    color: blue;
	font-weight: normal;
	border: 1px solid black;
}

#pied_de_page a:active, a:focus
{
    color: red;
   font-weight: normal;
   border: 1px solid black;
}