@charset "utf-8";
html, body{
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000;
	/*background-color: #C4C4FD;*/
	/*background-size: 100%;*/
	background: url('../images/bg/bg-global.png') center 0px repeat,rgba(252,255,210,1) 0 0 no-repeat;
	background-size: 40%;
	background-attachment: fixed;
}
.container{
	/*width: 1024px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border: 1px groove #8B8B8B;
	*/	/* old */
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url('../images/bg_star.jpg');
}

/**********************************/
/*********** header **************/
/*********************************/
header{
	background-color: #000;
	border: 3px groove #373737;
	overflow: hidden;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #e0b61c;
	background-image: url(../images/logo_cle_sol_h100.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
header a{
	color: #e0b61c;
	text-decoration: none;
}
header img{
	background-color: #000;
	float: left;
	padding: 25px;
}
header h1{
	font-size: 28px;
	font-weight: bolder;
	text-decoration: none;
	padding-left: 150px;
	padding-top: 45px;
	padding-bottom: 10px;
}
header section{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-right:50px;
	text-align: center;
}
nav, aside, footer{
	background-color: #e0b61c;
	box-sizing: border-box;
}
header, section, footer, aside{
	display:block;
}

/**********************************/
/*********** navbar **************/
/*********************************/
nav{
	/*height: 100px;*/
	padding: 30px 0 20px 0;
	/* padding-left:120px; */
	background-color: rgba(0,0,0,0.4);
	overflow: hidden;
	text-align: center;
}
nav ul{
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
}
nav li{
	float: left;
	padding-right:10px;
	margin-bottom: 10px;
	text-align: center;
}
nav li a{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	display: block;
	padding-left: 50px;
	background-color: #e0b61c;
	border: 2px outset #C7C7C7;
	background-repeat: no-repeat;
	background-position: left center;
}
nav li a.accueil{
	background-image: url(../images/logo_accueil_1_bckgrd_w40.png);
}
nav li a.concerts{
	background-image: url(../images/logo_concert_w40.png);
}
nav li a.karaoke{
	background-image: url(../images/logo_micro_1_bckgrd_w40.gif);
}
nav li a.autresEvents{
	background: url(../images/logo_gateau_anniversaire_w40.png) no-repeat 0 0, url(../images/fireworks_1_h40.png) no-repeat 120px 0, #e0b61c 0 0;
	line-height: 20px;
}
nav li a.mediatheque{
	background-image: url(../images/logo_vinyl_bckgrd_w40.png);
}

/**********************************/
/*********** content *************/
/*********************************/
.content{
	height: auto;
	width: 100%;
	background: url(../images/bg/bg_star.jpg) center 0px repeat;
	color: #e0b61c;
	/* text-shadow: 2px 2px 2px white; */
	text-align: center;
	padding: 80px 0;
	font-size: 16px;
	clear: both;
}
.content p{
	background-color: black;
}
.content > section {
	padding: 50px 50px 100px 50px;
	border-top: 1px rgba(255,255,255,0.5) solid;
	border-bottom: 1px rgba(255,255,255,0.5) solid;
}
.content > section:first-child {
	padding-top: 0px;
	border-top: none;
}
.content > section:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
h2 {
	margin: 0 0 50px 0;
	font-weight: bold;
	font-size: 24px;
}

aside{
	float: left;
	width: 50px;
	height: 300px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*********** visits counter *************/
#visits_counter {
	margin-top: 40px;
	margin-bottom: -30px;
}
#visits_counter div:nth-child(2) {
	margin-top: 15px;
}
#visits_counter div:nth-child(2) {
	display: none;
}
#visits_counter span {
	margin-right: 20px;
}
#visits_counter img {
	vertical-align: bottom;
}

/**********************************/
/*********** footer *************/
/*********************************/
footer{
	text-align: right;
	clear: both;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	font-size: 18px;
}
