body {
	font-family: arial;
	background: white url(images/fond.jpg) center no-repeat;
}

#pageAccueil {
	width: 960px;
	margin: 0 auto;
	min-height: 600px;
	text-align: center;
}





/******************************************************************************/
/****************************   menus déroulants   ****************************/
/******************************************************************************/

#menuH {
	position: relative;
   margin: 0;
   padding: 0;
   list-style-type: none;
   z-index: 100;
   width: 960px;
   height: 42px;
   padding: 3px 0 0 0;
   background: #ebe7f1 url(images/fond-menu.jpg) no-repeat;
}
#menuH li {
	position: static;
   float: left;
   margin: 0;
   padding: 0;
   width: 252px;
   height: 45px;
}
#menuH li a {
   display: block;
   margin: 0;
   padding: 10px 15px;
   font-weight : bold;
   font-size: 16px;
   text-decoration : none;
}
#menuH li a:hover, #menuH li:hover a {
   text-decoration : underline;
}
#menuH .sousMenu {
   position: absolute;
   left: 0;
   display: none;
   width: 960px;
   list-style-type: none;
   margin: 2px 0 0 0;
   padding : 0;
   background: white;
}
#menuH .sousMenu li {
   margin: 0;
   padding: 0;
   width: 958px;
   height: auto;
   margin: 1px 0;
   border: 1px solid black;
}
#menuH .sousMenu li a {
   display: block;
   font-size : 12px;
   padding: 5px 0px 5px 10px;
   border: 0;
   text-decoration: none;
   color: white;
}
#menuH .sousMenu li a:hover {
   text-decoration: none;
}

/*#menuH .sousMenu .sousSousMenu:before  {content: "<div></div>"}*/

#menuH li:hover > .sousMenu { display: block; }
#menuH .sousMenu li:hover > .sousSousMenu { display: block; }

/******************************************************************************/



.itemSection1 {
	background: #5f3690;
}
.itemSection2 {
	background: #ee335e;
}
.itemSection3 {
	background: #dd9e35;
}
.itemSection4 {
	background: white;
}
#menuH .sousMenu .itemSection4 a, #menu3 li a {
	color: black !important;
}

.itemSection5 {
	background: #fcad2b;
}
.itemSection6 {
	background: #3d79b7;
}
.itemSection7 {
	background: #a9afb1;
}
.itemSection8 {
	background: #fcedf3;
}
.itemSection9 {
	background: #00adab;
}
.itemSection10 {
	background: #3d79b7;
}
.itemSection11 {
	background: #c3d7a8;
}
.itemSection12 {
	background: #00adab;
}
.itemSection13 {
	background: #b2b9da;
}
.itemSection14 {
	background: #f3f39d;
}
.itemSection15 {
	background: #fcedf3;
}
.itemSection16 {
	background: #00adab;
}
.itemSection17 {
	background: #cce7c0;
}