body{
    font-family:"Lucidia Grande", arial, sans-serif;
    background:black;
    width:1500px;
	height: 100% ;
    overflow:visible;
}

/* logo */

.logo {
width: 200px ;
border: 0 ;
margin: 0 ;
height: 150px ;
background: black ;

position: absolute;
	Top: 0px;
	Left: 0px;
}
.lgo {
border: 0 ;
margin: 0 ;
height: 120 ;
width: 180 ;

position: absolute;
	Top: 15px;
	Left: 15px;
	
}
/* menu */

#menu li {
  display: inline;
   padding: 0px ;
  width:200px;
    height:150px;
    float:left;
	border: 0 ;
    margin: 0 ;
    text-align:center;
	line-height: 150px; /* pour centrer le texte vericalement */
	
	
}
#menu {
border: 0 ;
  margin: 0 ;
  padding: 0px ;
  list-style: none ;
  text-align: left ;
  display: inline;
  
  position: absolute;
	Top: 0px;
	Left: 200px;
	
}

/* nescessaire pied de page */

.main {
height: 100%
}
.foot {
color: white ;
height: 10px ;
position: absolute;
	Top: 750px;
	Left: 0px;
}
/* textes */

.titre {
	height: 140px ;
	 width: 390px;
	 text-align:center;
	 line-height: 150px; /* pour centrer le texte vericalement */
	 font-size:25px;
	 text-decoration: underline ;
	 color: white ;
	 padding: 5px ;
	 background: black ;
	 position: absolute;
	Top: 150px;
	Left: 200px;
}
.texte {
	 width: 350px ;
	 height: 250px ;
	 text-align: center;
	 color: white ;
	 padding: 25px ;
	 background: black ;
	 position: absolute;
	Top: 300px;
	Left: 200px;
	font-size:15px;
}


/* images */
.feu1 {
border:0 ;
height: 150 ;
 width:200 ;
  position: absolute;
	Top: 300px;
	Left: 0px;
}
.feu2 {
border:0 ;
height: 150 ;
 width:200 ;
  position: absolute;
	Top: 600px;
	Left: 0px;
}
.feu3 {
border:0 ;
height: 150 ;
 width:200 ;
  position: absolute;
	Top: 600px;
	Left: 400px;
}
.feu4 {
border:0 ;
height: 150 ;
 width:200 ;
  position: absolute;
	Top: 150px;
	Left: 600px;
}
.feu5 {
border:0 ;
height: 150 ;
 width:200 ;
  position: absolute;
	Top: 450px;
	Left: 600px;
}
.feu6 {
border:0 ;
height: 150 ;
 width:200 ;
  position: absolute;
	Top: 150px;
	Left: 1000px;
}
.feu7 {
border:0 ;
height: 150 ;
 width:200 ;
  position: absolute;
	Top: 450px;
	Left: 1000px;
}
.feu8 {
border:0 ;
height: 150 ;
 width:200 ;
  position: absolute;
	Top: 300px;
	Left: 800px;
}
.feu9 {
border:0 ;
height: 150 ;
 width:200 ;
  position: absolute;
	Top: 600px;
	Left: 800px;
}
/* couleurs du menu */
.acc{
background: #1D1D1D;
}
.acc:hover{
background: green;
}
.feu{
background: #2D2D2D;
}
.feu:hover{
background: blue;
}
.apn{
background: #4A4A4A;
}
.apn:hover{
background: orange;
}
.gal{
background: #5F5F5F;
}
.gal:hover{
background: yellow;
}
.ctc{
background: #7B7B7B;
}
.ctc:hover{
background: red;
}