


html {
   height: 100%;
   overflow: hidden;
   min-height: 600px;
   min-width: 800px;
   
   
   width:100%; 
}

/* CSS fond d'écran */
html img.imghtml, html div.imghtml{ 
width:100%;height:100%; 
top:0; 
left:0; 
position:absolute; 
} 

html, html * { 
position:relative; 
z-index:0; 
} 
/* fin fond d'ecran */

body
{
	z-index:2;
   width: 100%;
   height: 100%;
    background-repeat: no-repeat;
   background-position: center;
background-color: black ;
background-attachment: fixed;
min-height: 600px;
min-width: 800px;

	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	color: #660000;
}

#en_tete
{
   width: 100%;
   height: 100px;
   text-align: center ;
}





#menu
{
   float: left;
   width: 150px;
   text-align: center ;
}


#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
#menu a:active {
	text-decoration: none;
	color: #FFFF00;
}

#menu a {
	font-family: Times New Roman, Times, serif;
	color: #FFFFFF;
	font-style: italic ;
}
#menu td,th {
	color: #FFFFFF;
}


#corps
{
   margin-left: 200px;
   margin-right: 10px;
	overflow: auto;
	color: white;
	text-align: center ;
max-height: 80%;
}


a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FF0000;
}

