/* ------------------ GLOBAL ------------------ */

* { padding: 0; margin: 0; }
div.clear { clear: both; }


body {
	background: #000 url(../template/bg.jpg) no-repeat top center;
}

.extralight {font-weight: 100;}
.superlight {font-weight: 200;}
.light {font-weight: 400;}
.center {text-align: center;}
.right {text-align: right;}
.uppercase {text-transform: uppercase;}
.smallcaps {font-variant: small-caps;}

.josefin {font-family: 'Josefin Sans', sans-serif;}

.grey {color : #717d85;}
.blue {color: #009EE0;}
.firebrick {color: firebrick;}
.red {color: #EE0C16;}

.bgwhite {background: white;}

.element {
	padding: 20px;
	background: white;
	box-shadow: 0px 1px 3px #000;
	margin: 10px auto;
	border-radius: 20px 5px 20px 5px;
}

.thumbnail {background: white;}
.shadow {height: 50px; margin-bottom: 15px; background: url(../template/shadow.png) center center no-repeat;}


img#logo {
	margin-top: 20px;
}

h1 {
	color: #777;
}

hr {
	border-top: 1px solid #111;
	border-bottom: 1px solid #333;
}

div.element hr {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

div.tarif {text-align: center;}
div.tarif span {
	font-size: 120px;
	display: block;
	height: 80px;
	margin-top: 50px;
	text-align: center;
}


div#home_images img {
	box-shadow: 0px 1px 3px #000;
}

div#header {position: relative;}

span#musique{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}


/* MAIN MENU */
div#main_menu {
	height: 60px;
}
a.main_menu {
	display: block;
	float: left;
	background: transparent;
	text-transform: uppercase;
	font-size: 12px;
	height: 40px;
	line-height: 45px;
	margin: 4px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	border-radius: 20px 5px 20px 5px;
	padding: 0px 24px;
}
a.main_menu:hover, a.main_menu.active {
	text-decoration: none;
	color: white;
	box-shadow: 0px 2px 20px #000 inset;
}




/* TRANSITION */
div#transition {height: 700px; position: absolute; top: 0;}
div#transition div#bodies {
	background: url(../template/bodies2.png) no-repeat;
	width: 540px;
	height: 520px;
	margin: auto;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: white;
	text-shadow: 0px 1px 3px #111;
	line-height: 540px;
	text-transform: uppercase;
}
div.ray {
	background: url(../template/ray.png) no-repeat;
	width: 153px;
	height: 1000px;
	position: absolute;
}
div.ray#one {left: 150px;}
div.ray#two {right: 180px;}



/* TARIFS */
h4.tarifs {margin-top: 50px;}
td.tarif {width: 50px; text-align: right;}


/* Landscape phones and down */
@media (max-width: 480px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
 
/* Large desktop */
@media (min-width: 1200px) {

}
