﻿/* Styles généraux */
body {
	background:#000000;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
}

div.Language{
	left:10px;
	top: 180px;
	text-align: center;
	position: absolute;
}

div.French-language{
	left:0px;
	top: 30px;
	position: absolute;
}

div.English-language{
	left:50px;
	top: 30px;
	position: absolute;
}

div.PortraitMenu{
	left:10px;
	top: 90px;
	position: absolute;
	font-size:1em;
	display:block;
	text-align: center;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 100px; /* Main Menu Item widths */
list-style-type: none;
/*font: bold 12px Verdana;*/
}

.overthrow-enabled div.Tutorialoverthrow{
	top: 0px;
	left:0px;
	right:5px;
	overflow: auto;
	/*height:78%;*/
    border: 1px solid black;
    text-align: center;
	font-size:1.2em;
	position: absolute;
}	

.overthrow-enabled #Tutorialoverthrow.Tutorialoverthrow {
	height:78%;
}

div.Explain{
	height:4%;
	left:0px;
	right:0px;
	bottom:16%;
	color:orange;
	text-align: center;
	font-size:0.9em;
	position: absolute;
}

div.ImagesScroll{
	width: 100%;
	height: 15%;
	margin: 0 auto ;
    text-align: center;
	position: absolute;
	max-height:130px;	
    bottom: 5px; 
}


.scroll{
  width:79%;
  left:10%;
  height:100%;
  /*border:solid yellow 1px;*/
  overflow:hidden;
  position:absolute;
}

.scroll img{
  	height:100%;
	width:auto;
	/*margin-Left:20px;*/
	position:absolute;
	display=block;
}

h2{
	color: #C5C5C5;
}

/*
#text
{
    z-index:100;
	border:solid yellow 1px;
    position:absolute;    
    color:white;
    font-size:24px;
    font-weight:bold;
}
*/




#TEXT
{
    /*z-index:100;*/
    position:absolute;    
    color:red;
	top:0px;
	z-index:20;
	text-align: center;
}
	
div.Scroll-Left {
	/*top:15%;*/
	width: 10%;
	height: 100%;
	position: absolute;
	z-index:50;
}

div.Scroll-Left img {
	left:0px;
	width: 50%;
	height: auto;
	max-width:54px;
	max-height:57px;
	position: absolute;
	z-index:50;
}
	
div.Scroll-Right {
	left:89%;
	width: 10%;
	height: 100%;
	position: absolute;
}

div.Scroll-Right img {
	right:0px;
	width: 50%;
	height: auto;
	max-width:54px;
	max-height:57px;
	position: absolute;
}

div.overlay{
	top:0px;
	left:4%;
	width:92%;
	height:82%;
	position:absolute;
	text-align:center;
	z-index:4001;
}

div.overlay image{
	height: 100%;
	
}





/*
footer
{
	left: 5%;
	width: 90%;
	border: 1px solid black;
	max-height: 130;
	position: absolute;  
    bottom: 0px; 
}
*/