body 
{
	text-align: center;  /* Centre la page pour IE */
	background-color: #2F3155;
}

#global 
{	
	margin-right: auto ;  /*  Centre la page pour mozzilla  */
	margin-left: auto ;
	width: 1000px;
	border: 1px solid #FFFFFF;
	background-color: #626592;
}

#fond 
{
	background-color: #626592;
	margin-bottom: 20px;
}

#banniere
{	
	
}

#menu
{	
	
}

#barre_gris
{	
	width: 983px;
	height: 25px;
	background-color: #4F5175;
	border-right: 2px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	float: left;
}

#corps
{	

}

a
{
	color: #FBD832;
}

.menu_link 
{

}

.menu_link a 
{
	float: left;
	text-decoration: none;
	width: 222px;
	height: 25px;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color: #4F5175;
	color: #FFFFFF;
	margin-left: 22px;
	font-weight: bold;
	font-size: 16px;
	padding-top: 2px;
}

.menu_link a:hover
{
	border-top: 1px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	background-color: #2F3155;
	color: #FBD832;
}

.spacer
{
	clear: both;
}

h1
{
	color: #FBD832;
	font-weight: bold;
	padding-left: 40px;
	text-align: center;
	font-size: 40px;
}

h2
{
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding-left: 60px;
}

h3
{
	color: #000000;
	font-weight: bold;
	padding-left: 80px;
}

ul li {
	color: #FFFFFF;	
}

.menu_liste{
	list-style-type: none;
	padding-left: 20px;
	margin-left: 5px;
}

.txt 
{
	color: #FFFFFF;
	font-weight: bold;
}

.txt_bleu_c
{
	color: #0079B2;
	font-weight: bold;
}

.txt_bleu_f
{
	color: #335F8E;
	font-weight: bold;
}

.txt_bleu_gris
{
	color: #34608F;
	font-weight: bold;
}



.border_blanc { border: 1px solid #FFFFFF; }

