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

body {
	background-image: url(img/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color: #000;
	margin:0;
	overflow: hidden;
}
body,td,th {
	color: #fff;
	font-family:Verdana; 
	font-size:12px; 
	line-height:20px;
}
#centrage {
	width: 1000px;
	height:100%;
	padding : 0;
	margin: 0 auto;
}
#header {
	width: 1000px;
	height: 125px;
	background-image: url(img/logo_header.png);
	background-position:left;
	background-repeat:no-repeat;
	margin: 0;
}
#navigation {
	width: 980px;
	height: 25px;
	background-image: url(img/bg_navig.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 0 0 20px;
	word-break: keep-all;
}
#mcs_container	.btn_artist {
	position:relative;
	display: inline-block;
	margin:10px 35px 20px 35px;
	filter:alpha(opacity=70); 
	-moz-opacity:0.70; 
	-khtml-opacity:0.70; 
	opacity:0.70;
}
#mcs_container	.btn_artist:hover {
	position:relative;
	display:inline-block;
	margin:10px 35px 20px 35px;
	filter:alpha(opacity=99); 
	-moz-opacity:0.99; 
	-khtml-opacity:0.99; 
	opacity:0.99;
}
#photo_artist {
	background-color:#111;
	float:left; 
	margin-right:20px;
	margin-bottom:10px; 
	height:200px; 
	width:200px
}
#footer {
	position:absolute;
	bottom:0;
	width: 980px;
	height: 25px;
	background-image: url(img/bg_navig.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	text-align:right;
	font-size:10px;
	color: #999;
	line-height:1px;
}
#menu_left {
	position:absolute; 
	z-index:500; 
	width: 135px;
	top: 20px;
	left:20px;
	vertical-align:top;
}
#navigation .bouton_navig, #menu_left .bouton_navig, #footer .bouton_navig {
	position:relative;
	margin:0;
	border: 0;
	filter:alpha(opacity=50); 
	-moz-opacity:0.50; 
	-khtml-opacity:0.50; 
	opacity:0.50;
}
#navigation .bouton_navig:hover, #menu_left .bouton_navig:hover, #footer .bouton_navig:hover {
	position:relative;
	margin:0;
	border: 0;
	filter:alpha(opacity=99); 
	-moz-opacity:0.99; 
	-khtml-opacity:0.99; 
	opacity:0.99;
}
#reseauxsociaux {
	position:relative;
	float:left;
}
a {
	text-decoration: none;
	color:#999;
	border:0;
 	outline: none;
}
a:visited {
	color:#999;
	text-decoration: none;
	border:0;
}
a:hover {
	text-decoration: none;
	color:#FFF;
	border:0;
}
a:active {
	text-decoration: none;
	border:0;
}
a:link {
	text-decoration: none;
	border:0;
}
#mixplayer {
	margin-top: 20px;
	margin-bottom:20px;
	opacity:0.7;
	filter:alpha(opacity=70);
	background-color: transparent;
}
#videoplayer {
	position:relative;
	display:inline-block;
	width:355px;
	height:250px;
}

/*Craftyslide CSS Styles**************************************************/

#slideshowfixe {
	background-color: #000;
	margin:0 0 0 500px;
	padding:0;
}
#slideshow {
	background-color: #000;
	margin:0 0 0 500px;
	padding:0;
}
#slideshow ul {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}
#slideshow ul li {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
}
  
/* SCROLLPANE ***********************************************************/

#mcs_container{
	position:absolute;
	top:150px;
	bottom:25px;
	margin:0 auto; 
	width:980px; 
	padding: 10px; 
	border: 0;
	background-color:#000;
	}
#mcs_container .customScrollBox{
	position:relative; 
	height:100%; 
	overflow:hidden;
	}
#mcs_container .customScrollBox .container{
	position:relative; 
	width:963px; 
	top:0; 
	float:left;
	}
#mcs_container .customScrollBox .content{
	clear:both;
	}
#mcs_container .customScrollBox .content p{
	padding:0; 
	margin:0; 
	color:#fff; 
	font-family:Verdana; 
	font-size:12px; 
	line-height:20px;
	}
#mcs_container .customScrollBox img{
	border:0;
	}
#mcs_container .dragger_container{
	position:fixed; 
	right:50%;
	margin-right:-490px;
	top:185px;
	bottom:60px;
	height: auto;
	width:6px; 
	float:left; 
	margin-left:10px; 
	background-color: #100f0f;
	cursor:pointer -moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px; 
	cursor:s-resize;
	}
#mcs_container .dragger{
	position:absolute; 
	width:6px;
	margin-left:0px; 
	height:20%; 
	background:#996633;
	text-align:center; 
	color:#212121; 
	overflow:hidden; 
	cursor:pointer; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	}
#mcs_container .dragger_pressed{
	position:absolute; 
	width:6px; 
	margin-left:0px; 
	height:60px; 
	background:#996633; 
	text-align:center; 
	line-height:60px; 
	color:#212121; 
	overflow:hidden; 
	-moz-border-radius:4px; 
	-khtml-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px; 
	cursor:s-resize;
	}
#mcs_container .scrollUpBtn,#mcs_container .scrollDownBtn{
	position:absolute; 
	display:inline-block; 
	width:14px; 
	height:15px; 
	margin-right:12px; 
	text-decoration:none; 
	right:0; 
	filter:alpha(opacity=20); 
	-moz-opacity:0.20; 
	-khtml-opacity:0.20; 
	opacity:0.20;
	}
#mcs_container .scrollUpBtn{
	top:10px; 
	right:-6px; 
	background:url(img/mcs_btnUp.png) center center no-repeat;
	}
#mcs_container .scrollDownBtn{
	bottom:10px; 
	right:-6px; 
	background:url(img/mcs_btnDown.png) center center no-repeat;
	}
#mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{
	filter:alpha(opacity=60); 
	-moz-opacity:0.60; 
	-khtml-opacity:0.60; 
	opacity:0.60;
	}