html, body
	{ 
		background-color: #FFFFFF;
	}
	
.Centrage 
	{ 
		text-align :center ; 
		margin:auto ;
	}
	
.Style1
	{
		font-size: 14px;
		color: #000000;
		font-family: "Arial", Times, serif;
		font-weight: bold;
		padding: 0.5em;
	}
	
.Style2
	{
		font-size: 14px;
		color: #000000;
		font-family: "Arial", Times, serif;
		font-weight: bold;
		text-align:center;
		padding: 0.5em;
	}
	
.Titre
	{
		font-size: 18px;
		color: #000000;
		font-family: "Arial", Times, serif;
		font-weight: bold;
		padding: 0.5em;
	}
	
.Premier_Cadre
	{
		text-align:center;
		width: 700px;
		background-color: #FFFFFF ;
		border-style: none ;
		background-image:url('../Pictures/Icones/grey/Metal_Cadre_Fond.gif');
		
		
	}
	
.Cadre
	{
		text-align:center;
		width: 700px;
		background-color: #FFFFFF ;
		border-style: none ;
		background-image:url('../Pictures/Icones/grey/Metal_Cadre_Fond.gif');
		
		
	}
	
.Cadre2
	{
		text-align:center;
		width: 700px;
		background-color: #FFFFFF ;
		border-style:none;
	}
	
.Cadre_Paroles
{
	text-align:left;
	width: 480px;
	background-image:url('../Pictures/Icones/grey/Metal_Fond_Paroles.gif');
	border-style: solid ;
	border-width:1;
	border-color:#444444;
}
	
.MenuBar
	{
		font-size: 11px;
		color: #000000;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		text-align:center;
		
		width: 700px;
		background-color: #FFFFFF ;
		border-style: none ;
		
		background-image:url(Metal_Cadre_Fond.gif);
	}
	
.Fond_Dark
	{
		background-color: #AAAAAA ;
		text-align:center;
		border-style: none ;
		padding: 0.5em ;
	}

.Fond_Medium
	{
		background-color: #BBBBBB ;
		text-align:center;
		border-style: none ;
		padding: 0.5em ;
	}
	
.Fond_Light1
	{
  	background-color:#DDDDDD ;
  	text-align:justify ;
  	border-style: none ;
  	padding: 0.5em ;
	}
	
.Fond_Light2
	{
  	background-color:#EEEEEE ;
  	text-align:justify ;
  	border-style: none ;
  	padding: 0.5em ;
	}

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

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

a:hover {
	text-decoration: underline;
	color: #333333;
	background-color: #BBBBBB ;
}

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