@charset "iso-8859-1";
* {
	padding: 0;
	margin: 0;
}  
#cadre {
     position:absolute;	
	 background: white;
     left: 50%; 
     top: 0;
     width: 957px;
     height: 720px;
     margin-top: 0px; 
     margin-left: -479px;
	 border : 0px; 
     }
#conteneur {
     position:absolute;	
	 background-image: url(fond-intro.jpg);
     left: 10; 
     top: 10;
     width: 937px;
     height: 700px;
     margin-top: 0px; 
     margin-left: 0px;
	 border : 0px;
	 border-color : white; 
     text-align: left; 
     } 
#adresse {
     position:absolute;	
	 background: black;
     left: 10; 
     top: 724;
     width: 937px;
     height: 10px;
     margin-top: 0px; 
     margin-left: 0px;
	 border : 0px;
     text-align: center; 
     }	 
a.gris:link {
color: WHITE;
text-decoration: underlined;
}
a.gris:visited {
color: RED;
text-decoration: none;
}
a.gris:hover {
color: RED;
text-decoration: none;
}
a.gris:active {
color: #EFE6D2;
text-decoration: none;
}
 
#conteneur ul
{
list-style-type: none;
text-align: left;
}

#conteneur ul li a
{
background: transparent url(bul-off.png) left center no-repeat;
padding-left: 40px;
text-align: left;
font: bold 12px verdana, lucida, sans-serif;
text-decoration: none;
color: white;
}

#conteneur ul li a:hover
{
background: transparent url(bul-on.png) left center no-repeat;
color: #FF0033;
}

#conteneur ul li a:active
{
background: transparent url(bul-active.png) left center no-repeat;
color: #0000FF;
}