html, body
	{ 
		background-color: #000038;
	}
	
.Centrage 
	{ 
		text-align :center ; 
		margin:auto ;
	}
	
.Style1
	{
		font-size: 20px;
		color: #CCCCFF;
		font-family: "Monotype Corsiva", Times, serif;
		font-weight: normal;
		padding: 0.5em;
	}
	
.Style2
	{
		font-size: 20px;
		color: #000000;
		font-family: "Monotype Corsiva", Times, serif;
		text-align:center;
		padding: 0.5em;
	}
	
.Titre
	{
		font-size: 24px;
		color: #CCCCFF;
		font-family: "Monotype Corsiva", Times, serif;
		font-weight: bold;
		padding: 0.5em;
	}
	
.Premier_Cadre
	{
		text-align:center;
		width: 700px;
		background-color: #000000 ;
		border-color: #555588 ;
		border-width: 2px ;
		border-style: solid ;
		background-image:url('../Pictures/Icones/blue/Blue_Cadre_Fond.gif');
		background-repeat:no-repeat;
	}
	
.Cadre
	{
		text-align:center;
		width: 700px;
		background-color: #000000 ;
		border-color: #555588 ;
		border-width: 2px ;
		border-style: solid ;
	}
	
.Cadre2
	{
		text-align:center;
		width: 700px;
		background-color: #000038 ;
		border-style: none ;
	}
	
.Cadre_Paroles
{
	text-align:left;
	width: 480px;
	background-color: #222244 ;
	border-color: #555588 ;
	border-width: 2px ;
	border-style: solid ;
}
	
.MenuBar
	{
		font-size: 11px;
		color: #EEBBEE;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		text-align:center;
		
		width: 700px;
		background-color: #000038 ;
		border-style: none ;
	}
	
.Fond_Dark
	{
		background-color: #333355 ;
		text-align:center;
		border-style: none ;
		padding: 0.5em ;
	}

.Fond_Medium
	{
		background-color: #555577 ;
		text-align:center;
		border-style: none ;
		padding: 0.5em ;
	}
	
.Fond_Light1
	{
  	background-color:#AAAACC ;
  	text-align:justify ;
  	border-style: none ;
  	padding: 0.5em ;
	}
	
.Fond_Light2
	{
  	background-color:#8888AA ;
  	text-align:justify ;
  	border-style: none ;
  	padding: 0.5em ;
	}

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

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

a:hover {
	text-decoration: underline;
	color: #CCCCFF;
	background-color: #555577 ;
}

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