.containerChapter {
	
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	

}
	  
.chapter {
	padding:20px;
	margin:0px 10px 20px 10px;
	min-height:400px;
	color:black;
	text-align:justify;

}

.progress
{
  width        : 250px ;
  height       : 200px ;
  border       : solid black 1px;
  position     : absolute ;
  top          : 50%;       /* On positionne à  50% en haut */
  left         : 50%;       /* On positionne à  50% à  gauche */
  right		   : 50%;
  margin-left  : auto ;   /* On décale la boite vers la gauche de 125 pixels */
  margin-top   : auto;     /* On décale la boite vers le haut de 100 pixels */
}


/*******************************************************************************
Bouton de navigation
*******************************************************************************/

#next{
float:right;

}

#previous{
float:left;


}

