
.fond {
   /*background-image:radial-gradient(white, black);*/
   /*background-image: url(img/exterieur.jpg);
   background-repeat: no-repeat;
   background-position: center;*/
   background-color: #ddd;
}

.titre1 {
    color: #e12a3c;
    background: transparent;
    font-size: 45px;
    font-family: "mv boli";
    text-shadow: inherit;
    text-align: left;
    font-weight: bold;
}
.titre2 {
    color: #e12a3c;
    background: transparent;
    font-size: 58px;
    font-family: "mv boli";
    text-align: left;
    font-weight: bold;
}
.titre3 {
    color: #e12a3c;
    background: transparent;
    font-size: 72px;
    font-family: "mv boli";
    text-align: left;
    font-weight: bold;
}
.titre4 {
    color: #e12a3c;
    background: transparent;
    font-size: 85px;
    font-family: "mv boli";
    text-align: left;
    font-weight: bold;
}

.lien {
    background-color: #3fd2e4;
    font-size: 20px;
    font-family: "arial";
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

td.lien:hover {
    background-color: #e12a3c;
}

.page {
    background-color: #e12a3c;
    font-size: 20px;
    font-family: "arial";
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.tableTitre {
    /*background-image:radial-gradient(white, black);*/
    background-color: transparent;
    /*border: #ffff00 solid;*/
    border-radius: 10px;
    width: 100%;
    padding: 5px;
}

.planningEntete {
    background-color: #e12a3c;
    font-size: 15px;
    font-family: "arial";
    border-radius: 5px;
    text-align: center;
    height: 50px;
}

.planningDonnees {
    background-color: #3fd2e4;
    font-size: 15px;
    font-family: "arial";
    border-radius: 5px;
    text-align: center;
    height: 50px;
}

.tablePlanning {
    background-color: white;
    border: #e12a3c solid;
    border-radius: 10px;
    width: 80%;
    padding: 5px;
}

.horaires {
    color: #e12a3c;
    background: transparent;
    font-size: 30px;
    font-family: "arial";
    text-align: center;
}

.tarifs {
    color: #e12a3c;
    background: transparent;
    font-size: 40px;
    font-family: "arial";
    text-align: center;
}

.texte {
    color: #e12a3c;
    background: transparent;
    font-family: "arial";
}

a:link,
a:visited {
    color: #e12a3c;
    background: transparent;
    font-family: "arial";
}

#div_carte { 
    height : 400px; /* IMPERATIF */ 
    width : 400px; 
    margin : auto; 
    border : 1px solid #888; 
} 

.imoove {
 color: black;
    background: transparent;
    font-size: 20px;
    font-family: "arial";
    text-align: left;
}

.tableActivite {
    background-color: white;
    border: #e12a3c solid;
    border-radius: 10px;
    width: 80%;
    padding: 5px;
}

.ActiviteDonnees {
    background-color: #3fd2e4;
    font-size: 20px;
    font-family: "arial";
    border-radius: 5px;
    text-align: center;
    height: 50px;
}
