*{
	margin:0;
	padding : 0;
	outline : none;
	  -webkit-touch-callout: none;  
}

@font-face {
    font-family: 'square_pixel7regular';
    src: url('square_pixel-7-webfont.eot');
    src: url('square_pixel-7-webfont.eot?#iefix') format('embedded-opentype'),
         url('square_pixel-7-webfont.woff2') format('woff2'),
         url('square_pixel-7-webfont.woff') format('woff'),
         url('square_pixel-7-webfont.ttf') format('truetype'),
         url('square_pixel-7-webfont.svg#square_pixel7regular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pixeladeregular';
    src: url('pixelade-webfont.eot');
    src: url('pixelade-webfont.eot?#iefix') format('embedded-opentype'),
         url('pixelade-webfont.woff2') format('woff2'),
         url('pixelade-webfont.woff') format('woff'),
         url('pixelade-webfont.ttf') format('truetype'),
         url('pixelade-webfont.svg#pixeladeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pixel_operator_8regular';
    src: url('pixeloperator8-webfont.eot');
    src: url('pixeloperator8-webfont.eot?#iefix') format('embedded-opentype'),
         url('pixeloperator8-webfont.woff2') format('woff2'),
         url('pixeloperator8-webfont.woff') format('woff'),
         url('pixeloperator8-webfont.ttf') format('truetype'),
         url('pixeloperator8-webfont.svg#pixel_operator_8regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pixel_operator_8bold';
    src: url('pixeloperator8-bold-webfont.eot');
    src: url('pixeloperator8-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('pixeloperator8-bold-webfont.woff2') format('woff2'),
         url('pixeloperator8-bold-webfont.woff') format('woff'),
         url('pixeloperator8-bold-webfont.ttf') format('truetype'),
         url('pixeloperator8-bold-webfont.svg#pixel_operator_8bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background : url(../images/new/test1.png) black;
	background-size : 23%;
	font-family: 'pixel_operator_8regular';
	color : white;
}

#logo{
    background: url("../images/new/logo.png") no-repeat scroll 0 0;
    height: 150px;
    width: 296px;
	background-size : 100%;
	float : left;
	cursor : pointer;
	position : relative;
	z-index : 20;
}

#menu{
    position: relative;
    text-align: justify;
    top: 0;
}

#menu a{
    color: white;
    display: inline-block;
    margin-top: 21px;
    text-decoration: none;
    text-transform: uppercase;
	padding-bottom : 5px;
}

#menu a:hover{
	color : #CCC;
	padding-bottom : 3px;
}

#menu table{
	position : absolute;
	top : -3px;	
}

.firstLine{
    margin-right: 67px!important;
}

#menu a.firstLine.noMarge{
    margin-right: 0!important;
}

#menu a.secondLine:last-child{
    margin-right: 0!important;
}

#brand{
    font-size: 12px;
}

#footer{
}

#intro{
    font-size: 15px;
    left: 15%;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: 18%;
    width: 70%;
	display : none;
}

#invader{
    background: rgba(0, 0, 0, 0) url("../images/new/invader.gif") repeat scroll -39px -28px / 111px auto;
    height: 26px;
    position: fixed;
    width: 31px;
	top : 160px;
	z-index : -1;
	left : -10%;
}

#invader2{
    background: rgba(0, 0, 0, 0) url("../images/new/invader2.gif") repeat scroll -70px -28px / 111px auto;
    height: 26px;
    position: fixed;
    width: 31px;
	top : 160px;
	z-index : -1;
	left : -10%;
}

#invader3{
    background: rgba(0, 0, 0, 0) url("../images/new/invader3.gif") repeat scroll -8px -28px / 111px auto;
    height: 26px;
    position: fixed;
    width: 31px;
	top : 160px;
	z-index : -1;
	left : -10%;
}


#ufo_attack{
   background: rgba(0, 0, 0, 0) url("../images/new/ufo_attack.gif") repeat scroll 0 0;
    height: 22px;
    left: -10%;
    position: fixed;
    top: 160px;
    width: 40px;
    z-index: -1;
    background-size: 40px;
}

#intro img{
	cursor : pointer;
}

#theReste{
	display : none;
}

#testBarre{
    background: rgba(0, 0, 0, 0) url("../images/new/testBarre2.png") repeat scroll 0 0;
    font-size: 12px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 105px;
    width: 400px;
    background-size: 180px 30px;
}


#wrapper{
margin-top : 200px;	
position : relative;
width : 100%;
overflow : hidden;
min-width: 1000px;
display : none;
}

#wrapper2{
position : relative;
line-height: 18px;
width : 780px;
margin : 100px auto 0 auto;
font-size : 12px;
text-align : justify;
}

#wrapperArtiste{
position : relative;
width : 780px;
margin : 45px auto 0 auto;
font-size : 12px;
text-align : justify;
overflow : hidden;
}

#wrapperGrand{
	width : 99999px;
	position : relative;
}

.selection.active{
color : #f6ff00;
}

h1{
	color : #01df01;
}

.troncheDavid{
    float: left;
    margin-top: 23px;
    padding-right: 8px;
}

.vignette li img {
    border: 0 none;
    cursor: pointer;
}

#arrow_right{
	background : url(../images/new/arrow_right.png);
	background-size : 100%;
    height: 62px;
    position: absolute;
    right: 20px;
    top: 166px;
    width: 70px;
    z-index: 2;
	cursor : pointer;
}

#arrow_right:hover{
	background : url(../images/new/arrow_right_active.png);
	background-size : 100%;
    height: 62px;
    position: absolute;
    right: 20px;
    top: 166px;
    width: 70px;
    z-index: 2;
}

#arrow_left{
	background : url(../images/new/arrow_left.png);
	background-size : 100%;
    height: 62px;
    position: absolute;
    left: 20px;
    top: 166px;
    width: 70px;
	cursor : pointer;
    z-index: 2;
}

#arrow_left:hover{
	background : url(../images/new/arrow_left_active.png);
	background-size : 100%;
    height: 62px;
    position: absolute;
    left: 20px;
    top: 166px;
    width: 70px;
    z-index: 2;
}

.vignette li {
    background: #000000 none repeat scroll 0 0;
    float: left;
    height: 197px;
    padding: 0;
    position: relative;
    cursor : pointer;
    width: 350px;
}

.listeVignettes {
    float: left;
    height: 197px;
    left: 0;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 99999px;
}

.infos{
	position : absolute;
	left : 0;
	width : 100%;
	font-size : 15px;
	padding-left : 10px;	
	background : white;
	opacity : 0.75;
	display : none;
	color : black;
}

.liste2 .infos{
	bottom :0;
}
.liste1 .infos{
	top : 0;
}

.vignette li:hover .infos{
	display : block;	
}

#loading{
    background: rgba(0, 0, 0, 0) url("../images/new/sablier.gif") no-repeat scroll center center / 60px auto;
    height: 334px;
    left: 0;
    position: absolute;
    top: 280px;
    width: 100%;
    z-index: 20;
}

#facebook{
    background: rgba(0, 0, 0, 0) url("../images/new/facebook.png") no-repeat scroll center center / 100% auto;
    display: block;
    float: right;
    height: 40px;
    position: fixed;
    right: 21px;
	bottom: 10px;
    width: 40px;
    z-index: 20;
}


#youtube{
    background: rgba(0, 0, 0, 0) url("../images/new/youtube.png") no-repeat scroll center center / 100% auto;
    display: block;
    float: right;
    height: 40px;
    position: fixed;
    right: 77px;
    bottom: 10px;
    width: 40px;
    z-index: 20;
}



#croixFermer{
   background: rgba(0, 0, 0, 0) url("../images/new/croix.png") no-repeat scroll center center / 90px auto;
    height: 43px;
    position: absolute;
    right: 121px;
    top: -50px;
    width: 47px;
    z-index: 20;
	cursor : pointer;
}

#youtube:hover, #facebook:hover, #tft:hover, .lienFlim:hover{
	text-decoration : none!important;
	border-bottom : none!important;
	padding-bottom : 5px!important;
}

#header{
	height : 80px;
	min-width : 1050px;
}

#wrapperScop{
	margin-top: 120px;
	display : none;
}

#texte{
    font-size: 13px;
	line-height: 19px;
    margin: 440px auto 0;
    text-align: center;
    width: 60%;
    min-width: 700px;
    padding-bottom: 20px;
}

#texte a{
    color : white;
    text-decoration : none;
    padding-bottom :3px;
    border-bottom : solid 1px white;
}

#leScop{
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 280px;
    width: 100%;
}

.new{
    bottom: 10px;
    font-family: "pixel_operator_8bold";
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    color: #FF0000;
    font-size: 20px;	
}

#nomArtiste, #nomScop{
	width : 950px;
	text-align: center;
	margin : 0 auto;
}

#nomScop{
	line-height: 35px;
}

#typhon{
	font-size: 13px;
    line-height: 18px;
    margin: 0 auto 25px 0;
    padding: 0 20% 95px 20%;
    position: absolute;
    text-align: center;
    top: 710px;
    width: 60%;
}

#nomArtiste{
	text-transform : uppercase;
	font-size: 25px;
	font-family: 'pixel_operator_8bold';
	line-height: 25px;
	 color : #01df01;
	position: relative;
}

#selection{
    font-family: "pixel_operator_8bold";
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 210px;
    width: 100%;
    color : #01df01;
}

.infos .artiste{
	font-family: 'pixel_operator_8bold';	
	text-transform : uppercase;
}

.infos .artiste{
	padding : 5px 0 0 0;
	display : inline-block;
}

.infos .chanson{
	padding : 3px 0 5px;
	display : inline-block;
}

#tft{
    background: rgba(0, 0, 0, 0) url("../images/new/LogoTFT.jpg") no-repeat scroll 0 0 / 100% auto;
    bottom: 5px;
    height: 65px;
    left: 15px;
    position: fixed;
    width: 65px;
    z-index: 20;
}

 @keyframes back-animation {
    from {
       background: rgba(0, 0, 0, 0) url("../images/new/flim.png") no-repeat;
	   background-size : 290px;
    }
    to {
       background: rgba(0, 0, 0, 0) url("../images/new/flim2.png") no-repeat;
	   background-size : 290px;
    }
 }

.lienFlim{
	animation: back-animation 0.7s infinite ease-in-out alternate;
    bottom: 10px;
    left: 0;
	right : 0;
	margin : auto;
    position: fixed;
	height : 99px;
	width: 290px;
    z-index: 20;
}

#intro .lienFlim{
    bottom: 15px;
}

#contact{
	margin-top : 30px;
}

#contact table{
	margin : 0 auto 10px auto;
}


#contact input, #contact select{
	width : 350px;
}

#contact textarea{
    height: 140px;
    width: 420px;
}

#message{
    margin: 0 auto;
    width: 427px;
}

#contact input.submit{
	width : 50px;
	font-family: 'pixel_operator_8bold';
}

.imageDor{
}

#wrapperGrand .artiste{
	width : 780px;
	float : left;
	padding-bottom: 25px;
	line-height: 18px;
}

.selection{
	padding: 15px;
	cursor: pointer;
}

#go{
 	border: 3px dashed #01df01;
    color: #01df01;
    cursor: pointer;
    font-family: "pixel_operator_8bold";
    font-size: 35px;
    margin: 50px auto 0;
    padding: 20px 0;
    width: 99px;
}

#selectionPerso{
	margin-top : 200px;
	text-align : center;
}