﻿@media print {
    @page {
    size: A4 portrait;
    }
}
body
{
    color: #436999;
    background: #FFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a
{
    color: #e68700;
    text-decoration: none;
}
a:hover
{
    color: #00aeef;
}
a:visited
{
    color: #09396d;
}
a:visited:hover
{
    color: #00aeef;    
}

a img
{
    border: 0;
}
h2 a
{
    text-decoration: none;
}

hr
{
    color: #597070;
    background-color: #597070;
    height: 1px;
    clear: both;
    border: 0;
}


#conteneur
{
    background: #FFF url(images/header.jpg) no-repeat top left;
    width: 984px;
    margin: 0 auto;
    padding: 0 20px;
    border: none;
}

.watermark
{
    color: #a2b4be;
}

.noscreen
{
    display: none;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    display: none !important;
}
.EntetePrint
{
    display: block !important;
    width: 500px;
    overflow: hidden;
}

/****** LOGIN *****/

.login
{
    display: none;
}

.Logged 
{
    display: none;
}

/*********** RECHERCHE **********/

#header .recherche
{
    display: none;
}

/*********** SITES ***********/
#sites
{
    display: none;
}


/*********** GLOSSAIRE ***********/

#glossaire
{
    padding-right: 50px;
}

#glossaire a
{
    color: #fff;
}

#glossaire a:hover
{
    color: #196a63;
}


/*********** MENU PRINCIPAL ***********/

#menu
{
    display: none;
}


/*********** ASCENDANCE ***********/

#ascendance
{
    font-size: 11px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    clear: both;
}
#ascendance ul
{
    margin: 0;
    padding: 3px 7px 7px 0;
}
#ascendance li
{
    display: inline;
    padding-left: 5px;
}
#ascendance li a
{
    color: #436999;
    text-decoration: underline;
}
#ascendance li.actif a
{
    color: #09396d;
    text-decoration: none;
    font-weight: bold;
}



/**************************************************************/

#milieuPage
{
    clear: both;
    min-height: 250px;
    _height: 250px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b0bdc5;
    margin-top: 10px;
}

/*********** NAVIGATION ***********/

#navigation
{
    display:none;
}




/*********** PIED DE PAGE ***********/

#pieddepage
{
    display: none;
}

.hideOnPrint
{
    display: none;
}