@charset "utf-8";

body{
	background:#fff url(../img/sky.png) repeat-x;
	height:100%;
	font-size:0.9em;
	font-family:Arial, sans-serif;
}

a{
	text-decoration:none;
}

.hr{
	display:block;
	margin:5px 0 5px 0;
	padding:0;
	border:none;
	height:1px;
	width:363px;
	color:#CCCCCC;
	border:none;
	border-top:1px solid;
	clear:both;
}

.align_left{
	display:block;
	float:left;
}

#header{
	width:917px;
	clear:both;
	margin:auto;
	overflow:hidden;
}

#header #logo_boogie{
	width:235px;
	height:171px; 
	background:url(../img/logo.png);
	margin:0 auto;
}

#header div#menu{
	width:653px;
	margin-left:250px;
}

#content{
	margin-top:-15px;
}

#content_for_layout{
	width:917px;
	margin:0 auto;
	clear:both;
}

#footer{
	width:800px;
	height:100px;
	margin:0 auto;
	padding:20px;
	clear:both;
	text-align:center;
}

#footer img{
	margin:10px;
}



/*CORNERS*/
	div.botleft{
		text-align:left;
		display:block;
		position:absolute;
		bottom:0;
		left:0;
		width:162px;
		height:203px;
		background:url(../img/bottom_left.png)
	}
	
	div.botright{
		text-align:right;
		display:block;
		position:absolute;
		bottom:0;
		right:0;
		width:310px;
		height:243px;
		background:url(../img/bottom_right.png)
	}
	
	div.topleft{
		text-align:left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:148px;
		height:201px;
		background:url(../img/top_left.png)
	}
	
	div.topright{
		text-align:right;
		display:block;
		position:absolute;
		top:0;
		right:0;
		width:126px;
		height:136px;
		background:url(../img/top_right.png)
	}
/*FIN CONRNERS*/

/*MENU INDEX*/
	#menu_index div.hoverBtn{
		margin:5px;
		float:left;
		width:435px;
		height:93px;
	}
	
	#menu_index div.homme{ background:url(../img/btn/btn_homme.png); }
	#menu_index div.femme{ background:url(../img/btn/btn_femme.png); }
	
		
	#menu_index div.second{
		margin-left:0;
	}
	
	#menu_index div.hoverBtn a{		
		position:relative;
		float:left;
		z-index:2;
		display:block;
		width:435px;
		height:93px;
		line-height:30px;
		text-align:center;
		color:#af662f;
		background:transparent none repeat-x 0 0 scroll;
	}
	
	#menu_index div.hoverBtn a.text_left{ text-align:left; }	
	#menu_index div.hoverBtn a.text_right{ text-align:right; }	
	
	#menu_index div.hoverBtn div{
		display:none;
		position:relative;
		float:left;
		z-index:1;
		width:435px;
		height:93px;
		margin-top:-93px;
	}
	
	#menu_index div.femme div{
		background:url(../img/btn/btn_femme_hover.png);
	}
	
	#menu_index div.homme div{
		background:url(../img/btn/btn_homme_hover.png);
	}
	
/*FIN MENU INDEX*/

/*MENU*/

#menu{
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
}
#menu div.hoverBtn {
	float:left;
	position:relative;
	width:100px;
	height:40px;
}
#menu div.hoverBtn a {
	position:relative;
	z-index:2;
	display:block;
	width:100px;
	height:40px;
	line-height:30px;
	text-align:center;
	color:#89bb26;
	background:transparent none repeat-x 0 0 scroll;
}
#menu div.hoverBtn div {
	display:none;
	position:relative;
	z-index:1;
	width:100px;
	height:40px;
	margin-top:-40px;
}

#menu div.inscription{
	background:url(../img/btn/inscription.jpg) no-repeat center;
}
#menu div.horaire{
	background:url(../img/btn/horaire.jpg) no-repeat center;
}
#menu div.reglements{
	background:url(../img/btn/reglements.jpg) no-repeat center;
}
#menu div.contact{
	background:url(../img/btn/contact.jpg) no-repeat center;
}
#menu div.inscription div{
	background:url(../img/btn/inscription_hover.jpg) no-repeat center;
}
#menu div.horaire div{
	background:url(../img/btn/horaire_hover.jpg) no-repeat center;
}
#menu div.reglements div{
	background:url(../img/btn/reglements_hover.jpg) no-repeat center;
}
#menu div.contact div{
	background:url(../img/btn/contact_hover.jpg) no-repeat center;
}
/*FIN MENU*/

/*BORDERS*/
.top_border_1{
	width:100%;
	height:16px;
	clear:both;
	background:url(../img/border/border_top_1.png) no-repeat;
}

.bottom_border_1{
	width:100%;
	height:16px;
	clear:both;
	background:url(../img/border/border_bottom_1.png) no-repeat;
}

.left_border_1{
	float:left;
	width:16px;
	height:103px;
	background:url(../img/border/border_left_1.png) no-repeat;
}

.right_border_1{
	float:left;
	width:16px;
	height:103px;
	background:url(../img/border/border_right_1.png) no-repeat;
}

.top_border_2{
	width:738px;
	margin-left:-169px;
	height:21px;
	clear:both;
	background:url(../img/border/border_top_2.png) no-repeat;
}
.top_border_3{
	width:917px;
	height:16px;
	clear:both;
	background:url(../img/border/border_top_3.png) no-repeat;
}

.bottom_border_3{
	width:917px;
	height:16px;
	clear:both;
	background:url(../img/border/border_bottom_3.png) no-repeat;
}

.left_border_3{
	float:left;
	width:16px;
	height:339px;
	background:url(../img/border/border_left_3.png) no-repeat;
}

.right_border_3{
	float:left;
	width:16px;
	height:339px;
	background:url(../img/border/border_right_3.png) no-repeat;
}

/*FIN BORDERS*/


/*CONTENT INSIDE*/
#content_inside{
	float:left;
	width:885px;
}
/*FIN CONTENT INSIDE*/

/*BOX*/
.box{
	width:875px;
	height:329px;
	margin:5px;
	font-size:85%;
	line-height:15px;
}

.box b.heure{
	display:block;
	float:left;
	width:104px;
}

.box img.main{
	display:block;
	margin-right:25px;
	float:left;
}

.box img.title{
	display:block;
	clear:both;
}

.box span.two_col{
	display:block;
	float:left;
	width:407px;
	margin-left:25px;
}

.box span.two_col p{
	margin-bottom:15px;
	font-size:90%;
}
/*FIN BOX*/

/*FORMS*/
form{
	display:block;
	margin-top:10px;
	width:400px;
}

input{
	border:solid 2px #CCC;
	padding:3px;
	font-size:90%;
	width:200px;
}

input:focus, input.iefocus{
	border:2px solid #81b815;
}

input.error{
	border:2px solid #FF0000;
} 

label{
	display:block;
	clear:both;
	margin:3px 0;
	font-size:90%;
}

#submit_btn{
	display:block;
	float:right;
	border:0;
	width:auto;
	margin-top:75px;
	padding:0;
}
/*FIN FORMS*/

/*DEBUG*/
.cake-debug{
	display:block;
	padding:5px;
	border:5px solid #FF0000;
	margin:auto;
	width:60%;
	margin:0px auto;
}
/*DEBUG*/

#listing tr th{
	color:#333333;
	padding:5px;
	background:#CCCCCC;
	border-bottom:1px solid #000000;
}

#listing tr td{
	padding:4px;
}

#listing{
	width:100%;
	text-align:left;
	margin-top:10px;
}

#listing .darker{
	background:#eee;
}

#listing .lighter{
	background:#dcdcdc;
}

small{
	font-size:75%;
}

