body
{
      background-color: #000000;
   width: 1010px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 20px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size:9px;
}

#global
{
   border: 1px solid black;
  background-color:#FFFFFF;
  height:2000px;

}


/* L'en-tête */

#en_tete
{
   width: 1000px;
   height: 150px;
   background-image: url("banniere02.png");
   background-repeat: no-repeat;
   
 
}


/* Le menu */

#menu
{
   float: left;
   width: 150px;
   height:1500px;
   padding-right:0;
   padding: 0px;
   margin-top:5px;
   margin-left:5px;
   background-color:#FFFFFF;
}

#menucolor8
{background-color:#DCC1B6;
	  border-color:#000000;
	  border-width: 1px;
	  border-style:dotted;
	  margin-bottom:3px;

}
#menucolor7
{background-color:#D8CAD6;
	  border-color:#000000;
	  border-width: 1px;
	  border-style:dotted;
	  margin-bottom:3px;

}
#menucolor6
{background-color:#EFD061;
	  border-color:#000000;
	  border-width: 1px;
	  border-style:dotted;
	  margin-bottom:3px;

}
#menucolor5
{background-color:#D5AEA4;
	  border-color:#000000;
	  border-width: 1px;
	  border-style:dotted;
	  margin-bottom:3px;

}
#menucolor4
{background-color:#EAB48B;
	  border-color:#000000;
	  border-width: 1px;
	  border-style:dotted;
	  margin-bottom:3px;

}
#menucolor3
{background-color:#D59D6D;
	  border-color:#000000;
	  border-width: 1px;
	  border-style:dotted;
	  margin-bottom:3px;
}
#menucolor2
{background-color:#FFD87F;
	  border-color:#000000;
	  border-width: 1px;
	  border-style:dotted;
	  margin-bottom:3px;
}
#menucolor1
{background-color:#CD9990;
	  border-color:#000000;
	  border-width: 1px;
	  border-style:dotted;
	  margin-bottom:3px;
}

.element_menu a
{
      text-decoration:none;
	  color:#000000;

}

.element_menu a:hover
{
   background-color: #cccccc;
   color: black;
   text-decoration:none;
   
}


/* Le corps de la page */
/* ************************************************************************************************************** */
/* news2 = le deuxieme ensemble de boites (news4 et news3) */
#news2
{
	float:left;
  	height:1500px;
	width:800px;
   color: #AB9C68;
   background-color: #FFFFFF;
}
#contenu
{
padding-left:5px;

}

#news4
{
		float:left;
		margin-top:3px;
		margin-left:3px;
  	height:1400px;
	width:590px;
    color: #000000;
    background-color: #EFEFEF;
}
div#cadre {/* conteneur global et arrière-plan du titre du cadre */
width: 590px;
height:30px;
background: url(titre_img.png) top left no-repeat;
padding-top:10px;
padding-left:10px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}


#news3
{
float:right;
		margin-top:3px;
		margin-left:3px;
	margin-right:5px;
  	height:1400px;
	width:190px;
    color: #000000;
   background-image: url("lien_img.png");
   background-repeat: no-repeat;
}


/* ************************************************************************************************************** */
/* news= le premier ensemble de boites (newsbis1 et newsbis) */
#news
{
     	height:159px;
	width:800px;
   color: #AB9C68;
   
}
#newsbis1
{
     background-image: url("nvelan.gif");
     background-repeat: no-repeat;
	  float:left;
  	height:302px;
	width:263px;

}

#newsbis
{
	margin-right:3px;
	  float:right;
  	height:127px;
	width:320px;
	     background-image: url("reservation_img.png");
     background-repeat: no-repeat;

}
/* ************************************************************************************************************** */
#corps
{
  	height:1800px;
	width:800px;
   	margin-left: 180px;
	margin-top:5px;
  	 padding:10px;
  	 color: #FFFFFF;
  	 background-color:  #FFFFFF;
  	 padding-bottom:0;
}


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

#pied_de_page
{
   text-align: center;
   color: #B3B3B3;
   background-color: #626262;
   background-repeat: repeat-x;
   padding-top:0
}