body
{
	width: 760px;
	margin: auto;
/*	margin-top: 20px; */
/*	margin-bottom: 20px; */
/*	background-color: rgb(242,205,94); */
}

#en_tete
{
	width: 760px;
	height: 100px;
/*	background-repeat: no-repeat; */
/*	margin-bottom: 10px; */
}

#menu
{
	float: left;
	width: 120px;
}

#photo
{
/*	float:left; */
}

.floating_picture_left
{
	float:left;
}

.below_floating
{
	clear:both;
}

.element_menu
{
	background-repeat: repeat-x;	
	margin-bottom: 20px;
}

.element_menu h3
{
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
}

.element_menu ul
{
	/*list-style-image: url("../Pictures/puce.png")*/
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
}

.element_menu a
{
}

.element_menu a:hover
{
	color: black;
}

#corps
{
	margin-left: 140px; */
/*	margin-botom: 20px; */
/*	padding: 5px; */
/*	background-repeat: repeat-x; */
}

#corps h1 /* Tous les titres h1 du corps */
{
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 30px;
   text-align: left;
}	

#pied_de_page
{
   padding: 5px;

   text-align: center;
   background-repeat: repeat-x;
}