html{
  height:100%;
}
body{
  position: relative;
  width:100%;
  height : 100%;
background-image : url("Images/Ciel.jpg");
  background-size : 100%;
  background-repeat : no-repeat;
background-color : #2d5aab;
padding : 0;
}

table {margin-left: auto;
  margin-right: auto;
  border: 0 none;
  }

#table1
  { width:60%;
    vertical-align: 0%;
    text-align: center;
    color: #FDFCFD;
  }
#table4{
  width:60%;
  background: #FDFCFD;
font-family: Arial;
  text-align: left;
padding: 20px;}
#table4 td {width: 700px;vertical-align:top;}
#table4 th {
  text-align: center;
font-weight: normal;}

#table5{
  width:80%;
}
#table5 td{
  text-align: left;
  color: #FDFCFD;
  font-weight: bold;
}
  
a { text-decoration: none; }
a, a:visited {
  text-decoration: none;  
  color: #ffffff; 
}

 #slidy-container {
	width: 100%;
	overflow: hidden;
}#slidy {
	margin: 0;
	font-size: 0;
	position: relative;
	width: 400%;
}
#slidy img { width: 25%; }

#fondmenu{
width : 100%;
height : 50px;
background : linear-gradient(#7cb7ff, #1b81ff);
border-radius : 0px 0px 4px 4px;
box-shadow : 0px 0px 2px 2px rgba(0, 0, 0, 0.2),
0px 1px 0px 1px rgba(255, 255, 255, 0.5) inset,
0px -3px 0px 1px rgba(0, 0, 0, 0.1) inset;
  margin-top : 12%;
}

#menu{
font-family : "Trebuchet MS";
margin-right :auto;
margin-left : auto;
display : table;
padding : 0;
margin-top : 0;
}

#menu li{
display : table-cell;
width : 150px;
transition : 1s;
}

#menu li:hover{
width : 160px;
transition : 1s;
}

#menu a{
color : white;
text-decoration : none;
display : block;
line-height : 46px;
text-align : center;
text-shadow : 0 1px 0rgba(0,0,0,0.2);
transition : text-shadow, color 1s;
}

#menu a:hover{
color : black;
text-shadow : 0 1px 0 rgba(255,255,255,0.2);
background : rgba(255,255,255,0.1);
transition : text-shadow, color 1s;
border-bottom : 4px solid rgba(255,255,255,0.8);
}
#contenu {
  height : 100%;
}
form{background-color: white;
    padding: 30px;
    border-radius: 10px;}
    form h1{font-family: times;
      font-size: 20px;}
    form .separation{width: 100%;
    height: 1px;
    background-color: #3366ff;}
    form .corps-formulaire{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    form .corps-formulaire .groupe{
        position: relative;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
    form .corps-formulaire .gauche .groupe input{
        margin-top: 5px;
        padding: 10px 5px 10px 30px;
        border: 1px solid gray;
        outline-color: #3366ff;
        border-radius: 5px;
        width: 
    }
    form .corps-formulaire .gauche .groupe i{
        position: absolute;
        left: 0;
        top: 25px;
        padding: 9px 8px;
        color: #3366ff;
    
    }
    form .corps-formulaire .droite{
        margin-left: 40px;
    }
    form .corps-formulaire .droite .groupe{
      height: 92%;
        width: 300px;
    }
    form .corps-formulaire .droite .groupe textarea{
      margin-top: 5px;
      padding: 10px;
      background-color: rgb(230, 227, 227);
      border: 2px solid #3366ff;
      outline: none;
      border-radius: 5px;
      resize: none;
      height:90%
    }
    form .pied-formulaire button{
        margin-top: 10px;
        background-color: #3366ff;
        color: white;
        font-size: 15px;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        outline: none;
        cursor: pointer;
        transition: transform 0.5s;
    }
    form .pied-formulaire button:hover{
        transform: scale(1.05);
    } 
    @media screen and (max-width:920px){
      form .corps-formulaire .droite{
          margin-left: 0px;}

* {-moz-box-sizing: border-box; box-sizing: border-box;}
#pieddepage{
  position: fixe;
  bottom:0;
  height : auto;
  
background-image : url("Images/Mer.jpg"); background-size : 100%; 
}
    }