html
{
	height: 100%;
}

body
{
	margin:0px;
	padding:0px;
	height:100%;
}


.masthead /*bloc principale de toute la largeur, en haut au dessus du reste*/
{
	position:fixed;
	height:auto;
	top:0px;
	left:0px;
	z-index:1000;
	width:100%;
	background-color:gray;
	background-repeat:no-repeat;
}

.touche{	/*bandeau contenant les boutons*/
	position:absolute;
	bottom:-25px;
	width:100%;
	height:25px;
	text-align:center;
	background-color:rgba(0,0,0,0.1);
	
	color:black;
	
}

.pg_bas, .section_bas,  .pg_fin{	/*bouton de gauche*/
	display:inline-block;
	float:left;
	margin-left:20px;
	margin-top:4px;
	height:15px;
	width:20px;
	cursor:pointer;
	background-image:url('bbg.png');
}

.pg_bas{	/*bouton de gauche*/

	background-position: 0 -415px; width: 20px; height: 19px;
}

.section_bas{	/*bouton de gauche*/

	background-position: 0 -277px; width: 20px; height: 19px;
}

.pg_fin{	/*bouton de gauche*/
	background-position: 0 -139px; width: 20px; height: 19px;
}


.contenu{	/*bouton centrale*/
	display:inline-block;
	margin:auto;
	margin-top:4px;
	height:15px;
	width:50px;
	background-image:url('bbg.png');
	background-position: 0 0; width: 50px; height: 20px;
	cursor:pointer;
	background-color:rgba(200,200,200,0);
}

.pg_haut, .section_haut,  .pg_debut{	/*bouton de droite*/
	display:inline-block;
	float:right;
	height:15px;
	width:20px;
	margin-right:20px;
	margin-top:4px;
	cursor:pointer;
	background-image:url('bbg.png');
}

.pg_haut{	/*bouton de droite*/
	background-position: 0 -346px; width: 20px; height: 19px;
}

.section_haut{	/*bouton de droite*/
	background-position: 0 -208px; width: 20px; height: 19px;
}

.pg_debut{	/*bouton de droite*/
	background-position: 0 -70px; width: 20px; height: 19px;
}




.contnav{	/*div contenant */
	top:0px;
	width:100%;
	height:30px;
	overflow:hidden;
}

.scrollnav{		/*div contenant le texte des lien vers les section */
    
	font-family:'Droid Sans',sans-serif;
	font-size:18px;
	text-align:left;
   	padding-top:5px;
    width:auto;
	height:auto;
}

.scrollnav span {		/*texte des lien vers les section */

	display:inline-block;
	padding:0;
	margin-left:5%;
	font-size:inherit;
	font-weight:bold;
	cursor:pointer;
	color:black;
}

.ktitre{
	
	font-size:18px;
	text-decoration:underline;
	color:white;
	margin:15px;
}

.page1{
	margin:2%;
	margin-top:50px;	
	width:91%;
	min-height:100%;
	background-image:url('nuages6.jpg');
	background-color:white;
	background-size:100%;
	background-repeat:no-repeat;
	padding:2%;
	border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.page2{
	margin:2%;
	margin-top:40px;
	width:91%;
	min-height:100%;
	background-image:url('nuages5.jpg');
	background-color:white;
	background-repeat:no-repeat;
	padding:2%;
	border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.page3{

	margin:2%;
	margin-top:40px;
	width:91%;
	min-height:100%;
	background-image:url('nuages4.png');
	background-color:white;
	background-repeat:no-repeat;
	padding:2%;
	border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.page4{

	margin:2%;
	margin-top:40px;
	width:91%;
	min-height:100%;
	background-image:url('nuages7.jpg');
	background-color:white;
	background-repeat:no-repeat;
	padding:2%;
	border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	color:white;
}

.page5{

	margin:2%;
	margin-top:40px;
	width:91%;
	min-height:100%;
	background-image:url('nuages3.jpg');
	background-color:white;
	background-size:100%;
	background-repeat:no-repeat;
	padding:2%;
	border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.page6{

	margin:2%;
	margin-top:40px;
	width:91%;
	min-height:300px;
	background-image:url('nuages8.jpg');
	background-size:100%;
	background-color:white;
	background-repeat:no-repeat;
	padding:2%;
	border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	color:white;
}

