/* CSS Document */

body{margin:0px;padding:0px; border:0px;  font-family:Verdana;font-size:8pt;color:#000000; background-color:#ECB285}


#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 600px;
     height: 400px;
     margin-top: -200px; /* moitié de la hauteur */
     margin-left: -300px; /* moitié de la largeur */
     }
	 

#globalinterieur {
     position:absolute;
     left: 50%; 
     top: 0px;
     width: 606px;
     height: auto;
     margin-left: -305px; /* moitié de la largeur */
	 background:#ffffff;
	 text-align:justify;
	 z-index:500;
	
     }

hr {height: 1px; border: 0; color:#ECB285}

#menutop{
	position:absolute;
	width:1000px;
	height:20px;
	z-index:1000;
	left: -12px;
	top: 244px;
}



/*liens textes*/

.hrefbackground {
font-family:Verdana;
color:#ffffff;
font-weight:bold;
}

.hrefbackground a {
text-decoration:none;
font-family:Verdana;
color:#ffffff;
font-weight:bold;
}

.hrefbackground a:hover {
color: #ffffff;
text-decoration:underline;
font-weight:bold;
}
		
a {
text-decoration:none;
color:#ffffff; 
font-size:8pt;
}

a:hover {
text-decoration:underline; 
color:#ffffff;
font-size:8pt;
}

