/* Styles généraux de la page */
body
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #AAAAAA;
	font-family: Arial, "Times New Roman", Times, sans-serif;
}
a
{
	color: #0000FF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Styles de l'en-tête */
#etoile_filante
{
	width: 200px;
	height: 168px;
	position: absolute;
	top: 0px;
	left: 0px
	background: url("photos/image_7_0.PNG") no-repeat;
}
#en_tete
{
	height: 127px;
	border: 2px solid #000000;
	background: url("photos/image_0_0.PNG") no-repeat;
}
h1
{
	text-indent: -50000px;
}

/* Styles des menus */
#menu
{
	width: 20%;
	float: left;
}
.sous_menu
{
	margin-top: 20px;
	background-color: #FFFFCC;       /*Fond des menus*/
	color: #0000FF;                  /*Puces*/
	border: 2px solid #000000;
}
.sous_menu h3
{
	color: #000000;
	text-align: center;
}

/* Styles du corps */
#corps
{
	margin-left: 22%;
	margin-top: 20px;
	padding: 10px;
	border: 2px solid #000000;
	color: black;                   /*#E3AB57;*/
	background-color: #FFFFCC;      /*black;*/
	text-align: justify;
}
#corps h2
{
	color: #0099FF;
	text-align: center;
}

/* Styles du pied de page */
#pied_de_page
{
	clear: left;
	margin-top: 30px;
	padding: 5px;
	
	color: #000000;
	background-color: #FFFFFF;      /*black;*/
	text-align: center;
	border: 2px solid #000000;
}





