body { font:normal normal 13px arial; margin:0;padding:10px;
	background-image: url(../img/squelette/bgBody.jpg);
}
p { margin:10px; }
div, img, span, ul, li { margin:0;padding:0;border:0; }
/********************************************************************* CONTENU */
#conteneur {
    position:relative;
    width:1000px; height:600px;
    margin:auto;
}
#zoneMenu{
    width:1000px;
    height:57px;
    background:url(../img/accueil/fondMenu.jpg) no-repeat bottom;
}
#zoneCentre{
    position:relative;
    height:390px;
}
#zoneBas{
    width:1000px;
    height:80px;
    position:relative;

}
#blocPictos{
    margin:0 0px 0 800px;
}
.iconeAccueil{
    margin:0 3px 0 3px;
}
#logo{
    position:absolute;
    left:29px;
    top:3px;
}
#menuAccueil {
    position:absolute;
    height:32px;
    width:760px;
    margin:0;
    padding:0 6px 0 0;
    margin:10px 0 0 225px;
}
#menuAccueil a{
    text-decoration:none;
    color:#919191;
    margin-top:5px;
}
#menuAccueil a:active{
    color:#bc0000;
}

/* Menus 1er niveau */
#menuAccueil li{
    list-style:none;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0 0 0 23px;
    padding:0;
    color:#919191;
    font:400 normal 13px arial;
}
/****image menu ***/
#imageMenuBasic{
    position: absolute;
    top :26px;
    left:83px;

}
.imageMenu {
	position: relative;
	width: 850px;
	height: 346px;
	overflow: hidden;
}


.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 346px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:170px;
	height:345px;
}

.imageMenu ul li.news a {
	background: red url(../img/accueil/news.jpg) repeat scroll 0%;
}

.imageMenu ul li.hightlights a {
	background: green url(../img/accueil/hightlights.jpg) repeat scroll 0%;
}

.imageMenu ul li.events a {
	background: blue url(../img/accueil/events.jpg) repeat scroll 0%;
}

.imageMenu ul li.dvd a {
	background: orange url(../img/accueil/dvd.jpg) repeat scroll 0%;
}

.imageMenu ul li.about a {
	background: purple url(../img/accueil/about.jpg) repeat scroll 0%;
	width: 300px;
}

.clear {
	clear: both;
}
