@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
}

body{
	background: url("/img/wallpaper_espace-club.jpg") #000000;
	background-position:center; 
	background-repeat:no-repeat;
	font-family:'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
}

#container {
	min-height:100%;
	width:100%;
	background: url("/img/background-menu.png") top repeat-x;
}

#menu{
	position:absolute;
	margin-top:142px;
}

#inscription{
	margin-left: 800px;
    margin-top: 332px;
    position: absolute;
}

.subMenu
{
	background-color:transparent;
	background-image: url("/img/background-submenu.png");
	backround-position:top left;
	width:180px;
	height:100px;
	display:none;
}

.menulink:hover .menulink:selected .subMenu
{
	display:block;
}

#left-menu{
	width:364px;
	position:absolute;
	margin-left: 45px;
}

#right-menu{
	width:364px;
	position:absolute;
	margin-left: 650px;
}

#menu-item2:hover, #menu-item3:hover, #menu-item4:hover, #menu-item5:hover, #menu-item6:hover{
	background-position:left -25px;
}

#menu-item1{
	background:url(/img/menu-clubs.png) left 0 no-repeat;
	width:95px;
	height:25px;
	display:block;
	float:left;
	margin-right:15px;
}

#menu-item1.active {
	background-position:left -25px;
}

#menu-item2{
	background:url(/img/menu-activites.png) left 0 no-repeat;
	width:88px;
	height:25px;
	display:block;
	float:left;
	margin-right:15px;
}

#menu-item2.active {
	background-position:left -25px;
}

#menu-item3{
	background:url(/img/menu-planning.png) left 0 no-repeat;
	width:93px;
	height:25px;
	display:block;
	float:left;
}

#menu-item3.active {
	background-position:left -25px;
}

#menu-item4{
	background:url(/img/menu-horaires.png) left 0 no-repeat;
	width:90px;
	height:25px;
	display:block;
	float:left;
	margin-right:15px;
}

#menu-item4.active {
	background-position:left -25px;
}

#menu-item5{
	background:url(/img/menu-contact.png) left 0 no-repeat;
	width:78px;
	height:25px;
	display:block;
	float:left;
	margin-right:15px;
}

#menu-item5.active {
	background-position:left -25px;
}

#menu-item6{
	background:url(/img/menu-promotions.png) left 0 no-repeat;
	width:119px;
	height:25px;
	display:block;
	float:left;
}

#menu-item6.active {
	background-position:left -25px;
}

#wrap {
	margin:0 auto;
	overflow:auto;
	padding-bottom:25px;
	width:1000px;
	background: no-repeat bottom scroll 0 0 transparent;
}

#header {
	background: no-repeat bottom scroll 0 0 transparent;
	height:175px;
}

#logo {
	position:absolute;
	z-index:999;
	top:5px;
	margin-left:346px;
}

#accueil {
	position:absolute;
	z-index:999;
	top:0px;
	margin-left:0px;
}

#club_des_partenaires {
	position:absolute;
	z-index:999;
	top:0px;
	margin-left:887px;
}

#salles {
	position:absolute;
	z-index:999;
	margin-top: 10px;
	margin-left:-500px;
	left:50%;
}

#partenaires {
	margin-bottom:0px;
	bottom:0px;
	width:100%;
	background-color:#000;
}

#content {
	background:url("/img/background-contents.png") top no-repeat transparent;
	height:444px;
	padding-top:5px;
	width:800px;
	text-align:justify;
}

#activites_contents{
	font-size:16px;
	font-family: 'Myriad Pro', 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
}

#actualites {
	width:188px;
	height:109px;
	position:absolute;
	margin-top:-80px;
	background:url("/img/background_actualites.png") no-repeat scroll 0 0 transparent;
}

.targetblank{
	display: block;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;    
}

.targetblanksubtitle{
	font-family: Helvetica;
    font-size: 10px;
}

#menu-contents {
	height:430px;
	width:603px;
	float:right;
}


div#footer {
	font-size:12px;
}

#footer {
	background: url("/img/background-footer.png") top repeat-x;
	height:130px;
	margin-top:-25px;
	position:relative;
}

div#footer-wrap {
margin:0 auto;
width:100%;
}


