html,body {
	background: rgb(36, 36, 36);
}


h1 {
	line-height: 1.1;
	letter-spacing: -1px;
}

#diapo {

}


#ecran{
	display: table;
 	position: absolute;
	width: 100%;
 	height: 100%;
 	top: 0; right: 0; bottom: 0; left: 0;
}	

#header {
    border-bottom: 5px solid #AAAAAA;
	background-color: #444444;
    position: fixed;
	top: 0;
  	left: 0;
	z-index: 999;
	width: 100%;
	height: 100px;
}

#ebscImageTitre {
    color: white;
  	text-align: center;
	height: 100px;
}


#corps {
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 100px;
  bottom: 100px;
}



.conteneurImage {
}
.conteneurImageCentre {
}
.presentationMenuImageIstock {
	width: 380px;
	height: 252px;
}


#footer {
  border-top: 5px solid #AAAAAA;
  background-color: #444444;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
 	
  	
}

#mosaiqueAccueil {
	display: none;
}

#mosaiqueAccueil0 {
   left: 100px;
    position: absolute;
    top: 10px;	
}
#mosaiqueAccueil1 {
   left: 700px;
    position: absolute;
    top: 10px;	
}

#ligne {
	
}



// bouton

#repete {
	background: green;
	color: snow;
	width: 100px;
	padding: 10px;
}




