body
{
 
   margin: auto; /* pour centré le site sous FIREFOX*/
   text-align: center; /*Pour centré le site sous IE */
   margin-top: 20px;
   margin-bottom: 20px;

background-image: url("images/fond.jpg");
 /*  background-repeat: no-repeat;*/
   	background-attachment: fixed;
}
#lienhautpage
{
Position: absolute;
	left: 450px;
	top: 850px;
}
#lienhautpagecadre
{
Position: absolute;
	left: 450px;
	top: 1260px;
}
#lienhautpageform
{
Position: absolute;
	left: 450px;
	top: 1150px;
}
#lienhautchambre
{
Position: absolute;
	left: 450px;
	top: 1600px;
}
#lienhautitini
{
Position: absolute;
	left: 450px;
	top: 1000px;
}

#posittel
{
	Position: absolute;
	left: 4px;
	top: 200px;
}

/*position image*/
#positgauche
{
   position: absolute;
   left: 35px;
   top: 740px;

}

#positdroite
{
   position: absolute;
   right: 35px;
   top: 740px;
  
}

strong /* ... et les mots importants en rouge clignotant ! */
{
   text-decoration: blink;
}

/* L'en-tête */

#en_tete
{
	margin: auto; /* pour centré le site sous FIREFOX*/
   text-align: center; /*Pour centré le site sous IE */
   width: 760px;
   height: 100px;
   background-image: url("images/photo/banniere2.jpg");
   
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

/* Le menu */

#navcontainer ul
{




padding: .2em 0;
margin: 10;
list-style-type: none;
background-image: url("images/menu.jpg");
color: #FFF;
width: 760px;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color:#426208;
color: #FFF;
padding: .2em 1em;
/*border-right: 2px solid #fff;
border-left: 2px solid #fff;*/

}

li a:hover
{
background-color: #7B9D25;
color: #fff;
}

/* Le corps de la page */

#corps
{

    margin: auto; /* pour centré le site sous FIREFOX*/
    text-align: center; /*Pour centré le site sous IE */
    margin-bottom: 10px;
    padding: 5px;
   	color: BLACK;
   	font-family: "Monotype Corsiva";
    width: 750px;
}

#corps h1
{
   color: #426208;
   text-align: center;
   font-family: "Monotype Corsiva";
}

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

#pied_de_page
{

   margin: auto; /* pour centré le site sous FIREFOX*/
   text-align: center; /*Pour centré le site sous IE */
   padding: 5px;
   text-align: center;
   color: #426208;
}

