/* Classes */

#Coeur {
    background-color: #0d3a7b;
    background-image: url('../../img/Pages/Accueil/CoeurFond.jpg');
    height: 500px;
    padding: 0px 15px 0px 15px;
    width: 945px;
}

#Coeur p { margin: 5px 0px 5px 0px; }

#Coeur ul { margin: 5px 0px 5px 0px; }

.Falaise {
    float: right;
    width: 300px;
}

.Falaise #Falaise {
    background-image: url('../../img/Pages/Accueil/FalaiseFond.gif');
    filter: alpha(opacity=0);
    height: 210px;
    margin: 40px 0px 15px 0px;
    opacity: 0;
    padding-bottom: 5px;
}

.Falaise #Falaise h1 {
    color: #ffffff;
    font-size: 14px;
    height: 21px;
    margin: 0px;
    padding-top: 5px;
    text-align: center;
}

.Falaise #Falaise .Contenu {
    background-color: #ffffff;
    height: 164px;
    overflow: auto;
    padding: 10px;
}

.Falaise #Falaise .Contenu a { color: #e55100; }

.Falaise .Vignettes { border: 2px solid #ffffff; }

#FalaiseTitre {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 86px;
    width: 380px;
    width: 450px;
}

#Informations {
    background-image: url('../../img/Pages/Accueil/InformationsFond.gif');
    height: 334px;
    filter: alpha(opacity=95);
    margin: 30px auto 0px auto;
    opacity: .95;
    padding: 10px;
    width: 289px;
}

#Informations .Contenu h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

#Informations .Contenu {
    height: 220px;
    overflow: auto;
}

#Informations #News {
    background-image: url('../../img/Pages/Accueil/NewsFond.gif');
    height: 100px;
    margin-top: 10px;
    padding: 2px;
    width: 286px;
}

#Informations #News h1 {
    color: #ffffff;
    font-size: 14px;
    height: 19px;
    margin: 0px;
    padding-top: 1px;
    text-align: center;
}

#Informations #News .Contenu {
    font-size: 11px;
    height: 70px;
    overflow: auto;
    padding: 3px;
    width: 280px;
}

#Informations #News .Contenu a {
    color: #c22525;
}

.Village {
    float: left;
    width: 300px;
}

.Village #Village {
    background-image: url('../../img/Pages/Accueil/VillageFond.gif');
    filter: alpha(opacity=0);
    height: 210px;
    margin: 40px 0px 15px 0px;
    opacity: 0;
    padding-bottom: 5px;
}

.Village #Village h1 {
    color: #ffffff;
    font-size: 14px;
    height: 21px;
    margin: 0px;
    padding-top: 5px;
    text-align: center;
}

.Village #Village .Contenu {
    background-color: #ffffff;
    height: 164px;
    overflow: auto;
    padding: 10px;
}

.Village #Village .Contenu a { color: #4e77c2; }

.Village .Vignettes { border: 2px solid #ffffff; }

#VillageTitre {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 86px;
    width: 450px;
}