body {
    background-color: #FFFFFF;
}

/* teaching pour anciens navigateurs*/
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}


/*MAXIMISATION IMAGES*/
.imgq {
    max-width: 100%;
    height: auto;
    border: 0px;
    margin: 0px 0px 0px 0px;
}

.imgf {
    max-width: 100%;
    height: auto;
    border: 0px;
    margin: 0px 0px 0px 0px;
}



/*TABLEAUX*/
caption {
    font-family: arial;
    font-size: 12pt;
    text-align: left;
    font-weight: bold;
    color: #993333;
}

table {
    font-family: arial;
    font-size: 9pt;
}

th {
    color: #909090;
    vertical-align: top;
}

td {
    color: #909090;
}

scope {
    font-family: arial;
    font-size: 12pt;
    text-align: left;
    font-weight: bold;
    color: #993333;
}

.tittab {
    font-family: arial;
    font-size: 11pt;
    text-align: left;
    font-weight: bold;
}


/*BOITE TOTALE*/
.mainbox {
    position: relative;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

/*BOITE BANNIERE*/
.headbox {
    max-width: 1080px;
}

/*BOITE TITRE*/
.titbox {
    max-width: 1080px;
    padding-left: 5%;
    z-index: auto;
}

/*BOITE CONTENU*/
.contentbox {
    max-width: 1080px;
    border-style: solid;
    border-width: 2px;
    z-index: auto;
}

/*BOITE TEXTE PUR*/
.txtbox {
    max-width: 600px;
    padding-left: 5%;
    padding-right: 2%;
    float: left;
    z-index: auto;
}

/*BOITE IMAGE*/
.imboxL {
    position: relative;
    max-width: 300px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.imboxR {
    position: relative;
    max-width: 300px;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.imbox {
    position: relative;
    max-width: 300px;
    text-align: center;
}

.imboxBig {
    position: relative;
    max-width: 800px;
    text-align: center;
}



/*BOITE VIGNETTES*/
.vigbox {
    max-width: 340px;
    float: right;
    z-index: auto;
}

/*BOITE ADTOP*/
.adtopbox {
    position: relative;
    float: both;
    clear: both;
    max-width: 1080px;
    text-align: right;
}

.txtadtop {
    font-family: Arial;
    font-size: 8pt;
    color: #993333;
    text-decoration: none;
}

a.txtadtop:hover {
    color: #FF0000;
    text-decoration: none;
}

/*TEXTE PRINCIPAL*/
.maintxt {
    font-family: Cambria;
    font-size: 14pt;
    color: #606060;
    font-weight: normal;
    text-align: justify;
}

/*TITRE */
.tit {
    font-family: Cambria;
    font-size: 18pt;
    color: #993333;
    font-weight: bold;
    text-align: left;
}

/*NOTICE DOGE*/
.doge {
    font-family: Arial;
    font-size: 9pt;
    color: #990033;
    text-align: justify;
}

/*LIENS*/
.lnk {
    font-family: Arial;
    font-size: 12pt;
    color: #BB3333;
    text-align: left;
    text-decoration: none;
}

a.lnk:hover {
    font-family: Arial;
    font-size: 12pt;
    color: #BBBBBB;
    text-align: left;
    text-decoration: none;
}


/* COMMENTAIRES IMAGES*/
.comimg {
    font-family: Arial;
    font-size: 10pt;
    color: #993333;
    text-align: left;
}

.comimgc {
    font-family: Arial;
    font-size: 10pt;
    color: #993333;
    text-align: center;
}

/* SIGNATURE*/
.sig {
    font-family: Arial;
    font-size: 7pt;
    color: #993333;
    text-align: left;
    text-decoration: none;
}

a.sig:hover {
    color: #FF0000;
    text-decoration: none;
}

/*
**********************************  M E N U  
*/

/*BOITE BARRE MENU*/

.menubarbox {
    position: relative;
    max-width: 1080px;
    background-color: #FEF7E5;
    border-top-style: solid;
    border-top-color: #993333;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #993333;
    border-bottom-width: 1px;
    display: block;
}


/*LIEN MENU*/
.lm {
    font-family: Arial;
    font-size: 7pt;
    color: #993333;
    text-align: center;
    text-decoration: none;
}


/*BOITE POPMENU*/
.popbox {
    position: absolute;
    top: 10px;
    max-width: 1080px;
    height: 350px;
    display: flex;
    background-color: #FEF7E5;
    border-bottom-style: solid;
    border-bottom-color: #993333;
    border-bottom-width: 1px;
    z-index: 2;
    display: none;
}

/*BOITE MENU HORIZONTAL*/
.menuHbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 1080px;
    height: 25px;
    background-color: #993333;
    z-index: 3;
}

/* BOITES BOUTONS HORIZONTAUX*/
.buttHbox {
    text-align: center;
    width: 100px;
    color: #CCCCCC;
    background-color: #993333;
}

/*CONTENU BOUTONS HORIZONTAUX*/
.buttonH {
    font-family: arial;
    font-size: 8pt;
    text-align: center;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color: #CCCCCC;
    background-color: #993333;
}

a.buttonH:hover {
    font-family: arial;
    font-size: 8pt;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #993333;
    text-decoration: none;
}

/*BOITE MENU COLONNES*/
.menuVbox {
    position: relative;
    top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-between;
    max-width: 1080px;
    background-color: #FEF7E5;
    z-index: 3;
}

/*BOITES MENU COLONNE*/
.menuCbox {
    max-width: 270px;
}

/* BOITE BOUTONS VERTICAUX*/
.buttVbox {
    text-align: left;
    width: 260px;
    padding-left: 20px;
    color: #CCCCCC;
    background-color: #FEF7E5;
}

/* CONTENU BOUTON VERTICAUX*/
.buttonV {
    font-family: arial;
    font-size: 10pt;
    text-align: left;
    text-decoration: none;
    color: #993333;
    background-color: #FEF7E5;
}

a.buttonV:hover {
    font-family: arial;
    font-size: 10pt;
    text-align: left;
    text-decoration: none;
    color: #FF0000;
    background-color: #FEF7E5;
}

.buttonVmin {
    font-family: arial;
    font-size: 7pt;
    text-align: left;
    text-decoration: none;
    color: #606060;
    background-color: #FFDDAA;
}

a.buttonVmin:hover {
    font-family: arial;
    font-size: 7pt;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF0000;
}


/*
**********************************  F I N    M E N U  ************************************************

**********************************  PIED DE PAGE   ************************************************
*/

/*BOITE PIED DE PAGE*/
.footbox {
    position: relative;
    float: left;
    clear: both;
    max-width: 1080px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-between;

    background-color: #FEF7E5;
    border-top-style: solid;
    border-top-color: #993333;
    border-top-width: 1px;
    max-height: 60px;
    border-bottom-style: solid;
    border-bottom-color: #993333;
    border-bottom-width: 1px;
    z-index: auto;
}

.footLbox,
.footCbox,
.footRbox {
    margin-left: 0px;
    color: #993333;
    background-color: #FEF7E5;
}

.footLbox {
    width: 360px;
    text-align: left;
}

.footCbox {
    width: 360px;
    text-align: center;
}

.footRbox {
    width: 360px;
    text-align: right;
}

/*TEXTE PIED DE  PAGE*/
.foottxtL,
.foottxtC,
.foottxtR {
    font-family: Arial;
    font-size: 8pt;
    color: #993333;
}

.foottxtR {
    text-decoration: none;
}

a.foottxtR:hover {
    color: #FF0000;
    text-decoration: none;
}

.endbox {
    position: relative;
    float: left;
    clear: right;
    height: 60px;
}

/*
**********************************  FIN PIED DE PAGE   **********************************************
*/


/*
**********************************  GALERIE   **********************************************
*/


body#ng {
    background-color: #000000;
}

.imgthumb {
    max-width: 9.65%;
    height: auto;
    border: 1px solid black;
}

.ngtit {
    font-family: Arial;
    font-size: 16pt;
    text-align: left;
    text-decoration: none;
    color: #909090;
    background-color: #000000;
}

.ngcopy {
    font-family: Arial;
    font-size: 7pt;
    text-align: left;
    text-decoration: none;
    color: #909090;
    background-color: #000000;
}

.ngclose {
    font-family: Arial;
    font-size: 10pt;
    text-align: right;
    text-decoration: none;
    color: #909090;
    background-color: #000000;
}

a.ngclose:hover {
    font-family: Arial;
    font-size: 10pt;
    text-align: right;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #000000;
}

.ngmainbox {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background-color: #000000;
}

.ngtitbox {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
    background-color: #000000;
}

.ngpicbox {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
    background-color: #000000;
}

.ngslidebox {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
    background-color: #000000;
}

.ngcopyrightbox {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
    background-color: #000000;
}

.ngclosebox {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
    text-align: right;
    background-color: #000000;
}



/*
**********************************  FIN GALERIE   **********************************************
*/
/*
**********************************  LA UNE   **********************************************
*/

.mainOnebox {
    position: static;
    max-width: 1080px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-between;
    z-index: 0;
}

.percheOnebox {
    position: absolute;
    left: 285px;
    z-index: 3;
}

.voletOnebox01 {
    position: static;
    max-width: 300px;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-right: 30px;
}

.voletOnebox02 {
    position: relative;
    width: 340px;
    background-color: #FFFFFF;
    margin-left: 60px;
    margin-right: 60px;

}

.voletOnebox02a {
    position: relative;
    width: 340px;
    background-color: #FEF7E5;
    text-align: left;
    left: 0px;
    top: 0px;
}

.voletOnebox02b {
    position: absolute;
    width: 220px;
    text-align: right;
    left: 100px;
    top: 35px;

}

.voletOnebox03 {
    position: static;
    max-width: 300px;
    background-color: #FFFFFF;
    margin-left: 30px;
    margin-right: 0px;
}

.endOnebox {
    max-width: 300px;
    background-color: #FEF7E5;
    text-align: center;
}

.txtOneL {
    font-family: arial;
    font-size: 14pt;
    color: #8b6759;
}

.txtOneR {
    font-family: arial;
    font-size: 14pt;
    color: #8b6759;
    text-align: right;
    text-decoration: none;
}

a.txtOneR:hover {
    font-family: arial;
    font-size: 14pt;
    color: #BBBBBB;
    text-align: right;
}

.txtagendOne {
    font-family: arial;
    font-size: 8pt;
    color: #8b6759;
    text-align: left;
}

.txtagendOneBig {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #8b6759;
    text-align: center;
    text-decoration: none;
}

a.txtagendOneBig:hover {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    text-decoration: none;
}


.txtagendOneSmall {
    font-family: arial;
    font-size: 10pt;
    color: #8b6759;
    text-align: center;
}

a.txtagendOneSmall:hover {
    font-family: arial;
    font-size: 10pt;
    color: #FF0000;
    text-align: center;
    text-decoration: none;
}

.txtagendOneSmallRed {
    font-family: arial;
    font-size: 10pt;
    color: #FF0000;
    text-align: center;
}


/*
********************************** FIN LA UNE   **********************************************
*/


/* TEXTES EN ARIAL*/

.lib06 {
    font-family: Arial;
    font-size: 6pt;
    color: #606060;
    font-weight: normal;
}

.lib07 {
    font-family: Arial;
    font-size: 7pt;
    color: #606060;
    font-weight: normal;
}

.lib08 {
    font-family: Arial;
    font-size: 8pt;
    color: #606060;
    font-weight: normal;
}

.lib09 {
    font-family: Arial;
    font-size: 9pt;
    color: #606060;
    font-weight: normal;
}

.lib10 {
    font-family: Arial;
    font-size: 10pt;
    color: #606060;
    font-weight: normal;
}

.lib10 {
    font-family: Arial;
    font-size: 11pt;
    color: #606060;
    font-weight: normal;
}

.lib12 {
    font-family: Arial;
    font-size: 12pt;
    color: #606060;
    font-weight: normal;
}

.tit06 {
    font-family: Arial;
    font-size: 6pt;
    color: #606060;
    font-weight: bold;
}

.tit07 {
    font-family: Arial;
    font-size: 7pt;
    color: #606060;
    font-weight: bold;
}

.tit08 {
    font-family: Arial;
    font-size: 8pt;
    color: #606060;
    font-weight: bold;
}

.tit09 {
    font-family: Arial;
    font-size: 9pt;
    color: #606060;
    font-weight: bold;
}

.tit10 {
    font-family: Arial;
    font-size: 10pt;
    color: #606060;
    font-weight: bold;
}

.tit11 {
    font-family: Arial;
    font-size: 11pt;
    color: #606060;
    font-weight: bold;
}

.tit12 {
    font-family: Arial;
    font-size: 12pt;
    color: #606060;
    font-weight: bold;
}


/*LIENS NOTE DE TEXTE*/
.ndt {
    font-family: Arial;
    font-size: 6pt;
    color: #993333;
    text-decoration: none;
    vertical-align: super;
}

a.ndt:hover {
    font-family: Arial;
    font-size: 6pt;
    color: #0000FF;
    font-weight: bold;
    text-decoration: none;
    vertical-align: super;
}