/*--------------------------------------------------------------------------------------------------------------Général--------------------------------------------------------------------------------------------------------------*/

body{
	margin:0px;
	color:white;
	font-size:12px;
	font-family: arial, verdana, sans-serif;
	background:url('Background.jpg') center top #0c1820;
	overflow:hidden;
}

a{
	color:3a84d2;
	text-decoration:none;
}
a:link {
	color: #3a84d2;
	text-decoration: none;
}
a:visited {
	color: #3a84d2;
	text-decoration: none;
}
a:hover {
	color: #99CCFF;
	text-decoration: none;
}
a:active {
	color: #9933FF;
	border-style:none;
	text-decoration: none;
}
img{
	border-style:none;
}

.StyleWhite {color: #FFFFFF;}
.StyleRed {color: #FF0000;}
.StyleBlue {color: #0099FF;}
.StyleGreen {color: #00CC66;}
.StyleOrange {color: #FF6600;}
.StyleGrey {color: #808080;}

.BoutonTop{
	display:inline-block;
	height:30px;
	font-size:20px;
	font-weight:bold;
	color:#889095;
	text-shadow:0px 0px 2px #11202a,0px 0px 2px #11202a,0px 0px 2px #11202a;
}
.BoutonTop img{
	position:relative;
	top:13px;
	width:50px;
	left:25px;
}

.Partenaire{
	position:fixed;
	bottom:-120px;
	right:5px;
	width:382px;
	height:102px;
	
	transition: bottom 0.8s 2s ease-in-out;
	-moz-transition: bottom 0.8s 2s ease-in-out;
	-webkit-transition: bottom 0.8s 2s ease-in-out;
	-o-transition: bottom 0.8s 2s ease-in-out;
}

.Pixel{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('Pixel.png') center repeat;
}

.Top{
	position:absolute;
	top:0px;
	left:0px;
	height:75px;
	width:100%;
	background:url("Cadre2.png") repeat;
	border-bottom:1px solid #37393c;
}

.Bot{
	position:fixed;
	bottom:0px;
	left:0px;
	height:30px;
	padding-top:8px;
	width:100%;
	background:url("Cadre2.png") repeat;
	border-top:1px solid #37393c;
}

.Menu{
	position:absolute;
	top:76px;
	left:50%;
	margin-left:-290px;
	width:580px;
	height:25px;
	border-bottom:1px solid #37393c;
	background:url("Cadre2.png") repeat;
}
.MenuLeft, .MenuRight{
	position:absolute;
	top:0px;
	width:80px;
	height:26px;
}
.MenuLeft{
	left:-80px;
	background:url('MenuLeft.png');
}
.MenuRight{
	right:-80px;
	background:url('MenuRight.png');
}
.MenuBouton{
	display:block;
	border:1px solid #37393c;
	border-radius:3px;
	width:80px;
	height:18px;
	font-size:15px;
	float:left;
	text-align:center;
	margin-top:2px;
	margin-left:7px;
	margin-right:7px;
}

.Mid{
	position:fixed;
	bottom:120px;
	left:-420px;
	width:405px;
	height:120px;
	margin-top:100px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	color:#889095;

	
	transition: left 0.8s ease-in;
	-moz-transition: left 0.8s ease-in;
	-webkit-transition: left 0.8s ease-in;
	-o-transition: left 0.8s ease-in;
}

#FormLogin{
	position:relative;
	margin-top:2px;
	margin-left:15px;
	margin-bottom:5px;
	border:1px solid #37393c;
	border-radius:5px;
	padding:5px;
}
.Input{
	max-width:130px;
	min-width:100px;
	height:20px;
	color: #1c3d5e;
	background-color: #222B34;
	font-weight:bold;
	font-size:14px;
	background: url("Input.jpg") repeat center;
	border:1px solid #1c3d5e;
	border-radius:3px;
}
.InscInput{
	min-width:180px;
	max-width:250px;
	height:20px;
	color: #1c3d5e;
	background-color: #222B34;
	font-weight:bold;
	font-size:14px;
	background: url("Input.jpg") repeat center;
	border:1px solid #1c3d5e;
	border-radius:3px;
}
.InscrMid{
	position:absolute;
	top:-53px;
	left:-330px;
	background:url('CadreInsc.png') top left;
	width:310px;
	height:45px;
	padding-left:10px;
	
	transition: left 0.8s 0.2s ease-in;
	-moz-transition: left 0.8s 0.2s ease-in;
	-webkit-transition: left 0.8s 0.2s ease-in;
	-o-transition: left 0.8s 0.2s ease-in;
}

.ContenuC{
	position:fixed;
	top:2000px;
	left:50%;
	margin-left:-490px;
	width:980px;
	height:600px;
	z-index:80;
	
	transition: top 0.8s ease-in-out;
	-moz-transition: top 0.8s ease-in-out;
	-webkit-transition: top 0.8s ease-in-out;
	-o-transition: top 0.8s ease-in-out;
}
.ContenuI{
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:600px;
	overflow:auto;
}

.Close{
	display:block;
	position:absolute;
	top:-25px;
	right:-10px;
	width:25px;
	height:25px;
	background:url('Close.png');
	z-index:60;
}

.cadre2{
	background:url("Cadre2.png") repeat;
}

.cadre2 .corner1,.cadre2 .corner2,.cadre2 .corner3,.cadre2 .corner4{
	position: absolute;
	margin-top:-20px;
    margin-bottom:-20px;
    margin-left:-8px;
    margin-right:-8px;
	width: 154px;
	height: 20px;
}
.cadre2 .corner1{
	left:0px;
	top:0px;
	background:url("CornerA1.png") no-repeat;
	z-index:55;
}
.cadre2 .corner2{
	top:0px;
	right:0px;
	background:url("CornerA2.png") no-repeat;
	z-index:54;
}
.cadre2 .corner3{
	right:0px;
	bottom:0px;
	background:url("CornerA3.png") no-repeat;
	z-index:52;
}
.cadre2 .corner4{
	bottom:0px;
	left:0px;
	background:url("CornerA4.png") no-repeat;
	z-index:53;
}

.cadre2 .side1,.cadre2 .side2,.cadre2 .side3,.cadre2 .side4,.cadre2 .sideB1,.cadre2 .sideB2,.cadre2 .sideB3,.cadre2 .sideB4{
	position: absolute;
	z-index:45;
}
.cadre2 .side1{
	top:-8px;
	width:100%;
	height:8px;
	background:url("SlideA1.png");
}
.cadre2 .side2{
	right:-8px;
	width:8px;
	height:100%;
	background:url("SlideA2.png");
}
.cadre2 .side3{
	bottom:-8px;
	width:100%;
	height:8px;
	background:url("SlideA3.png");
}
.cadre2 .side4{
	left:-8px;
	width:8px;
	height:100%;
	background:url("SlideA4.png");
}

.AffInscr{
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	width:100%;
	height:100%;
	background:url('Dev.png') repeat;
	overflow:auto;
}
.CadreInscr{
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-400px;
	border:1px solid #2c3545;
	background-color: #061723;
	width:800px;
	height:auto;
	min-height:175px;
	
	padding:8px;
	
	color:white;
	font-size:12px;
	font-family: arial, verdana, sans-serif;
}
#VaisFac{
	width:800px;
	height:300px;
	background:url('Rotation.png') no-repeat center;
	margin-bottom:30px;
}
#DescUni, #DescFac{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #3c495e;
	color:#CCCCCC;
	font-style: italic;
}
#InscrListe{
	position:absolute;
	bottom:5px;
	left:15px;
	width:768px;
	height:15px;
	padding:8px;
	border:1px solid #3c495e;
}
.ListeAv{
	padding-left:8px;
	margin-bottom:-5px;
	display:inline;
	width:8px;
	height:15px;
	margin-left:2px;
	border:1px solid #3c495e;
}

.AffImage{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-280px;
	margin-left:-470px;
	z-index:100;
	width:900px;
	height:auto;
	border:2px solid #2c3545;
	background-color: #222B34;
	padding:20px;
	text-align:center;
	cursor:pointer;
}

.center{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

#ListeScreens,#ListeScreens3D,#ListeVidsB{
	width:950px;
	height:80px;
	border:1px solid #2e7eb6;
	overflow:hidden;
}
#ListeVids{
	width:550px;
	height:80px;
	border:1px solid #2e7eb6;
	overflow:hidden;
	text-align:center;
	margin-left:20px;
}
h1{
	color: #3a84d2;
	font-weight:bold;
	font-size:20px;
}

#AffOK{
	position:fixed;
	top:150px;
	left:50%;
	margin-left:-320px;
	z-index:100;
	width:600px;
	height:auto;
	border:2px solid #2c3545;
	background-color: #222B34;
	padding:20px;
	color:red;
	text-align:center;
}

#CanvasAnim{
	position:relative;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:400px;
	border:1px solid grey;
	border-radius:50px / 200px;
	box-shadow: 0px 0px 15px black,0px 0px 15px black;
}
#AnimT{
	background:#061723;
	text-align:center;
	padding:5px;
	color:white;
	position:relative;
	top:-20px;
	left:50%;
	margin-left:-325px;
	margin-bottom:30px;
	width:650px;
	height:20px;
	border:1px solid grey;
	border-radius:50px / 20px;
	box-shadow: 0px 0px 15px black,0px 0px 15px black;
}

.IcoBFac{
	width:90px;
}