@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#dbdbdb;
	background-color:#0d0701;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	line-height:24px;
}

#wraper {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#main {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#head {
	height:330px;
}

#socialnetwork {
	float:right;
	line-height:normal;
}

#socialnetwork a {
	color:#fff;
	text-decoration:none;
}

#socialnetwork a:hover {
	color:#fff;
	text-decoration:underline;
}

#player {
	float:left;
	width:227px;
	height:50px;
	margin-top:265px;
	margin-left:15px;
	background-image:url(../images/player-bg.png);
	background-repeat:no-repeat;
}

#playercorp {
	padding-left:10px;
	font-size:10px;
}

#menu {
	height:39px;
	line-height:39px;
	color:#787879;
	font-size:14px;
	text-align:right;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	background-image:none;
	color:#787879;
	margin:0;
	padding:0;
	display:inline;
}

#menu ul li a {
	color:#787879;
	margin:0px 10px 0px 10px;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#fff;
}

#menu ul li a.selected {
	color:#fff;
}

#corp {
	background-color:#0d0701;
	border-left:1px solid #3c240c;
	border-right:1px solid #3c240c;
	min-height:400px;
}

#left {
	width:256px;
	float:left;
	margin-left:12px;
}

#fbook {
	background-color:#FFF;
	margin-top:12px;
}

#left img {
	margin-top:12px;
}

#right {
	width:730px;
	float:right;
}

.contentbox {
	padding:22px;
}

#footer {
	height:38px;
	background-color:#2c1a04;
	line-height:38px;
}

#footercorp {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	color:#fff;
}

#copy {
	float:left;
	width:300px;
	margin-left:15px;
}

#signature {
	text-align:right;
	margin-right:15px;
}

#signature a {
	color:#fff;
	text-decoration:none;
}

.galerie {
	margin-left:30px;
}

.galerie a {
	float:left;
	margin:5px;
	position:relative;
}

.galerie a span {
	position:absolute;
	display:block;
	width:200px;
	height:140px;
	background-image:url(../images/filtre.png);
	background-repeat:no-repeat;
}

.galerie a span:hover {
	background-position:0px 140px;
}

.disco {
	margin-bottom:15px;
}

.discoLeft {
	float:left;
	width:300px;
	margin-left:50px;
}

.discoLeft img {
	margin-bottom:15px;
}

.discoRight {
	float:left;
	width:300px;
}

.clear {
	clear:both;
}

.spacer20 {
	height:20px;
	clear:both;
}

.yt {
	text-align:center;
	margin-bottom:30px;
}

.bl {
	height:0px;
	overflow:hidden;
}