h1{
    font-size: 50px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

body{
/*    background-color: #000000;
*/    
    background-image:url(../img/Fond.jpg);
    width: auto;
	color: #FFFFFF;
    min-width: 900px;
    max-width: 1280px;
    margin: auto;
    padding: 0px 5% 0px 5%;
    font-family: "Times New Roman","Helvetica";
    font-size: 100%;
}
header{
	height: 8%;
    margin: 0px;
	padding: 0px;
    padding-top: 5%;
    overflow: hidden;
}
/* Navigation */
nav{
	margin: 0px;
	padding: 0px;
    text-align: right;
}
.flag {
    float: left;
    margin-left: 10px;
}
nav ul{
    list-style-type: none;
    display: inline;
}
nav li{
    margin-right: 15px;
    display: inline;
}
nav li a{
    font-size: 1.3em;
    color: #FFFFFF;
    padding-bottom: 3px;
    text-decoration: none;
    text-shadow:;
}
nav a:hover{
    color: #004;
    text-shadow:0em 0.1em 0.05em white;
/*    border-bottom: 3px solid #0000FF;
*/}

section{
    display: block;
    border-radius: 30px;
    padding: 12px;
    height: 200px;
    overflow: auto;
}
body section.contact{
    background-image: none;
}
/*input{
}*/
section table{
    width: 100%;
}
.logo{
    width: 10%;
}
td, th {
    border: none;
    width: 30%;
}
.dates{
    width: 10%;
    text-align: center;
}
.cellule0 {
    background-image: url(../img/ma_photo2.jpg);
    background-position: center;
    background-size: 200px;
    background-repeat: no-repeat;
}
.cellule1 {

}
.cellule2 {
    text-align: center ;
    vertical-align: top;
}
.cellule3 {
    text-align: justify;
    font-size: 105%;
    padding: 10px 10px 10px 0px;
}

#tag{
    background-image: url(../img/logo-tag.jpg);
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
    width: 10%; 
}
#ricerca{
    background-image: url(../img/logo-ricerca.jpg);
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
    width: 10%;
}
#openways{
    background-image: url(../img/logo-openways.jpg);
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
    width: 10%;
}
.mescoord {
    width: 25%;
    padding: 0px 0% 0px 6%;
}
.cellulecontact {
    padding: 0px 0% 0px 0%;
    text-align: right;
}
.cellulecontact article{
    margin: 0px 0% 0px 0%;
}

article{
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    color: white;
    padding: 20px;
}
div.photo{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    padding: 20px;
}

p{
    margin: 0;
}
a{
    font-size: 1em;
    color: #FFFFFF;
    padding-bottom: 3px;
    text-decoration: none;
    text-shadow:;
}
a:hover{
    color: #004;
    text-shadow:0em 0.1em 0.05em white;
}
em.souligne{
    text-decoration: underline;
}

#overlay {
    display : none; /* Par défaut, on cache l'overlay */

    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    text-align: center; /* Pour centrer l'image que  l'overlay contiendra */

    /* Ci-dessous, nous appliquons un background de couleur noire et d'opacité 0.6. Il s'agit d'une propriété CSS3. */
    background-color: rgba(0,0,0,0.6);
}
#overlay img {
    margin-top: 7%;
    border-radius: 15px;
    height: 70%;
}