html {
	background-color: #333333;
	background-image: url(images/fond.jpg);
}
#entete {
	height: 300px;
	margin-bottom: 10px;
	background-image: url(images/banniere.png);
}

body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#contenu p {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

* {
	margin: 0px;
	padding: 0px;
}

#menu li ul            {
	position: absolute;
	width: 100px;
	left: -999em;
	text-align:left;
}


ul#menu {
	position: fixed;
	width: 200px;
	float: left;
	background-image: url(images/parcho.png);
	height: 365px;
	background-repeat: no-repeat;
	margin-left: -50px;
	padding-top: 55px;
	margin-top: -150px;
	padding-left: 5px;
}
ul#menu li ul {
	width: 150px;
	margin-left: 175px;
	margin-top: -35px;
}
ul#menu li ul li {
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 236px;
	width: 310px;
	border: 1px solid #FF9900;
	padding-top: 50px;
	padding-bottom: 50px;
}
#menu .contact {
	margin-top: -30px;
	height: 210px;
}


ul#menu li {
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 13px;
}

#menu li ul li a       {text-align:center;font-weight:normal;}

ul#menu .lien-menu {
	margin-top: auto;
	margin-bottom: auto;
	outline:none;
}
ul#menu li .lien-menu a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#menu li ul li a:hover {background-color:#757575}

html>body #menu li ul li {}
#menu li ul ul           {margin : -22px 0 0 111px; border-left : 1px solid #fff; }
html>body #menu li ul ul {border-left : 1px solid transparent;}
#menu a:hover            {}
#menu li:hover ul ul, #menu li.sfhover ul ul  {left: -999em;text-align:left;padding:1px 2px;font-weight:normal;}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul{left: auto;min-height: 0;}


#contenu {
	border: 3px double #FF9900;
	margin-left: 155px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	background-image: url(images/fond-contenu.png);
	width: 750px;
	font-weight: bold;
	font-size: 14px;
	text-align: justify;
}
#pied-de-page {
	height: 40px;
	border: 2px double #FF9900;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
#pied-de-page a {
	color: #CC0000;
	text-decoration: none;
}
#pied-de-page p {
	color: #FFFFFF;
}


#contenu h1 {
	font-size: 38px;
	font-family: "brush Script MT", Arial;
	text-align: left;
	width: 400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	padding-left: 30px;
	margin-left: 30px;
	margin-bottom: 15px;
}
#contenu .icone {
	float: right;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenu ul {
	margin-left: 250px;
	margin-bottom: 30px;
}
#contenu .evenement {
	margin-bottom: 10px;
	list-style-image: url(images/ico-moustique.png);
}
#contenu .photo-musique {
	float: right;
}
#contenu .musique-image {
	width: 188px;
	float: right;
	margin-right: 100px;
}
#contenu .image-page {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
