body
{
	width: 1024px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-color: #9298A3;
}
{
	margin-top: 10px;
	margin-bottom: 20px;    
   }

/* L'en-tête */

#en_tete
{
	width: 1024px;
	height: 120px;
	background-image: url("Images/Entetetravaux.jpg");
	background-color: #9298A3;
	margin-bottom: 5px;
}
#en_tete_nuit
{
	width: 1024px;
	height: 120px;
	background-image: url("Images/entetetravauxnuit.jpg");
	background-color: #9298A3;
	margin-bottom: 5px;
}
#en_tete_2011
{
	width: 1024px;
	height: 120px;
	background-image: url("Images/Entete2011-2.gif");
	background-color: #9298A3;
	margin-bottom: 5px;
}
#en_tete_nuit_2011
{
	width: 1024px;
	height: 120px;
	background-image: url("Images/entetenuit2011-2.gif");
	background-color: #9298A3;
	margin-bottom: 5px;
}
/* Le menu */

/* Le menu */

#menu
{
	/ width: 800px; /
	background-color: #9298A3;
	margin: auto; /* Pour centrer notre page */
	color: #FFFFFF;
}

.element_menu
{
		background-color: ##9298A3;
		border: 2px solid black;
		margin-bottom: 20px;
}

/* Quelques effets sur les menus */

.element_menu h3
{    
		color: #FFFFFF;
		font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
		text-align: center;
		background-color: #9298A3;
}

.element_menu ul
{
		padding: 0px;
		padding-left: 10px;
		color: #FFFFFF;
		margin: 0px;
		margin-bottom: 5px;
		background-color: #9298A3;
}

.element_menu a
{
		color: #FFFFFF;
}

.element_menu a:hover
{
		background-color: #9298A3;
		color: black;
}


/* Le corps de la page */

#corps
{
		width: 1024px; 
		height: 650px;
		/*padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
		color: #000000;
		background-color: #9298A3; /* Une couleur de fond pour le corps */
		border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
		vertical-align: bottom;
}
#corps h1 /* Tous les titres h1 du corps */
{
		color: #000000;
		height: 25px;
		text-align: center;
		font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
		font-size: 120%;
		vertical-align: bottom;
}

#corps h2 /* Tous les titres h2 du corps */
{
		height: 25px;
		padding-left: 0px;
		color: #000000;
		text-align: center;
		font-size: 100%;
		background-color: #9298A3;
		vertical-align: bottom;
}
#corps h3 /* Tous les titres h2 du corps */
{
		height: 15px;
		padding-left: 0px;
		color: #000000;
		text-align: center;
		font-size: 80%;
		vertical-align: bottom;
}
#pied_de_page
{
		/*padding: 5px;*/
		width: 1024px; 
		text-align: center;
		margin: auto;
		color: #000000;
		background-color: #9298A3;
		border: 2px solid black;
}

</body>