#mContainer /* Il s'agit du cadre contenant les images à sélectionner */
{
	position:absolute;
	margin:auto;
	z-index:99;
}

#imageContainer { /* Les petites images */
	position:absolute;
	z-index:99;
}

#imageContainer img /*Pour chacune des petites images */
 {
	position:absolute;
	cursor:pointer;
	z-index:99;
}

#imageDestination /* Fond derrière l'image*/
 {
	position:absolute;
	z-index:99;
}

#caption
{
  font-family:        'Helvetica', 'Arial', 'sans-serif';
	position:absolute;
	height:             auto;
}

  div.Explanation /* Pour une explication avec les slideshow*/
  {
    position:           absolute;
    width:              15%;
    height:             auto;
    left:               5%;
    top:                60%;
    overflow:           hidden;
    border-width:       0px;
    border-style:       dotted;
    margin:             0px;
    color:              rgb(206,199,231);
    font-style:         normal;
    font-family:        'Helvetica', 'Arial', 'sans-serif';
    line-height:        150%;
    padding:            5px;
    z-index:            10;
    background-color:   transparent;
  }
