
body
{
   width: 980px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("fond.jpg");
}

/* L'en-tête */

#en_tete
{
   width: 980px;
   height: 191px;
   background-image: url("haut.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

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

.element_menu
{
	background-color: #0D0013;
	background-image: url("motif.png");
	background-repeat: repeat-x;
	border: 2px solid #990199;
	margin-bottom: 10px;
	
}


/* Quelques effets sur les menus */


.element_menu h3
{
	color: #990199;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.element_menu ul
{
   list-style-image: url("puce.png");
   padding: 0px;
   padding-left: 30px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
	color: #ffbfff;
	padding-left: 5px;
	
}

.element_menu a:hover
{
	background-color: #990199;
	color: White;
}


/* Le corps de la page */

#corps
{
	margin-left: 210px;
	margin-bottom: 10px;
	padding: 5px;
	color: #FFBFFF;
	background-color: #0D0013;
	background-image: url("motif.png");
	background-repeat: repeat-x;
	border: 2px solid #990199;
}

#corps h1
{
	color: #990199;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-style: italic;
}

#corps h2
{
	height: 34px;
	background-image: url("titre.png");
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #990199;
	text-align: left;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	padding: 5px;
	text-align: center;
	color: #FFBFFF;
	background-color: #0D0013;
	background-image: url("motif.png");
	background-repeat: repeat-x;
	border: 2px solid #990199;
}
.copy
{
color: #FFBFFF;
}

.copy:hover
{
	background-color: #990199;
	color: White;
}
	