	
BODY
{ 
   margin: 0;
	padding: 0;
	background: black ;
   font-family : Arial, Helvetica, sans-serif; 
	color: white;
	font-size: 13px;
}	
	
H1 
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 20px;
	text-decoration : none;
	}
	
H2 
	{
	color: white;
	font-size: 16px;
	}
	
H3 
	{
	color: white;
	font-size: 15px;
	}
	
p { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	color: #ffffff;
	}

td {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px;
	}


A:LINK, A:VISITED {
	color : #FFF8B9;
	text-decoration : none;
}

A:HOVER {
	color : white;
	text-decoration : none;
}
	
a.mp3:link{
	color:#7778FF;
	}
	
a.mp3:visited{
	color:#5B5DFF;
	}
	
a.mp3:hover{
	color:	#9FA4F3;
	}


div.scroll 
	{ 
  	
	border: 0px ; 
	height: 320px; 
	width: 488px; 
	overflow: auto;
	text-align: justify;	
	padding: 15px 10px 10px 10px;
	
	font-family : Arial, Helvetica, sans-serif; 
	scrollbar-face-color: black;
   scrollbar-arrow-color: white;
   scrollbar-track-color: black;
   scrollbar-shadow-color: black;
   scrollbar-highlight-color: #ffffff;
   scrollbar-3dlight-color: 330033;
   scrollbar-darkshadow-Color: #330066;
	}
	
li {
	font-size: 12px;
	color: white;
	font-weight: normal;
}
.commentaires {
	font-size: 10px;
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
  }

.copyright 
	{
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: right;
	vertical-align: middle;
	}

span {
	text-decoration:none;
	}

.message_erreur {
	font-size: 11px;
	color: yellow;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

table.tabcentre { 
	margin-left: auto; 
	margin-right: auto; 
	}

#global 
	{
    position:absolute;
    left: 50%; 
    top: 50%;
	 width: 941px;
    height: 631px;
    margin-top: -315px; /* moitié de la hauteur */
    margin-left: -470px; /* moitié de la largeur */
	 border-color: white;
}  
	  
#contenu 
  	{ 
  	margin: 1em; 
  	}

