
body {
	background-color: #9B2758;
	background-image: url(bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 980px;
   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;
	font-family: arial, helvetica, sans-serif;
}


table
{
   margin: auto;
   border: none;
}


#en_tete
{
   width: 880px;
   height: 170px;
	margin-left: 56px;
	overflow: hidden;
   background-repeat: no-repeat;
   margin-bottom: 0px;
	text-shadow: 0px 0px 8px #000; 
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#menu
{
	position: relative;
	z-index: 1;   
   float: left;
   width: 120px;
   
	margin-top: 32px;   
   
   border-radius: 12px 0 0 12px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.element_menu a
{
   color: #FFFFFF;
}

.element_menu td
{
   padding-top: 7px;
   padding-right: 14px;
   padding-bottom: 7px;
}

#corps
{
	position: relative;
	z-index: 2;   	
	
	width: 782px;
	/* height: 384px; */
	
   margin-left: 116px;
   padding-top: 1px;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 16px;
   
   margin-bottom: 12px;
   
   color: #000000;
   background-color: #FFFFFF;
   
   font-size: 14px;

	box-shadow: 1px 1px 12px #000;   
   border-radius: 12px 12px 12px 12px;
}

#corps a:link
{
	color: #9B2758;
}

#corps a:hover
{
	color: #AE559E;
}

#corps h1
{
	color: #000000;
   text-align: center;
   font-size: 24px;
}

#corps h2
{
	color: #000000;
   font-size: 16px;
   font-weight: bold;
}

#corps h3
{
	color: #000000;
	text-align: center;	
	
	margin-top: 24px;
	margin-left: 48px;
	margin-right: 48px;
	margin-bottom: 24px;
	
   font-size: 16px;
   font-style: italic;
   font-weight: normal;
   font-family: roman, 'times new roman', times, serif;
}

#corps h4
{
	color: #000000;
   font-size: 14px;
      
   margin-left: 12px;
   font-weight: normal;
}

#pied_de_page
{   
   clear: both;
   padding-top: 10px;

   text-align: center;
   font-size: 11px;

   color: #FFFFFF;
   
   border: none;
}

#pied_de_page a:link
{
	color: #FFFFFF
}
