body {
		behavior:url("htc/csshover.htc");
		background-color: #23235A;
		margin: 0px;
		padding: 0px;
		text-align: center;
		}

#container {
		width: 680px;
		position: relative;
		text-align: justify;
		margin: 0 auto;
		padding: 0px;
		background-color: #627DE7;
		}

#image {
		margin: 0px;
		padding: 0px;
		background: transparent url("../img/home_2.jpg") no-repeat top left;
		width: 190px;
		height: 550px;
		float: left;
		margin-top: 15px;
		}

#image span {
		display: none;
		}

#title h1 {
		text-align: right;
		background: transparent url("../img/logo_big_2.jpg") no-repeat top left;
		width: 436px;
		height: 150px;
		position: absolute;
                left: 200px;
		}

#title > h1 {
		top: 20px;
		}

#title h1 span {
		display: none;
		}

#menu, #menu ul, #menu ul li {
		margin: 0px;
		padding 0px;
		}

#menu {
		margin-top: -40px;
		height: 300px;
		width: 200px;
		}

#container > #menu {
		padding-top: 205px;
		height: 380px;
		}

#menu ul {
		list-style-type: none;
		}

#menu ul li {
		padding-top: 2px;
		padding-bottom: 2px;
		}

#menu ul li span.menuitem {
		display: none;
		}

#menu ul li img {
		width: 192px;
		height: 56px;
		border: 0px;
		margin-left: 82px;
		}

#menu img.artist {
		background: url("../img/menu-artist.jpg") no-repeat top left;
		}

#menu img.artist:hover {
		background: url("../img/menu-artist-hover.jpg") no-repeat top left;
		}

#menu img.artiste {
		background: url("../img/menu-artiste.jpg") no-repeat top left;
		}

#menu img.artiste:hover {
		background: url("../img/menu-artiste-hover.jpg") no-repeat top left;
		}

#menu img.galleries {
		background: url("../img/menu-galleries.jpg") no-repeat top left;
		}

#menu img.galleries:hover {
		background: url("../img/menu-galleries-hover.jpg") no-repeat top left;
		}

#menu img.galeries {
		background: url("../img/menu-galeries.jpg") no-repeat top left;
		}

#menu img.galeries:hover {
		background: url("../img/menu-galeries-hover.jpg") no-repeat top left;
		}

#menu img.news {
		background: url("../img/menu-news.jpg") no-repeat top left;
		}

#menu img.news:hover {
		background: url("../img/menu-news-hover.jpg") no-repeat top left;
		}

#menu img.nouvelles {
		background: url("../img/menu-nouvelles.jpg") no-repeat top left;
		}

#menu img.nouvelles:hover {
		background: url("../img/menu-nouvelles-hover.jpg") no-repeat top left;
		}

#menu img.contact {
		background: url("../img/menu-contact.jpg") no-repeat top left;
		}

#menu img.contact:hover {
		background: url("../img/menu-contact-hover.jpg") no-repeat top left;
		}

#language {
		float: right;
		margin-top: 193px;
		margin-right: 30px;
		}

#container > #language {
		margin-right: 60px;
		}

#language ul {
		list-style-type: none;
		}

#language ul li {
		float: left;
		}

#language ul li span.languageitem {
		display: none;
		}

#language ul li img {
		border: none;
		width: 60px;
		height: 30px;
		}

#language ul li.french {
		background: transparent url("../img/french_flag_3.gif") no-repeat top left;
		}

#language ul li.english {
		background: transparent url("../img/english_flag_3.gif") no-repeat top left;
		}

#footer {
		clear: both;
		}

#footer span {
		display: none;
		}

