body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #D2D2EE;
	height: 600px;
}

#en_tete
{
	width: 760px;
	height: 152px;
	background-image: url("../images/banniere.jpg");
	background-repeat: repeat-x;
	margin-bottom: 10px;
	border: 3px solid black;
}

#menu
{
	float: left;
	width: 120px;
}

.element_menu
{
	background-color: #0d0e13;
	border: 2px solid black;
	margin-bottom: 20px;
	height: 740px;
}

.element_menu h3
{
	color: #C8C8C8;
	text-align: center;
	font-family: Arial, "Arial Black", "Comic Sans MS", serif;
}

.element_menu a
{
	color: #B3B3B3;
}

.element_menu a:hover
{
	color #000000;
}

.element_menu li
{
	color: #B3B3B3;
	margin-bottom: 10px;
}

.element_menu ul
{
	padding: 0px;
	padding-left: 2px;
	margin: 0px;
	margin-bottom: 5px;
	
}

#corps
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 20px;
	border: 2px solid black;
	height: 700px;
}

#corps h1 /* Tous les titres h1 du corps */
{
   height: 90px;
   padding: 0px;
   border: 1px solid black;
   color: #000000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-image: url("../images/titre2.jpg"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 30px;

   padding-left: 30px;
   color: #101010;
   text-align: left;
}

#pied_de_page
{
	padding: 5px;
	clear: both;
	
	text-align: center;
	
	border: 2px solid black;
}