body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#en_tete
{
	width: 760px;
	height: 200px;
	margin-bottom: 10px;
	}
	
#menu
{
	float: left;
	width: 190px;
	}

a
{
	text-decoration: none
	}
	
.rien
{
   list-style-type: none;
}


.element_menu li
{
	margin-bottom: 50px
	}

.element_menu li
{
	font-family: "Comic sans MS"
	}
	
.element_menu ul
{
	padding: 30px;
	padding-left: 0px;
	margin: 10px;
	margin-bottom: 5px;
	}
	
.element_menu a: hover 
{
   background-color: #B3B3B3;
   color: black;
}

#corps
{
	margin-left: 200px;
	margin-bottom: 20px;
	padding: 5px;
	font-family: "Comic sans MS", monospace;
	text-align: justify
	}

#corps h1
{
	text-align: center;
	font-family: "Comic sans MS", monospace;
	}
	
strong
{
	font-weight: normal;
	text-decoration: underline;
	}

.center
{
	text-align: center;
	}

#pied_de_page
{
   padding: 5px;
   text-align: center; 
   }
   

 
	