body{
  
  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:40%;
    vertical-align: 0%;
    text-align: center;
    color: #FDFCFD;
  }
#table4{
  width:35%;
  background: #FDFCFD;
font-family: Arial;
  font-size: small;
  text-align: left;
padding: 10px;}

#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; 
}
 

#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%;
}

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