/* Ce fichier est le main css du full */


/*À garder pour le responsive*/


/* ok */

@font-face {
    font-family: 'adobe caslon';
    src: url('fonts/adobe-caslon-italic.ttf') format('truetype'), url('fonts/adobe-caslon-italic.woff') format('woff'), url('fonts/adobe-caslon-italic.svg#ACaslon-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'adobe caslon';
    src: url('fonts/adobe-caslon-semibold-italic.ttf') format('truetype'), url('fonts/adobe-caslon-semibold-italic.woff') format('woff'), url('fonts/adobe-caslon-semibold-italic.svg#ACaslon-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-book.ttf') format('truetype'), url('fonts/gotham-book.woff') format('woff'), url('fonts/gotham-book.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe caslon';
    src: url('fonts/adobe-caslon-regular.ttf') format('truetype'), url('fonts/adobe-caslon-regular.woff') format('woff'), url('fonts/adobe-caslon-regular.svg#ACaslon-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe caslon';
    src: url('fonts/adobe-caslon-semibold.ttf') format('truetype'), url('fonts/adobe-caslon-semibold.woff') format('woff'), url('fonts/adobe-caslon-semibold.svg#ACaslon-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-bold.ttf') format('truetype'), url('fonts/gotham-bold.woff') format('woff'), url('fonts/gotham-bold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'adobe caslon';
    src: url('fonts/adobe-caslon-bold.ttf') format('truetype'), url('fonts/adobe-caslon-bold.woff') format('woff'), url('fonts/adobe-caslon-bold.svg#AdobeCaslon-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-book-italic.ttf') format('truetype'), url('fonts/gotham-book-italic.woff') format('woff'), url('fonts/gotham-book-italic.svg#GothamBook-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'adobe caslon';
    src: url('fonts/adobe-caslon-bold-italic.ttf') format('truetype'), url('fonts/adobe-caslon-bold-italic.woff') format('woff'), url('fonts/adobe-caslon-bold-italic.svg#ACaslon-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-bold-italic.ttf') format('truetype'), url('fonts/gotham-bold-italic.woff') format('woff'), url('fonts/gotham-bold-italic.svg#GothamBold-Italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

body {
    width: 100%;
    margin: 0x;
    padding: 0px;
    background-image: url(images/fond.png);
    background-size: 130%;
    background-color: #ffffce;
    background-position-x: 50%;
    background-position-y: 10%;
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    text-align: center;
}

h2 {
    /* ok */
    text-align: center;
    font-size: 24pt;
    margin-top: 30px;
}

h3 {
    text-align: center;
    font-size: 18pt;
}

h1,
h2,
h3,
strong {
    font-family: "gotham", sans-serif;
}

h1,
h2,
h3 {
    font-weight: bold;
}

p {
    /* ok */
    text-align: justify;
    font-size: 14pt;
}

p,
nav>ul>li {
    font-family: "adobe caslon", serif;
}

.tab-span {
    /* ok */
    white-space: pre;
}

strong {
    /* ok */
    font-size: 16pt;
}


/*À garder pour le formulaire*/


/* ND */

form {
    margin-top: 40px;
    text-align: center;
}


/*À garder pour le formulaire*/


/* ND */

fieldset {
    text-align: center;
    color: black;
}


/*À garder pour le formulaire*/


/* ND */

legend {
    text-align: left;
}


/*À garder pour le formulaire*/


/* ND */

input:invalid {
    background-color: #ffdddd;
}


/*À garder pour le formulaire*/


/* ND */

input:required {
    border-color: red;
    border-width: 1px;
}


/*À garder pour le formulaire*/


/* ND */

textarea:required {
    border-color: red;
    border-width: 1px;
}


/*À garder pour le formulaire*/


/* ND */

a.retour_false:link {
    color: #080;
    text-decoration: none;
}


/*À garder pour le formulaire*/


/* ND */

a.retour_false:visited {
    color: #070;
    text-decoration: none;
}


/*À garder pour le formulaire*/


/* ND */

a.retour_false:hover {
    color: #0B0;
}


/*À garder pour le formulaire*/


/* ND */

.civilite {
    display: inline-block;
    border-color: red;
    border-width: 1px;
}


/*À garder pour le formulaire*/


/* ND */

.titre_false {
    text-align: center;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

#bandeau {
    max-width: 1286px;
    width: 80%;
    font-size: 0;
    /* permet d'effacer les espaces résiduels, comme on a pas de textes dans le bandeau
			    inutile de redéfinir dans les éléments fils */
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

#band {
    margin: 0px;
    padding: 0px;
    text-align: right;
    background-color: #daeef5;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

#band1cen {
    width: 8.7%;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

#band1dro {
    width: 85.7%;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav {
    width: 100%;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav label {
    display: none;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav input[type=checkbox] {
    display: none;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav input[type=checkbox]:checked~ul {
    display: block;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav>ul {
    margin: 0px;
    padding: 0px;
    background: #ffffce;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav li {
    list-style-type: none;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

#tiers {
    width: 16%;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav>ul>li {
    float: left;
    display: inline-block;
    width: 17%;
    height: 30px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #daeef5;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    border-right: 1px solid ivory;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav li span {
    display: block;
    font-size: 15px;
    border-right: 1px solid ivory;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

.no_border {
    border-right: none;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav a {
    transition: text-shadow .5s;
}


/*À garder pour le bandeau avec include et responsive */


/* ok */

nav a:hover,
nav span {
    text-shadow: 0 0 2px white, 0 0 4px white, 0 0 6px white, 0 0 10px white, 0 0 12px white, 0 0 14px white, 0 0 16px white, 0 0 18px white, 0 0 20px white;
}


/* -------------- */


/* -------------- */


/* -------------- */


/* -------------- */


/* -------------- */


/* Tout ceci est un essai de boite déroulante */

.boite {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 10px;
    background: #daeef5;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.boite label {
    display: block;
    text-align: center;
    height: 30px;
    font-size: 17px;
}

.boite input[type=checkbox] {
    display: none;
}

.boite div {
    display: none;
    width: 100%;
    height: 300px;
}

.boite input[type=checkbox]:checked~.deroule-affiche {
    display: block;
}


/* -------------- */


/* -------------- */


/* -------------- */


/* -------------- */


/* -------------- */


/* Fin de l'essai de boite déroulante */


/* -------------- */


/* -------------- */


/* -------------- */


/* -------------- */


/* -------------- */


/* Tout ceci est un essai de boite déroulante 2 */

.boite2 {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 10px;
    background: #daeef5;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.boite2 label {
    display: block;
    text-align: center;
    height: 30px;
    font-size: 17px;
}

.boite2 input[type=checkbox] {
    display: none;
}

.boite2 div {
    display: none;
    width: 100%;
    height: 300px;
}

.boite2 input[type=checkbox]:checked~.deroule2-affiche {
    display: block;
}


/* -------------- */


/* -------------- */


/* -------------- */


/* -------------- */


/* -------------- */


/* Fin de l'essai de boite déroulante 2 */


/*À garder pour le bandeau avec include et responsive */

.resolution {
    display: inline;
    text-align: center;
    font-size: 12px;
    color: black;
    background: #daeef5;
    border: 1px solid ivory;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


/*À garder pour le bandeau avec include et responsive */

.resolution label {
    display: inline;
    background: #daeef5;
    text-align: center;
    height: 17px;
    font-size: 12px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px;
}


/*À garder pour le bandeau avec include et responsive */

.resolution input[type=checkbox] {
    display: none;
}


/*À garder pour le bandeau avec include et responsive */

.resolution input[type=checkbox]:checked~ul {
    display: inline;
    background: #daeef5;
}


/*À garder pour le bandeau avec include et responsive */

.resolution ul {
    display: none;
    background: none;
}


/*À garder pour le bandeau avec include et responsive */

.resolution li {
    list-style-type: none;
}


/*À garder pour l'annonce avec include et responsive */


/* ok */

.annonce {
    max-width: 1286px;
    width: 80%;
    height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    /*
text-shadow: 0 0 2px #FFF;*/
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 0px;
    border-width: 2px;
    border-style: solid;
    border-color: ivory;
    border-radius: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #dd7d7d;
}


/*À garder pour l'annonce avec include et responsive */


/* ok */

.br_annonce {
    display: none;
}


/*À garder pour l'annonce avec include et responsive */


/* ok */

.lien_annonce:link {
    color: #191;
    font-weight: bolder;
    text-decoration: none;
    text-shadow: none;
}


/*À garder pour l'annonce avec include et responsive */


/* ok */

.lien_annonce:visited {
    color: #171;
    font-weight: bolder;
    text-decoration: none;
    text-shadow: none;
}


/*À garder pour l'annonce avec include et responsive */


/* ok */

.lien_annonce:hover {
    color: #1A1;
    font-weight: bolder;
    text-decoration: underline;
    text-shadow: none;
}


/*À garder pour le responsive*/


/* ok */

#corps {
    width: 60%;
    background-color: rgba(255, 255, 240, 0.7);
    margin: 30px auto 30px auto;
    padding: 7px 30px 30px 30px;
}

.imgdroite {
    /* ok */
    float: right;
    width: 50%;
    margin-left: 30px;
    margin-bottom: 10px;
}

.quihaut {
    /* ok */
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.quihaut1 {
    /* ND */
    margin: 10px, auto;
}

.imgpont {
    /* ND */
    float: none;
    width: 100%;
    margin: 0px, auto;
}

.quiadr {
    /* ND */
    text-align: center;
}

.imggauche {
    /* ok */
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 10px;
}

.photodroite,
.photodroiteg {
    float: right;
    width: 48%;
    margin-right: auto;
    margin-top: 20px;
}

.photogauche,
.photogaucheg {
    float: left;
    width: 48%;
    margin-left: auto;
    margin-top: 20px;
}

.photodroite,
.photogauche {
    margin-bottom: 20px;
}

.photodroiteg,
.photogaucheg {
    margin-bottom: -5px;
}

.commentaire {
    display: inline-block;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: -35px;
}

.reasmall,
.commentairep {
    display: none;
}

hr {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: rgba(255, 255, 240, 0);
}

.spacer {
    clear: both;
}

.champ_form {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.lien_rubrique {
    text-align: right;
    top: -21px;
    position: relative;
    margin-bottom: -35px;
}


/*À garder pour l'annonce avec include en responsive*/

.smart {
    display: none;
}

#copyend {
    color: #008000;
    float: right;
    background-color: rgba(255, 255, 240, 0.7);
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -30px;
    border-right: 30px solid rgba(255, 255, 240, 0);
    border-left: 30px solid rgba(255, 255, 240, 0);
    border-bottom: 10px solid rgba(255, 255, 240, 0);
}

.logadmin {
    position: relative;
    left: 1px;
    top: 4px;
    width: 18px;
    height: 18px;
}


/*
**
**
**
**
**
**
*/

@media all and (max-width: 490px) {
    /* Smartphones */
    h2 {
        font-size: 18pt;
    }
    h3 {
        text-align: center;
        font-size: 12pt;
    }
    p {
        font-size: 15pt;
    }
    .tab-span {
        font-size: 5pt;
    }
    strong {
        font-size: 12pt;
    }
    /*À garder pour le bandeau avec include et responsive */
    #bandeau {
        margin-bottom: 10px;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav label {
        display: block;
        background: #daeef5;
        text-align: center;
        height: 30px;
        font-size: 17px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav>ul {
        display: none;
        background: none;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav li {
        height: 17px;
    }
    /*À garder pour le bandeau avec include et responsive */
    .onglfin {
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom: 1px solid ivory;
    }
    /*À garder pour le bandeau avec include et responsive */
    #tiers {
        width: 60%;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav>ul>li {
        float: none;
        width: 60%;
        /*text-align: center;*/
        border-top: 1px solid ivory;
        border-left: 1px solid ivory;
        border-right: 1px solid ivory;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav li a,
    nav li span {
        font-size: 12px;
        border-right: none;
    }
    /*À garder pour l'annonce avec include et responsive */
    .annonce {
        height: 90px;
        font-size: 17px;
        line-height: 28px;
    }
    /*À garder pour l'annonce avec include et responsive */
    .br_annonce {
        display: none;
    }
    .imgdroite,
    .imggauche {
        display: block;
    }
    .imgdroite {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .quihaut {
        width: 100%;
    }
    .imggauche {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .photodroite,
    .photogauche {
        float: none;
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .photodroiteg,
    .photogaucheg {
        display: none;
    }
    .commentaire,
    .commentairep {
        display: inline-block;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
        border-radius: 11px;
        padding-left: 7px;
        padding-right: 7px;
        color: #FFF;
        font-weight: bold;
        line-height: 22px;
        margin-bottom: -10px;
    }
    .reasmall {
        display: inline;
        line-height: 1;
    }
    .lien_rubrique {
        text-align: right;
        top: -12px;
        position: relative;
        margin-bottom: -25px;
    }
    .spacer {
        clear: both;
        margin-bottom: 30px;
    }
    .after {
        display: none;
    }
    /*À garder pour l'annonce avec include en responsive*/
    .smart {
        display: inline;
        line-height: 1;
    }
    #copyend {
        margin-right: -15px;
        margin-top: 5px;
        background: none;
        border: 0px;
    }
    .logadmin {
        position: relative;
        left: 0px;
        top: 2px;
        width: 12px;
        height: 12px;
    }
}


/*
**
**
**
**
**
**
*/

@media all and (min-width: 491px) and (max-width: 780px) {
    /* Petites tablettes */
    h2 {
        font-size: 20pt;
    }
    h3 {
        text-align: center;
        font-size: 14pt;
    }
    p {
        font-size: 12pt;
    }
    .tab-span {
        font-size: 6pt;
    }
    strong {
        font-size: 13pt;
    }
    /*À garder pour le bandeau avec include et responsive */
    #bandeau {
        margin-bottom: 10px;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav label {
        display: block;
        background: #daeef5;
        text-align: center;
        height: 20px;
        font-size: 15px;
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -webkit-border-bottom-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav label:checked {
        border: none;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav>ul {
        display: none;
        background: none;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav li {
        height: 20px;
    }
    /*À garder pour le bandeau avec include et responsive */
    .onglfin {
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -webkit-border-bottom-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom: 1px solid ivory;
    }
    /*À garder pour le bandeau avec include et responsive */
    #tiers {
        width: 60%;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav>ul>li {
        float: none;
        width: 60%;
        border-top: 1px solid ivory;
        border-left: 1px solid ivory;
        border-right: 1px solid ivory;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav li a,
    nav li span {
        font-size: 15px;
        border-right: none;
    }
    /*À garder pour l'annonce avec include et responsive */
    .annonce {
        height: 48px;
        font-size: 15px;
        line-height: 24px;
    }
    /*À garder pour l'annonce avec include et responsive */
    .br_annonce {
        display: inline;
    }
    .imgdroite {
        float: right;
        width: 45%;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .quihaut {
        width: 100%;
    }
    .imggauche {
        float: left;
        width: 45%;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .photodroite,
    .photogauche {
        float: none;
        width: 100%;
        margin-bottom: 7px;
        margin-top: 7px;
    }
    .photodroiteg,
    .photogaucheg {
        display: none;
    }
    .commentaire,
    .commentairep {
        display: inline-block;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        border-radius: 13px;
        padding-left: 8px;
        padding-right: 8px;
        color: #FFF;
        font-weight: bold;
        line-height: 26px;
        margin-bottom: -10px;
    }
    .reasmall {
        display: inline;
        line-height: 1;
    }
    .lien_rubrique {
        text-align: right;
        top: -15px;
        position: relative;
        margin-bottom: -30px;
    }
    .spacer {
        clear: both;
        margin-bottom: 10px;
    }
    .after {
        display: none;
    }
    #copyend {
        margin-right: -15px;
        margin-top: 5px;
        background: none;
        border: 0px;
    }
    .logadmin {
        position: relative;
        left: 0px;
        top: 3px;
        width: 14px;
        height: 14px;
    }
}


/*
**
**
**
**
**
**
*/

@media all and (min-width: 781px) and (max-width: 980px) {
    /* Grandes tablettes */
    h2 {
        font-size: 22pt;
    }
    h3 {
        text-align: center;
        font-size: 16pt;
    }
    p {
        font-size: 13pt;
    }
    .tab-span {
        font-size: 6.5pt;
    }
    strong {
        font-size: 15pt;
    }
    /*À garder pour le bandeau avec include et responsive */
    #bandeau {
        margin-bottom: 10px;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav label {
        display: block;
        background: #daeef5;
        text-align: center;
        height: 20px;
        font-size: 15px;
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -webkit-border-bottom-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav>ul {
        display: none;
        background: none;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav li {
        height: 20px;
    }
    /*À garder pour le bandeau avec include et responsive */
    .onglfin {
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -webkit-border-bottom-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom: 1px solid ivory;
    }
    /*À garder pour le bandeau avec include et responsive */
    #tiers {
        width: 50%;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav>ul>li {
        float: none;
        width: 50%;
        border-top: 1px solid ivory;
        border-left: 1px solid ivory;
        border-right: 1px solid ivory;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    /*À garder pour le bandeau avec include et responsive */
    nav li a,
    nav li span {
        font-size: 15px;
        border-right: none;
    }
    /*À garder pour l'annonce avec include et responsive */
    .annonce {
        font-size: 14px;
    }
    .imgdroite {
        float: right;
        width: 45%;
        margin-left: 25px;
        margin-bottom: 25px;
    }
    .quihaut {
        width: 90%;
    }
    .imggauche {
        float: left;
        width: 45%;
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .photodroite,
    .photogauche {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .photodroiteg,
    .photogaucheg {
        display: none;
    }
    .commentaire,
    .commentairep {
        display: inline-block;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
        border-radius: 14px;
        padding-left: 9px;
        padding-right: 9px;
        color: #FFF;
        font-weight: bold;
        line-height: 28px;
        margin-bottom: -10px;
    }
    .reasmall {
        display: inline;
        line-height: 1;
    }
    .lien_rubrique {
        text-align: right;
        top: -17px;
        position: relative;
        margin-bottom: -30px;
    }
    .spacer {
        clear: both;
        margin-bottom: 5px;
    }
    .after {
        display: none;
    }
    #copyend {
        margin-right: -20px;
        margin-top: 2px;
        background: none;
        border: 0px;
    }
    .logadmin {
        position: relative;
        left: 0px;
        top: 3px;
        width: 15px;
        height: 15px;
    }
}


/*
**
**
**
**
**
**
*/

@media all and (min-width: 981px) and (max-width: 1180px) {
    /* Très petits écrans d'ordinateur */
    /*À garder pour le bandeau avec include et responsive */
    nav li a,
    nav li span {
        font-size: 13px;
    }
    .photodroite,
    .photogauche {
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .photodroiteg,
    .photogaucheg {
        margin-bottom: 0px;
    }
    /*À garder pour l'annonce avec include et responsive */
    .annonce {
        font-size: 18px;
    }
    .quihaut {
        width: 80%;
    }
}


/*
**
**
**
**
**
**
*/

@media all and (min-width: 1181px) and (max-width: 1450px) {
    /* Petits écrans d'ordinateur */
    .photodroite,
    .photogauche {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}