﻿body
{
    color: #626262;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
}
a:hover
{
    color: #000;
}

hr
{
    height: 1px;
    clear: both;
    border: 0;
}
a img
{
    border: 0;
}

#conteneur
{
    width: 792px;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.watermark
{
    color: #949494;
}

.noscreen
{
    display: none;
}

.spacer
{
    font-size: 1px;
    height: 1px;
    clear: both;
}




/**************************************************************/

/** TOOPTIP **/

.Tooltip .img
{
    margin: 6px 6px 6px 6px;
}

/************* Calendrier *********************/

.reunion
{
    font-weight: bold;
}

.aujourdhui
{
    border: solid 1px gray;
    padding: 1px 1px 1px 2px;
}
/*********** HEADER ***********/

#header
{
    background: url(images/header.png) no-repeat bottom center;
    position: relative;
    padding: 90px 0 8px 0;
    min-height: 15px;
    _height: 15px;
}

#header #fondHeader
{
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 100;
}

#header #illustrationRubrique, #header #illustrationRubrique2
{
    display: block;
    text-align: center;
    clear: both;
    margin: 0 auto;
}

/* logo */

#logo
{
    position: absolute;
    top: 1px;
    left: 13px;
    z-index: 1000;
}
.logoMandataire
{
    position: absolute;
    top: 1px;
    left: 13px;
    z-index: 1000;
}

/*********** RECHERCHE **********/

#header .recherche
{
    position: absolute;
    right: 232px;
    top: 19px;
    width: 140px;
    z-index: 1000;
}
#header .recherche input
{
    vertical-align: middle;
}
#header .recherche input.terme
{
    font-size: 10px;
    border: 1px solid #ccc;
    border-right: 0;
    background: #efefef url(images/header-input.png) repeat-x top left;
    padding: 0;
    height: 12px;
}


/*********** SITES ***********/
.sites
{
    position: absolute;
    top: 0;
    left: 170px;
    z-index: 1000;
}
.sites a
{
    color: #b6b6b6;
    font-size: 10px;
    text-decoration: none;
    padding-right: 10px;
}
.sites a:hover
{
    color: inherit;
}

/****** LOGIN *****/

.login
{
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 15px;
    width: 210px;
    height: 40px;
    padding-top: 5px;
    z-index: 1000;
    display:block;
    clear:both;
}
.login span.title
{
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}
.login a
{
    font-size: 10px;
    color: #b6b6b6;
}
.login a:hover
{
    color: inherit;
}
.login input
{
    vertical-align: middle;
}
.login .input
{
    font-size: 10px;
    border: 1px solid #ccc;
    background: #efefef url(images/header-input.png) repeat-x top left;
    padding: 0;
    width: 75px;
    height: 12px;
}
.login .checkMemoriser
{
    color: #b6b6b6;
    font-size: 10px;
    float: right;
    margin-right: 30px;
}
.login .checkMemoriser input
{
    height: 10px;
}

/*********** MENU PRINCIPAL ***********/

#menu
{
    font-size: 12px;
    position: absolute;
    top: 51px;
    left: 19px;
    height: 63px;
    z-index: 50;
    width: 756px;
}

.menulist, .menulist ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menulist li
{
    float: left;
    display: block;
    position: relative;
    margin: 0;
    z-index: 3000;
    height: 26px;
    width: 20%;
}

.menulist a
{
    background: url(images/menu2-droite.png) no-repeat right -10px;
    padding-right: 2px;
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
.menulist a span
{
    background: url(images/menu2-gauche.png) no-repeat left -10px;
    display: block;
    height: 33px;
    padding: 30px 0 0 2px;
    position: relative;
    cursor: pointer;
}
.menulist a span span
{
    background: none;
    display: block;
    height: auto;
    padding: 0;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.menulist a.highlighted, .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif
{
    background-position: right -3px;
}
.menulist a.highlighted span, .menulist a:hover span, .menulist a.highlighted:hover span, .menulist a:focus span, .menulist a.actif span
{
    background-position: left -3px;
}

.menulist a img.protege
{
    vertical-align: text-bottom;
}

/* différenciation menus */
/* 1 */
.menulist .menu1 a
{
    background-image: url(images/menu1-droite.png);
}
.menulist .menu1 a span
{
    background-image: url(images/menu1-gauche.png);
}
.menulist .menu1 a span span
{
    background: none;
}
/* 2 */
.menulist .menu2 a
{
    background-image: url(images/menu2-droite.png);
}
.menulist .menu2 a span
{
    background-image: url(images/menu2-gauche.png);
}
.menulist .menu2 a span span
{
    background: none;
}
/* 3 */
.menulist .menu3 a
{
    background-image: url(images/menu3-droite.png);
}
.menulist .menu3 a span
{
    background-image: url(images/menu3-gauche.png);
}
.menulist .menu3 a span span
{
    background: none;
}
/* 4 */
.menulist .menu4 a
{
    background-image: url(images/menu4-droite.png);
}
.menulist .menu4 a span
{
    background-image: url(images/menu4-gauche.png);
}
.menulist .menu4 a span span
{
    background: none;
}
/* 5 */
.menulist .menu5 a
{
    background-image: url(images/menu5-droite.png);
}
.menulist .menu5 a span
{
    background-image: url(images/menu5-gauche.png);
}
.menulist .menu5 a span span
{
    background: none;
}
/* 6 */
.menulist .menu6 a
{
    background-image: url(images/menu6-droite.png);
}
.menulist .menu6 a span
{
    background-image: url(images/menu6-gauche.png);
}
.menulist .menu6 a span span
{
    background: none;
}

/* sous-menus */
#menu .menulist ul
{
    display: none;
    position: absolute;
    top: 63px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    background: #727272;
}

#menu .menulist ul li
{
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
    border: 0;
    height: auto;
    border-bottom: 1px solid #ccc;
}

#menu .menulist ul a
{
    background: none;
    display: block;
    float: none;
    height: auto;
    width: auto;
    padding: 2px 5px;
    text-transform: none;
    text-align: left;
    font-weight: normal;
}
#menu .menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover, .menulist ul a:focus, .menulist ul a.actif
{
    color: #000;
    background: none;
}

#menu .menulist ul ul
{
    top: 0px;
    left: 200px;
}

.menulist a .subind
{
    display: none;
}
#menu .menulist ul a .subind
{
    background: none;
    display: block;
    float: right;
    height: auto;
    padding-top: 0;
}
#menu .menulist ul a:hover .subind
{
    background: none;
}

/* différenciation sous-menus */
#menu .menulist .menu1 ul
{
    background: #727272;
}
#menu .menulist .menu2 ul
{
    background: #129ecf;
}
#menu .menulist .menu3 ul
{
    background: #4a9b3e;
}
#menu .menulist .menu4 ul
{
    background: #f2b800;
}
#menu .menulist .menu5 ul
{
    background: #e96510;
}
#menu .menulist .menu6 ul
{
    background: #ab0104;
}


*:first-child + html .menulist ul li
{
    float: left;
    width: 100%;
    padding: 0;
}

* html .menulist ul li
{
    float: left;
    height: 1%;
    padding: 0;
}
* html .menulist ul a
{
    height: 1%;
}



/**************************************************************/

#milieuPage
{
    background: url(images/milieuPage.png) repeat-y top center;
    clear: both;
    min-height: 250px;
    _height: 250px;
    padding: 0 4px;
    width: 780px;
    margin: 0 auto;
}

/*********** ASCENDANCE ***********/

#ascendance
{
    font-size: 11px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    clear: both;
}
#ascendance ul
{
    margin: 0;
    padding: 0;
}
#ascendance li
{
    display: inline;
    padding-right: 5px;
}
#ascendance li h1, #ascendance li h2, #ascendance li h3, #ascendance li h4, #ascendance li h5, #ascendance li h6
{
    display: inline;
    margin: inherit;
    padding: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-size: 100%;          
}
/********** Titre de la page *********/

#titredelapage h1
{
    padding-left: 10px;
    font-size: 20px;
    margin: 20px 0;
}

/*********** NAVIGATION ***********/

#navigation
{
    width: 170px;
    margin: 0;
    padding: 0;
    float: left;
    background: url(images/navigation-centre.png) repeat-y top right;
}

.navigation
{
    background: url(images/navigation-bas.png) no-repeat bottom right;
    padding-bottom: 20px;
}
.navigation .navigation
{
    background: url(images/navigation-haut.png) no-repeat top right;
    padding: 20px 10px 0 15px;
    min-height: 80px;
    _height: 80px;
}

#navigation .spacer
{
    font-size: 1px;
    height: 1px;
    display: block;
    clear: both;
}

/* éléments dans la navigation */
#navigation .element
{
    margin: 0;
    padding: 5px;
}
#navigation .element h2
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#navigation .element ul
{
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none;
}
#navigation .element ul a
{
    font-weight: bold;
}
#navigation .element li
{
    margin-bottom: 10px;
}
#navigation .element ul ul 
{
    margin-top: 0;
    margin-bottom: 5px;
}
#navigation .element ul ul li
{
    margin-bottom: 3px;
    margin-left: 10px;
}
#navigation .element li #navigation .element ul ul
{
    padding-left: 15px;
    list-style-type: disc;
    font-size: 10px;
}
#navigation .element ul ul ul
{
    list-style-type: none;
}

#navigation .element ul ul a
{
    font-weight: normal;
}
#navigation .element a.actif
{
    color: #000;
}

/* actus courtes */
#navigation .actualites
{
    margin-top: 20px;
}
#navigation .actualites h2
{
    font-size: 11px;
}
#navigation .actualites ul
{
    font-size: 10px;
}


/*********** CONTENUS ***********/

#contenus
{
    width: 600px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    border: 0;
}

/* un seul grand contenu sans style */
#contenu
{
    width: 760px;
    float: left;
    padding: 0 10px;
}

/* composants */

.composant
{
    background: no-repeat top left;
    margin: 10px 0 0 0;
    padding-top: 1px;
}
.composant .composant
{
    background: url(images/composant-bas.png) no-repeat bottom left;
    padding: 0 10px 10px 10px;
    min-height: 100px;
    _height: 100px;
    margin: 0;
}

.composant h2
{
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    height: 16px;
}
.composant h2 span
{
    padding: 9px 90px 0 0;
}
.composant h2 a
{
    text-decoration: none;
}

.composant img
{
    border: 0 !important;
}
.composant .highlight
{
    font-weight: bold;
    font-style: normal;
    color: #c00;
}
.composant .resultatRecherche
{
    cursor: pointer;
}
.composant .resultatRecherche:hover
{
    background: #fee;
}

.composant a
{
    /*color: #1d5da7;*/
    text-decoration: underline;
}
.composant a:hover
{
    color: #000;
}

/* accroche */
.composant .accroche
{
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: justify;
}

/* texte */
.composant .texte
{
    text-align: justify;
}
.IllustrationDeContenu
{
    display: none;    
}

.composant .texte img
{
    margin-right: 20px;
    border: 0 !important;
    padding: 10px;
}

/* contenus */
.composant .texte ul, .composant .accroche ul
{
    margin-left: 30px;
    padding-left: 0;
}

/* docs */
.docs img
{
    vertical-align: bottom;
}


/* formulaires en couleurs */
.frmCouleur
{
    width: 100%;
}
.frmCouleur th
{
    /*background: #eeeeee;*/
    text-align: left;
    width: 20%;
    vertical-align: top;
}
.frmCouleur th.w30
{
    background: transparent;
    text-align: left;
    width: 30%;
}
.frmCouleur td p
{
    margin: 5px 0;
    padding: 0;
}


/* actualités */

.actualites
{
    position: relative;
}
.actualites #actusSelection
{
    clear: both;
    text-align: right;
    margin-top: 15px;
}
.actualites #actusSelection a
{
    text-decoration: none;
    padding: 3px 5px;
    color: #fff;
}
.actualites #actusSelection a:hover, .actualites #actusSelection a.actif
{
    background: #fff;
    color: #000;
}
.actualites .actu
{
    background: transparent;
    position: absolute;
    top: 60px;
    left: 5px;
    width: 330px;
    height: 150px;
    z-index: 8;
    display: none;
}
.actualites .active
{
    z-index: 10;
    display: block;
}
.actualites .last-active
{
    z-index: 9;
}

.actualites .actu h3
{
    font-size: 11px;
    margin: 5px 0;
    padding: 0;
    padding-bottom: 5px; 
}
.actualites .actu img
{
    text-align: center;
    display: block;
    clear: both;
    margin: 5px auto;
    max-width: 95px;
    _width: 95px;
    max-height: 95px;
}
.actualites .actu .lienSuite
{
    clear: both;
    text-align: right;
    margin: 5px 0;
}


/****** 3 colonnes ******/

.actu_anime
{
    width: 340px;
    float: left;
    margin-left: 10px;
    padding: 13px 10px 0 10px;
}
.actu_anime h2
{
    margin-top: -23px;
    background: none;
}
.actu_anime .actualites .actu
{
    height: 210px;
    top: 15px;
}
.actu_anime .actualites #actusSelection
{
    clear: both;
    text-align: right;
    margin-top: 255px;
}

.more
{
    float:right;     
}
.imageactu{float:left;}
.imageactu img 
{
    max-width: 30px;
    padding: 0 5px 5px 0;
}

.ColonnesContenusNews
{
    font-size: 10px;
    float: left;
    width: 100%;
    min-height: 345px;
    _height: 345px;
    padding-top: 12px;
    background-repeat: no-repeat;
    background-position: 0 10px;
}
.ColonnesContenusNews .bloc
{
    float: left;
    margin-left: 10px;
    width: 170px;
    padding: 13px 10px 0 10px;
}
.ColonnesContenusNews .ColonneNews
{
    width: 340px;
    float: left;
    margin-left: 10px;
    padding: 13px 10px 0 10px;
}

.ColonnesContenusNews h3
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
}

.ColonnesContenusNews .ColonneNews #actuCourante
{
    width: 170px;
    float: left;
}
.ColonnesContenusNews .ColonneNews #actuCourante .contenuClean
{
    display: none;
}
.ColonnesContenusNews .ColonneNews #actuCourante .contenuHTML
{
    max-height: 175px;
    _height: 175px;
    margin: 10px 0;
    overflow: hidden;
}
.ColonnesContenusNews .ColonneNews #actuCourante .contenuHTML p
{
    margin: 0;
    padding: 0;
}
.ColonnesContenusNews .ColonneNews #actuCourante a.lienSuite
{
    text-align: left;
}
.ColonnesContenusNews .ColonneNews #actuCourante img
{
    max-width: 100px;
    _width: 100px;
    float: left;
    margin-right: 5px;
}

.ColonnesContenusNews .ColonneNews #actusListe
{
    width: 155px;
    float: left;
    margin-left: 15px;
}
.ColonnesContenusNews .ColonneNews h3
{
    margin: 0;
    padding: 0 0 7px 0;
}
.ColonnesContenusNews .ColonneNews .date
{
    font-style: italic;
}
.ColonnesContenusNews .ColonneNews #actusListe .actu
{
    cursor: pointer;
    margin: 0 0 5px;
    overflow: hidden;
}
.ColonnesContenusNews .ColonneNews #actusListe .actu .contenuHTML, .ColonnesContenusNews .ColonneNews #actusListe .actu a.lienSuite, .ColonnesContenusNews .ColonneNews #actusListe .actu img
{
    display: none;
}


/****** 4 colonnes ******/

#QuatreColonnes
{
    font-size: 10px;
    float: left;
    width: 100%;
    height: 345px;
    padding-top: 12px;
    background-repeat: no-repeat;
    background-position: 0 10px;
}
#QuatreColonnes .bloc
{
    float: left;
    width: 163px;
    min-height: 1px;
    _height: 1px;
    padding: 14px 10px 0 18px;
}
#QuatreColonnes .bloc div 
{
    overflow-x: hidden !important;
}
#QuatreColonnes .bloc h2
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
}
#QuatreColonnes .bloc .actualites ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 300px;
    overflow: auto;
}
.element.actualites ul li a strong
{
    color: #555;
}

#QuatreColonnes .bloc .actualites li
{
    margin: 10px 0;
}


/****** Contenu puis news ******/

#contenus .ColonneNews
{
    margin-top: 10px;
}
#contenus .ColonneNews h3.titrePrincipal
{
    font-size: 14px;
    font-weight: bold;
    vertical-align: bottom;
    text-transform: none;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    height: 16px;
}
#contenus .ColonneNews h3.titrePrincipal span
{
    padding: 9px 90px 0 0;
}
#contenus .ColonneNews h3
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
}

#contenus .ColonneNews #actuCourante
{
    float: left;
}
#contenus .ColonneNews #actuCourante .contenuClean
{
    display: none;
}
#contenus .ColonneNews #actuCourante a.lienSuite
{
    text-align: right;
}
#contenus .ColonneNews #actuCourante img
{
    max-width: 100px;
    _width: 100px;
    float: left;
    margin-right: 5px;
}

#contenus .ColonneNews #actusListe
{
    float: left;
    margin-left: 5px;
}
#contenus .ColonneNews h3
{
    margin: 0;
    padding: 0 0 7px 0;
}
#contenus .ColonneNews .date
{
    font-style: italic;
}
#contenus .ColonneNews #actusListe .actu
{
    margin: 0 0 7px 0;
    cursor: pointer;
    height: 100px;
}
#contenus .ColonneNews #actusListe a.lienSuite
{
    text-align: left;
}
#contenus .ColonneNews #actusListe .actu .contenuHTML, #contenus .ColonneNews #actusListe .actu a, #contenus .ColonneNews #actusListe .actu img
{
    display: none;
}


/****** Annuaire ******/

.titreDeroulantAnnuaire
{
    position: relative;
}
.titreDeroulantAnnuaire img
{
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    vertical-align: middle;
}
.deroulantAnnuaire
{
    color: #737373;
}
.deroulantAnnuaire h3
{
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
}
.deroulantAnnuaire p
{
    margin: 0;
    padding: 5px 0;
}
.deroulantAnnuaire .contact
{
    float: left;
    width: 156px;
    text-align: center;
    margin-right: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.deroulantAnnuaire .contact .fonction
{
    height: 35px;
}
.deroulantAnnuaire .contact .email
{
    height: 15px;
}
.deroulantAnnuaire .contact img
{
    display: block;
    margin: 0 auto;
}
.deroulantAnnuaire .spacer
{
    clear: both;
    height: 1px;
    font-size: 1px;
}

/* lettres */
.lettres
{
    text-align: center;
    height: 25px;
    padding: 7px 0;
}
.lettres a
{
    padding: 2px 4px;
    text-decoration: none;
    font-size: 10px;
}
.lettres a:hover, .lettres a.active
{
    color: #fff;
}
.lettres a.disabled
{
    color: #999;
    border-color: #999;
    background: #eee;
}

/* GridView (annuaire) */
.gridView
{
    border: 0;
}
.gridView th
{
    color: #fff;
    text-align: left;
    border-width: 0;
}
.gridView .gridHeader
{
    border: 0;
}
.gridView th a
{
    text-decoration: none;
    color: #fff;
}
.gridView td
{
    border-width: 0 0 1px 0;
    border-style: solid;
}
.gridView a
{
    text-decoration: none;
}

/****** logos défilants ******/

.logosAnnuaire
{
    position: relative;
    height: 150px;
}
.logosAnnuaire .logo
{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 170px;
    height: 150px;
    z-index: 8;
    display: none;
    background: #fff;
}
.logosAnnuaire .active
{
    z-index: 10;
    display: block;
}
.logosAnnuaire .last-active
{
    z-index: 9;
}



/**************************************************************/


/*********** PIED DE PAGE ***********/
#bottom
{
    background: url(images/footer.png) no-repeat center top transparent;
    height: 18px;
    width: 788px;
    clear: both; 
    margin: 0 auto;
}
#pieddepage
{
    background: url(images/bg_footer.jpg) repeat-x top left #fff;
    min-height: 20px;
    padding: 15px 4px 0 4px;
    width: 746px;
    margin: 0 auto;
    clear: both;
    color: #a39f9f !important;
}
#bottom_footer
{
    background: url(images/footerbtm.png) no-repeat top left transparent;
    height: 18px;
    width: 754px;
    clear: both; 
    margin: 0 auto;
}
#liensFooter
{
    text-align: center;
    padding: 0 15px;
}
#liensFooter a
{
    padding-right: 5px;
}
#liensFooter p
{
    padding: 0px;
    margin: 10px 0px 0px;
}

#poweredby
{
    clear: both;
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
}
#poweredby a
{
    color: #000;
}

/*--------------------*/
#CarrouselContenu
{
    margin-left: 23px;
    width: 748px;
    height: 188px;
    background: #fff url(images/fondCarrousel.jpg) repeat-x top left;  
    }
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 733px;
	height:165px;
}


.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:733px;
}
.items div.ContenuItems
{

}
.items .text
{
    width: 315px;
    height: 150px;
    float: left;
    text-align: justify; 
    overflow: hidden;
    margin-top: 30px;
    padding: 10px;
    margin-left:20px;
    font-size: 11px;
}
.items .title span
{
    margin-left: 255px;
}
.items .illustration
{
    width: 375px;
    height: 175px;
    float: Left;
    overflow: hidden;
    margin-top: 15px;
    background: transparent;
}
.items .title
{
    float: right;
    text-align: right; 
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;    
}

.scrollable .active {
	position:relative;
	cursor:default;
}

.navi {
	width:200px;
	height:20px;
	float: left;
	margin-top: -18px;
	margin-left: 30px;
}


.navi a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	float: left;
}


.navi a:hover {
	background-position:0 -8px;      
}

.navi a.active {
	background-position:0 -16px;     
}


/*------------------------------ Page 404 -------------------------*/ 
.contenu404
{
   padding:20px;
   color:#a39f9f;
}
.contenu404 a
{   
    color:#469df5;
    text-decoration: none;
}
.Error
{
    font-size: 100px;
    color:#eaeaea;
    font-weight:bold;
}

.title
{
    font-size: 72px;
}
.text404
{
    font-size: 14px;
    font-weight: bold;
    margin-left: 195px;
    text-align: justify;
}
.retour404{margin-top: 50px;}
.retour404 a 
{
    margin-top: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #A39F9F;
}
