@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-base.jpg);
     left: 10; 
     top: 10;
     width: 937px;
     height: 700px;
     margin-top: 0px; 
     margin-left: 0px;
	 border : 0px;
	 border-color : white; 
     text-align: left; 
     } 
#menu {
     position:absolute;
     left: 20; 
     top: 175;
     width: 890px;
     height: 20px;
     margin-top: 0px; 
     margin-left: 0px;
	 border : 0px; 
     text-align: center; 
     }  
#adresse {
     position:absolute;	
	 background: black;
     left: 10; 
     top: 724;
     width: 937px;
     height: 10px;
     margin-top: 0px; 
     margin-left: 0px;
	 border : 0px;
     text-align: center; 
     }	
#grandeimg {
     position:absolute;	
	 background: black;
     left: 10; 
     top: 277;
     width: 937px;
     height: 433px;
     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;
}
a.rose:link {
color: WHITE;
text-decoration: underlined;
}
a.rose:visited {
color: #FF827C;
text-decoration: none;
}
a.rose:hover {
color: #631A14;
text-decoration: none;
}
a.rose:active {
color: #EFE6D2;
text-decoration: none;
}