body {
margin: 0;
padding: 0;
background : #000;
text-align :left;
font-family : verdana;
font-size : 12px;
color : #000;
}

/* BLOC CONTENEUR */

#conteneur {

margin-left : auto;
margin-right : auto;
margin-top : 80px;
margin-bottom : 80px;
width : 910px;
text-align : left;
height: 550px; 
background :#ABA27F; 
}

/* HAUT */
	 
#haut {
width : 100% ; 
height : 130px ; 
text-align : left;
border : 5px solid #ABA27F;
}

/* CENTRE */
	 
#centre {
width : 100%; 
height : 360px ; 
text-align : left;
background : #ABA27F;
border-left : 5px solid #ABA27F ; 
border-right : 5px solid #ABA27F ;
}

/*FOOTER */

#footer {
height : 60px ;
width : 100%;
font-size : 10px;
text-align : center;
background : #ABA27F; 
border : 5px solid #ABA27F ; 

}

/* LOGO UNESCO */
	 
#unesco {
width : 330px ; 
height : 130px ; 
background : #000;
text-align : center;
float : left;
border-right : 5px solid #ABA27F ;

}

/* BLEGNY */
	 
#blegny {
width : 140px; 
height : 130px ; 
background : #000; 
float : left;
text-align : center;
border-right : 5px solid #ABA27F ;

}

/* CAZIER */
	 
#cazier {
width : 140px; 
height : 130px ; 
background : #000; 
float : left;
text-align : center;
border-right : 5px solid #ABA27F ;

}

/* LUC */
	 
#luc {
width : 140px; 
height : 130px ; 
background : #000; 
float : left;
text-align : center;
border-right : 5px solid #ABA27F ;

}

/* HORNU */
	 
#hornu {
width : 140px ; 
height : 130px ; 
background : #000; 
text-align : center;
float : left;

}

/* ANIMATION */
	 
#animation {
width : 910px ; 
height : 360px ; 
background : #000 url(images/index.gif) no-repeat;
text-align : center;
float : left;

}

/* PRESSE */
	 
#presse {
width : 330px ; 
height : 60px ; 
background : #000; 
text-align : center;
float : left;

}

/* PUBLIC */
	 
#public {
width : 575px ; 
height : 60px ; 
background : #000; 
text-align : center;
float : left;
margin-left : 5px;

}


/* LEGENDE2 */
	 
#legende2 {
width : 330px ; 
height : 360px ; 
background : #000 url(images/photo.gif) no-repeat; 
text-align : center;
float : left;

}

/* PRESENTATION */
	 
#presentation {
width : 555px ; 
height : 340px ; 
background : #000 ; 
text-align : left;
float : left;
margin-left : 5px;
color : #ABA27F;
overflow:auto;
padding : 10px;
}


A
{
color: #ABA27F;
text-decoration:none;
}
A:hover
{
color: #ABA27F;
text-decoration: underline;
font-weight: bold;
}
