.slideshow {
    width: 350px;
    height: 200px;
    overflow: hidden;
    border: 3px solid #F2F2F2;
 }
 
 .slideshow ul {
     /* 4 images donc 4 x 100% */
    width: 400%;
    height: 200px;
    padding:0; margin:0;
    list-style: none;
 }
 .slideshow li {
    float: left;
 }

 .slideWrapper {
   /*border: 5px solid white;
   border-radius: 5px;*/
   margin: auto;
   margin-top: 20px;
   display: block;
   width: 50%;
   height: 400px;
   background-color: black;
 }

 .maForm{
    border:      8px solid #f8e71c;
    border-radius: 10 10 10 10;
    
 }
.merci {
		background-image: url("../../images/fond.jpg");
		max-height : 100%;
		
			}
