 
body {
	margin: 0 ;
	padding: 0 ;
	margin-left: 0;
	margin-right:0;
	background-color:#E5DDDD; 
}

p {
	margin: 60px;
}

.imgfr {
	text-align: right; 
	position: relative;
	bottom: 200px ; 
	right: 120px ;
	  
}

.imgER {
	text-align: right;
	position: relative;
	bottom: 275px ;
	
}

.fontecran {
	color: black;
	background-color: white ;
	background-image: url(imgmer.jpg);
	height: 540px  ;
	width: 100% ; 
	margin: 0 ;
	border: 0 ; 
}
.header {
	margin-left: 0px ;
	margin-right: 0px ; 
    top: 0px  ; 
}

.menu {
	background-color: #2997ab ;
    width: 100% ; 
	height: 240px ; 
	text-align: center;
}

.imglogo {
	text-align: center;
}

.menu > li {
	display: inline;  
	margin: 25px ;
}

a {
	color: white ;
	font-size: 35px ; 
	margin-top: 10px ;
	opacity: 0.8;
}

b {
	color:white ; 
	font-size: 35px ;
}


h1{
	color:#2997ab;
} 


footer {
	background-color:#276F8E;
	color: white;
	height: 140px ;
	width: 100% ;
	padding: 12px ; font-size:15px ;
}


footer > .contactmail {
	font-size: 20px ;
	color: white ;

}

.text.footer {
	font-size: 20px;
	margin-left: 10px;
}

p {
	font-size: 25px ;
	padding-left: 15px ;
}

.contactmail > p {
	font-size: 25px; 
	color: white  ;
	margin: 10px ; 
	text-align: center;
}



.img1 > img {
    width:700px; 
	height:400px;
}	


.img1 {
	background-color: #17AAD9 ; 
}


.btn1 {
	background-color:white;
	border: none;
	color: #276F8E ;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px ;
	padding: 6px 0 6px 0 ; 
	border-radius: 8px ;
	width: 180px ;
	margin: 15px ; 
}

.btn1:hover {
	background-color: #276F8E;
	color: white;
}


/*slider*/

.slider {
	width: 360px ;
	height: 460px ;
	overflow: hidden;
	margin-left: 10px ; 
}
	

.slides {
	width: calc(360px * 6 );
	animation: glisse 32s infinite ;
}


.slide {
	float: left; 
}




@keyframes glisse {
 0% { transform: translateX(0);
 }

 16.6% { transform: translateX(-360px);
 }

 32.32% { transform: translateX(-720px);
 }

 48.92% { transform: translateX(-1080px);
 }

 65.52% { transform: translateX(-1440px);
 }

 82.18% { transform: translateX(-1800px);
 }

 100% { transform: translateX(0);
}
}

/*sur couleur du texte */

.menu > li > a:hover{
	color: black;
	text-decoration:underline;

}