body
{
	width:780px;
	margin:auto;
	background-image: url(image/Ciel-2.jpg);
	color: #FFFFFF;
}

/* L'en-tête */

#en_tete
{
	width:780px;
	height:150px;
	margin-top:10px;
	background-image: url(image/banniere1.jpg);
	background-repeat:no-repeat;
	
	
}


/* Le menu */

#menu
{
	background-image: url(image/font1.jpg);
	background-repeat: no-repeat;
	float: left;
	width:155px;
	margin-top: 21px;
	padding-left:13px;
	height: 220px;
}

.element_menu
{
	font-size: 20px;
	text-decoration: none;	
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
	
	margin-bottom: 5px;
	text-decoration: none;
	list-style-type: none;
	color: #000000;
}
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
  /* text-decoration: line-through;*/
}
a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: #FFCC66;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   
   color:red;
}
a /* Lien normal */
{
   text-decoration: none;
   color: #000000;
   font-style: italic;
}


/* Le corps de la page */

#corps
{
	margin-bottom: 20px;
	padding: 10px;
	width:585px;
	background-color: #FFFFFF;
	background-image:url("image/bordure.jpg");
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 170px;
	margin-top: 22px;
	color: #000000;
}
.h3_corps{
font-size:22px;
}


#corps h1
{
   color: #000000;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
}

#corps h2
{
   height: 30px;   
   padding-left: 30px;
   color: #000000;
   text-align: left;
   font-size:18px
}
#Layer1 {
	left:468px;
	top:268px;
	width:230px;
	height:409px;
	z-index:1;
	position: absolute;
}

#pub
{
	color: #000000;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	text-align: center;
	color: #B3B3B3;
	background-color: #626262;
	border: 2px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
}
