body{
background-color: #f6f5f5;
font: 9pt georgia;
color: #000000;
}

a img {
border: none;
} 

a:hover img { opacity: 0.4; filter:alpha(opacity= 40); }


a:link{
	color: #000000;
    text-decoration : none;
    background-color : transparent;
	
}

a:visited {
	color: #000000;
    text-decoration : none;
    background-color : transparent;
}

a:hover {
    color : #81CDDD;
    text-decoration : none;
	background-color : transparent;
	
}

a:active {
	color: #000000;
    text-decoration : none;
	background-color : transparent;
}


#conteneur {
	text-align:left;
	margin-left: auto;
	margin-right: auto; 
	width: 1024px;
	
}



#image{
	position: relative; 
	float: left; 
}

#fond{
	background-image: url(./images/fond_haut.png);
	background-repeat: no-repeat; 
	position: relative;
	float:left;
	margin-left:22px;
	width: 724px;
	height:500px;
	
}

#contenu{
padding: 10px 20px 10px 20px; 
position: absolute;
width: 683px;
top: 115px;
background-color:#fff;


}

#fond_blanc{
position:absolute;
width:723px;;
top:100px;
height:600px;
background-color:#FFFFFF;
z-index:-1;
}

#menu{
position:relative;
width:684px;
height:40px;
font : 8pt georgia;
}





#content {
	width	: 684px;
	background-color:#fff;
	

}

#info{
position:relative;
clear:left;
margin-top:15px;
height:20px;
width:580px;
font: 14,5pt bold georgia;
color: #81CDDD;
text-align:left;
}

#copy{
margin-top:30px;
height:10px;
width: 724px;
font: 7pt georgia;
position:relative;
clear:left;
margin-left:50px;

}

