a
{
    text-decoration: underline;
    outline: none;
    color: #303030;
}
a:hover
{
    text-decoration: none;
}

.gras
{
    font-weight: bold;
}

h3 .gras
{
    font-size: 50px;
}

.souligne
{
    text-decoration: underline;
}

.italique
{
    font-style: italic;
}

.imageDroite
{
    float: right;
    margin: 5px 0 0 21px;
}

.imageGauche
{
    float: left;
    margin: 5px 21px 0 0;
}

.imageCentre, .texteCentre
{
    display: block;
    text-align: center;
}

.liste
{
    list-style-position: inside;
    margin: 13px 0;
    padding: 0;
    list-style-image: url('../pict/puceListe.jpg');
}

.liste li
{
    list-style-position: outside;
    margin-left: 21px;
    font-size: 22px;
}

.vert
{
    color: #209a08;
}

.rouge
{
    color: #d40202;
}

.bleuClair
{
    color: #082387;
}

.gris
{
    color: #0e1623;
}

.blanc
{
    color: #fff;
}

.noir
{
    color: #000;
}

.jaune
{
    color: #ffe400;
}

.orange
{
    color: #ff9000;
}

.btnPdf
{
    width: 256px;
    height: 60px;
    background: url('../pict/sprite_telecharger.png') no-repeat 0 -61px transparent;
    display: block;
    text-indent: -9999px;
    font-size: 0;
}
.btnPdf:hover
{
    background: url('../pict/sprite_telecharger.png') no-repeat 0 0 transparent;
}

.boutonTelechargerFondVertTxtBlanc
{
    display: inline-block;
    padding: 5px 13px;
    min-width: 144px;
    text-decoration: none;
    margin-bottom: 13px;
    transition: all 377ms linear;
    font-size: 22px;
}

.boutonTelechargerFondVertTxtBlanc
{
    background-color: #2A7942;
    color: #fff;
}
.boutonTelechargerFondVertTxtBlanc:hover
{
    color: #FFEE10;
}

.tableauBase, .tableauSimple
{
    border-collapse: collapse;
    width: 100%;
}

.tableauBase, .tableauBase th, .tableauBase td {
    border: 1px solid black;
}

.tableauBase td, .tableauBase th
{
    padding: 8px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 89px;
}

.tableauSimple td
{
    text-align: center;
}

.tableauBase thead
{
    background: #2A7942 none repeat scroll 0 0;
    color: #ffffff;
}

.blocLeft, .blocRight
{
    float: left;
    width: 450px;
}

.blocLeft
{
    margin-right: 12px;
}

.txtCentreLarge
{
    display: block;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.grasBigCentre
{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.separateurGenerique
{
    width: 80%;
    height: 0;
    margin: 13px auto;
    border-bottom: 3px solid #2A7942;
}

/****************************  Style des galeries statiques  ***********************/
.galerie
{
    margin: 0 auto;
    position: relative;
    width: 1024px;
}

.galerie2
{
    position: relative;
    width: 505px;
}

.boxNavSlider
{
    position: absolute;
    top: 108px;
    width: 100%;
    z-index: 100;
}

.boxNavSlider .next, .boxNavSlider .prev
{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('../pict/sprite-fleche.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.boxNavSlider .next
{
    right: 8px;
    background-position: 0 -40px;
}
.boxNavSlider .next:hover
{
    background-position: 0 0px;
}

.boxNavSlider .prev
{
    left: 8px;
    background-position: -40px -40px;
}
.boxNavSlider .prev:hover
{
    background-position: -40px 0;
}

.bandeauTexte
{
    display: block;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 10;
    line-height: 30px;
    color: #fff;
    font-weight: medium;
    text-align: center;
}

.bandeauTexte span
{
    font-size: 17px;
    margin-right: 8px;
}
/**************************  Fin du slider statiques  *************************/
.boutonTelechargerDoc
{
    text-decoration: none;
}

.box2Photo
{
    display: block;
    list-style: none;
    margin: 8px 0;
    padding: 0;
}

.box2Photo li
{
    float: left;
    margin-right: 1%;
    width: 49.50%
}
.box2Photo li:last-child
{
    margin: 0;
}

.box2Photo li img, .box1Photo img
{
    width: 100%;
    height: auto;
}

.box1Photo
{
    margin: 8px 0;
    width: 100%;
}


@media (max-width: 680px) {
    #centerFooter
    {
        top: 13px;
    }
}


@media (max-width: 400px) {
    .imageDroite, .imageGauche
    {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
}