html, body
	{ 
		background-color: #000000;
		background-image:url('../Pictures/Textures/Marbre_Noir.jpg');
	}
	
.Centrage 
	{ 
		text-align :center ; 
		margin:auto ;
	}
	
.Style1
	{
		font-size: 14px;
		color: #FFCC00;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		padding: 0.5em;
	}
	
.Style2
	{
		font-size: 14px;
		color: #000000;
		font-family: "Times New Roman", Times, serif;
		text-align:justify;
		padding: 0.5em;
	}
	
.Titre
	{
		font-size: 16px;
		color: #FFCC00;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		padding: 0.5em;
	}
	
.Premier_Cadre
	{
		text-align:center;
		width: 700px;
		background-color: #333333 ;
		background-image:url('../Pictures/Textures/Marbre_GrisFonce.jpg');
		border-color: #555555 ;
		border-width: 2px ;
		border-style: solid ;
	}
	
.Cadre
	{
		text-align:center;
		width: 700px;
		background-color: #333333 ;
		background-image:url('../Pictures/Textures/Marbre_GrisFonce.jpg');
		border-color: #555555 ;
		border-width: 2px ;
		border-style: solid ;
	}
	
.Cadre2
	{
		text-align:center;
		width: 700px;
		background-color: #000000 ;
		background-image:url('../Pictures/Textures/Marbre_Noir.jpg');
		border-style: none ;
	}
	
.Cadre_Paroles
{
	text-align:left;
	width: 480px;
	background-color: #333333 ;
	background-image:url('../Pictures/Textures/Marbre_GrisFonce.jpg');
	border-color: #555555 ;
	border-width: 2px ;
	border-style: solid ;
}
	
.MenuBar
	{
		font-size: 11px;
		color: #DDDDDD;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		text-align:center;
		
		width: 700px;
		background-color: #000000 ;
		border-style: none ;
	}
	
.Fond_Dark
	{
		background-color: #444444 ;
		background-image:url('../Pictures/Textures/Marbre_Gris.jpg');
		text-align:center;
		padding: 0.5em ;
		border-style: none ;
	}
	
.Fond_Medium
	{
  	background-color:#666666 ;
  	background-image:url('../Pictures/Textures/Marbre_GrisMedium.jpg');
  	text-align:justify ;
  	padding: 0.5em ;
  	border-style: none ;
	}
	
.Fond_Light1
	{
  	background-color:#AAAAAA ;
  	background-image:url('../Pictures/Textures/Marbre_GrisClair1.jpg');
  	text-align:justify ;
  	padding: 0.5em;
  	border-style: none ;
	}
	
.Fond_Light2
	{
  	background-color:#CCCCCC ;
  	background-image:url('../Pictures/Textures/Marbre_GrisClair2.jpg');
  	text-align:justify ;
  	padding: 0.5em ;
  	border-style: none ;
	}

a:link {
	color: #E0B000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #E0B000;
}

a:hover {
	text-decoration: underline;
	color: #FFCC00;
	background-color: #666666 ;
}

a:active {
	text-decoration: underline;
	color: #E0B000;
}