body
{
   width: 1024px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 0px;    
   background-image: url("images/fond.png");
}

/* L'en-tête */

#en_tete
{
	width: 1024px;
	height: 150px;
	background-image: url("images/banniere.png");
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid black;
}

/* Le menu */

div#conteneur
{
	float: left;
	width: 180px;
	height: 600px;
}
body
{
	behavior: url("images/csshover.htc");
	width: 1024px;
}
div#menu
{
	text-align: center;
	width: 180px;
	height: 205px;
}
div#menu A
{
	color: black;
}
div#menu UL
{
	border-bottom: 2px ridge white;
	border-left: 2px ridge white;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	width: 176px;
	padding-right: 0px;
	background-image: url("images/cote.png");
	border-top: 2px ridge white;
	border-right: 2px ridge white;
	padding-top: 0px;
	
}
div#menu LI:hover
{
	background: #b6b0f3;
}
div#menu LI.sousmenu:hover
{
	background: #b6b0f3;
}
div#menu UL LI
{
	position: relative;
	list-style-type: none;
	list-style-image: none;
}
div#menu UL UL
{
	position: absolute;
	display: none;
	top: 0px;
	left: 176px;
}
div#menu LI A
{
	border-left: white 0px solid;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 168px;
	padding-right: 0px;
	display: block;
	text-decoration: none;
	padding-top: 4px;
}
div#menu UL.niveau1 LI.sousmenu:hover UL.niveau2
{
	display: block;
}
div#menu UL.niveau2 LI.sousmenu:hover UL.niveau3
{
	display: block;
}
div#menu2
{
	text-align: center;
	border: 2px ridge white;
	background-image: url("images/cote.png");
	height: 405px;
}
div#menu2b
{
	text-align: center;
	border: 2px ridge white;
	background-image: url("images/cote.png");
	height: 100px;
	margin-top: 10px;
	width: 100px;
}

/* Le menu 3 */

#menu3
{
	float: right;
	width: 180px;
}

.rien
{
   list-style-type: none;
}

.element_menu3
{
	background-image: url("images/cote.png");
	background-repeat: repeat-x;
	border: 2px ridge white;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	height: 295px;
}

.element_menu3 ul
{
   list-style-image: none;
   padding: 0px;
   padding-left: 15px;
   margin: 0px;
   margin-bottom: 10px;
   margin-top: 10px;
}

/* Le corps de la page */

#corps

.element_corps
{
	margin-left: 188px;
	margin-right: 188px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 5px;
	background-color: #a1cbe9;
	background-image: url("images/corps.png");
	background-repeat: repeat-x;
	text-align: left;
	border: 2px ridge white;
	height: 600px;
}

.element_corps h2
{
   color: blue;
   text-align: center;
   font-family: Arial, "Arial black", "Times New Roman", Times, serif;
}

.cercle
{
   list-style-type: circle;
   text-align: center;
   size: 1.5em;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	padding: 1px;
	font-size: 11px;
	color: black;
	background-color: none;
	background-image: url("images/pied.png");
	background-repeat: no-repeat;
	width: 1024px;
}

.pied ul
{
	padding: 01px;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.pied a
{
   color: black;
   text-decoration : none;
}

.pied a:hover
{
   background-color: #96c5e6;
   color: black;
}
.marge
{
   margin-left: 4em;
   margin-right: 4em;
}

