html{
	height: 100%;
}

body{
	margin-top :10px;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align:middle;
	position:relative;
	min-height: 100%;
	font-family: trebuchet MS ;
}

label {
  width: 200px; 
  display: inline-block;
  margin: 10px;
  font-family: trebuchet MS ;
  font-size : 15px;
}
form{
  font-family: trebuchet MS ;
  font-size:15px;
  bottom : 20 px;
}
div{
	width: 700px;
	margin-left : 10px;
	font-family: trebuchet MS ;
}

h1 { 
	font-family: trebuchet MS ;
	color : #045FB4;
	margin-top:-10px;
}

.titre1{
	text-align : justify;
	font-size:15px;
	margin-right:10px;
}

.titre2 {
	color : #6E6E6E;
	padding-left:15px;
	font-size : 30px;
	box-shadow: 20px 10px 20px #93C8F6 inset;
	border-bottom-left-radius : 50px;	
	border-top-left-radius : 50px;	
	width: 900px; 
	height : 40px;
}

.titre3{
	text-align : justify;
	font-size:12px;
	margin-top:10px;
}
.titre4{
	text-align : justify;
	font-size:16px;
}
.titre5 {
	font-size:16px;
	margin-bottom:10px;
	text-align:center;
	

}
.titre6 {
	font-size:10px;
	text-align:center;
}
.titre7 {
	color : #6E6E6E;
	padding-left:15px;
	font-size : 30px;
	box-shadow: 20px 10px 20px  	#BA55D3 inset;
	border-bottom-left-radius : 50px;	
	border-top-left-radius : 50px;	
	width: 300px; 
	height : 40px;
}
.bouton1{
	width: 150px; 
	display: inline-block;
	font-family: trebuchet MS ;
	font-size : 15px;
	height:30px;
	vertical-align:middle;
	text-align:center;
	color:#2E2E2E;
	border-radius: 5px;
	margin-left:600px;
	cursor: pointer;
	margin-bottom:50px;
}

.champ1{
	width: 5%;
}
.champ2{
	width: 20%;
}
.champ3 {
	width: 10%;
}

.champ4 {
	width: 42%;
	line-height:1;
	padding:1;
	margin-left:10px;
}

#tab1 {
background-color:#E3E8E7;
background-image:url(sky.jpg);
border-radius: 10px;
}

.boutonok {
	margin-left:150px;
	margin-top:10px;
	cursor: pointer;
}




	
/* effet bulle*/
a{
     color:#ccc;
     text-shadow:0 -1px 0 black;                
}

a:hover,a:focus{
     background:rgba(0,0,0,.4);
     box-shadow:0 1px 0 rgba(255,255,255,.4);
}

a span{
    position:absolute;
	margin-top:23px;
    margin-left:-35px;	 
     color:#09c;
     background:rgba(0,0,0,.9);
     padding:15px;
     border-radius:3px;
     box-shadow:0 0 2px rgba(0,0,0,.5);	 
	 transform:scale(0) rotate(-12deg);
	 transition:all .25s;
	 opacity:0;
}
a:hover span, a:focus span{
    transform:scale(1) rotate(0);
	opacity:1;	 
}

/*Menu du site*/
.menunav {
    margin: 0px;
    padding: 0px;
    font-family: Avenir, sans-serif;

}

nav{
    width: 100%;
    margin: 0px auto 40px auto;
    background-color: white;
    position: sticky ;
    top: 0px;
}
/* ergonomie du bouton */
.bouton1 {
	width: 60px; 
	font-family: trebuchet MS ;
	font-size : 20px;
	height:70px;
	vertical-align:middle;
	text-align:center;
	color:#DC143C;
	border-radius: 10px;
	margin-bottom: 40px;
	transition-duration: 0.5s;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}
.bouton1:hover {
	background-color: #DC143C;
	color: white;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.bouton2 {
	text-align: right;
	padding-right: 10px;
}