html, body {
margin : 0; 
padding : 0; 
width: 100%;
height: auto;
background-image: url(images/fd_logo.gif);
} 

dt, dl, dd, ul, li {
list-style-type : none; 
margin : 2px 10px 2px 2px; 
padding : 0; 
} 



dl {
top: 30px;
padding: 2px;
margin: 2px;
font-family : arial;
font-weight: lighter;
color: #636155;
position : absolute; 
text-align: justify;
line-height: 1em;
}

p {
padding: 0;
margin: 0;
font-size: 1.7em;
font-weight: normal;
font-family : arial;
color: #000000;
}


	
dt {
padding: 2px;
margin: 2px;
margin-top: 0px;
font-size: 1em;
font-weight: bold;
font-family : arial;
color: #5D5A31;
}

dd {
margin: 5px;
font-family : arial;
font-size: 0.7em;
letter-spacing: 1px;
font-weight: normal;
color: #B8A01E;
line-height: 1.4em;
}

em {
font-size: 1em;
font-weight: bold;
color: #3E3A00;
font-style: normal;
line-height: 1.4em;
}

a {
color: #BCC805; 
text-decoration: none; 
background-color: transparent ;
font-weight: lighter;
} 


a:link {
color: #A8021B; 
text-decoration: none; 
background-color: transparent ;
font-weight: lighter;
} 

a:href {
color: #000000; 
text-decoration: none; 
background-color: transparent ;
font-weight: lighter;
}

a:hover {
color: #D6D4B4; 
text-decoration: none; 
background-color: none 
}

/* header */
#header {
position: absolute;
top: 0;
left: 0;
width: 536;
height: 31px;
}

/* contenant*/
#conteneur{
position : absolute; 
width : 1024px; 
height : 600px; 
background-image : url(images/fd.png); 
} 


/* menus principaux */

#menu1 {
margin-top : 271px; 
margin-left : 612px; 
position : absolute; 
width : 179px; 
height : 27px; 
} 
			
#menu2 {
margin-top : 298px; 
margin-left : 612px; 
position : absolute; 
width : 179px; 
height : 27px;  
} 
			
#menu3 {
margin-top : 325px; 
margin-left : 612px; 
position : absolute; 
width : 179px; 
height : 27px;  
} 
			
#menu4 {
margin-top : 352px; 
margin-left : 612px; 
position : absolute; 
width : 179px; 
height : 27px; 
} 

/* image centrale */
#image{
position : absolute; 
margin-top : 179px; 
margin-left : 0px; 
width : 306px; 
height : 360px; 
} 

/* texte principal */
#texte{
position : absolute; 
top : 265px; 
left : 306px; 
width : 270px; 

} 

/* atualite */
#actualite {
position : absolute; 
margin-top : 500px; 
margin-left : 0px; 
width : 400px; 
height : 70px; 
} 

/* menu secondaire */
#menusecondaire {
	position: absolute;
	left: 306px;
	top: 250px;
	width: 270px;
	font-family : arial;
	font-weight: lighter;
	font-size: 0.6em;
	color: #A09E7B;
	text-align: left;
} 
		
				

/* Sous Menu*/
#menu {
	position: absolute;
	left: 306px;
	top: 197px;
	width: 270px;
	font-family : arial;
	font-weight: lighter;
	font-size: 0.7em;
	color: #A09E7B;
	text-align: left;
}

#menu ul {
	list-style-type: none;
}

#menu li a {
	margin: 0;
	padding: 0;
	width: 270px;
	display: inline;
	margin-left: 15px;
	text-decoration: none;
	color: #A09E7B;
	}
	
#menu li a:hover {
	margin: 0;
	padding: 0;
	width: 270px;
	display: inline;
	margin-left: 15px;
	text-decoration: underline;
	color: #63613A;
}



