/* Styles g&eacute;n&eacute;raux de la page */
body
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color:  #3333FF; /* #3333FF bleu du fond */
	font-family: Arial, "Times New Roman", Times, sans-serif;
}
a
{
	color: #DB0000; /* #DB0000 : rouge sombre */
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	font-style: italic;
}
/* styles de l'en-tête */
#image_fond
{
	width: 246px;
	height: 168px;

	position: absolute;
    top: 0px; 
	left: 0px;
	background: url("images/en_tete2.png") fixed;
}
h1
{
text-indent : -50000px;
}
#en_tete
{
	height: 109px;			
	/* border: 2px dotted #F7E444; */
	background: url("images/banniere2.png") no-repeat bottom right ; 
	/* background-color: #3333FF; */
}
/* Styles des menus */
#info
{	width: 200px;
    float: right;
	background-color: #FFFFFF;
	color: #3333FF;
	text-align: center;
	border: 4px outset #3333FF;
}
#message
{   width: 80%;
	height: 15px;
	float: center;
	text-align: center;
	border: 4px outset #3333FF;
}
#menu
{
	width: 20%;
	float: left;
}
.sous_menu
{
	margin-top: 20px;
	background-color: #FFFFFF;
	color: #3333FF;
}
.sous_menu h3
{
	color: #3333FF;
	text-align: center;
}
/* Styles du corps */
#corps
{
	margin-left: 22%; /* marge externe */
	margin-top: 20px;
	padding: 10px;  /* marge interne d'une boîte */
	/* border: 2px dotted #F7E444; */
	color: #3333FF;
	background-color: #FFFFFF;
	text-align: justify;
}
#corps h2
{
	text-align: center;
	color: #3333FF;
}
/* Styles du pied de page */

#pied_de_page
{
	clear: left;
	margin-top: 5px;
	font-weight: bold;
	padding: 0px;
	/* background: url("images/piedpage.png") no-repeat bottom right #FFFFFF; */
	background-color: #FFFFFF;
	color: #3333FF;
	text-align: center;
	border: 2px solid #F7E444;
}

