html
{ 
background: url(https://docs.ish-interactive.com/image/fond-portail.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
}

nav a
{
/*    font-size: 1.3em; */
    font-size: 16px;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}


.tablep
{
background: rgba(255, 255, 255, 0.8);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.tables
{
background: rgba(255, 255, 255, 0);
}

.champ {
    height:40px;
    width:300px;
    text-align:center;
    font-family:Arial;
    font-size:20;
    color:#808080;
}

.submit {
    height:40px; 
    width:300px; 
    text-align:center;
    font-family: Arial;
    font-size: 24;
    Font-Weight:Bold;
    color: #FFFFFF;
    background: rgba(102, 204, 0, 1);
    border-radius: 10px;
}
