/*********************** GENERAL CSS **********************/

*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: "Arial" , "Trebuchet MS" , Helvetica, sans-serif;
    color: black;
    font-size: 100%;
}

p
{
    padding-bottom: 1.5em;
    line-height: 1.5em;
}

ul
{
    padding-left: 2em;
}

/*********************** INTERFACE **********************/

html
{
    /* Hide IE Scrollbars */
    overflow: auto;
}

#back
{
    width: 100%;
    background: #1748A6 url(images/FondBas.gif) repeat-x left bottom;
}

#page
{
    background: transparent url(images/Cotes.gif) no-repeat left bottom;
    width: 730px;
}

#shadow
{
    margin-left: auto;
    margin-right: auto;
    width: 730px;
    background: url(images/FondTexte.gif) repeat-y left top;
}

#header
{
    width: 700px;
    height: 133px;
    background: url(images/Haut.gif) no-repeat left top;
    margin-left: auto;
    margin-right: auto;
}

#logo-floater
{
    padding-left: 1.2em;
    padding-top: 1em;
    float: left;
}

#slogan
{
    margin-left: auto;
    padding-top: 4em;
    padding-right: 1.2em;
    width: 278px;
    height: 94px;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    background: #FFFFFF url(images/FondBasDegrade.gif) repeat-x left bottom;
    height: auto !important; /* for modern browsers */
    height: 567px; /* for IE5.x and IE6 */
    min-height: 567px; /* for modern browsers */
}

#content
{
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 660px;
    font-size: 0.8em;
}

#left
{
    width: 210px;
    float: left;
}

#right
{
    width: 450px;
    float: right;
}

#text
{
    height: auto !important; /* for modern browsers */
    height: 419px; /* for IE5.x and IE6 */
    min-height: 419px; /* for modern browsers */
}

#footer
{
    clear: both;
    height: 100px;
    text-align: right;
}

#copyright
{
    padding-top: 4em;
    padding-left: 16.5em;
    text-align: center;
}

/*********************** REFLECTED SHAPE **********************/

#shape
{
    margin-top: -221px;
    width: 180px;
    height: 221px;
    background: url(images/Forme.gif) no-repeat left top;
}

#shapetext
{
    font-size: 0.8em;
    padding: 1.3em;
    color: #1748A6;
    font-style: italic;
}

/*********************** IMAGE ZONE **********************/

#imagezone
{
    width: 180px;
}

#image
{
    padding-top: 2.3em;
}

/*********************** MENU **********************/

#menu
{
    width: 700px;
    background: url(images/FondMenu.gif) repeat-x left top;
    height: 48px;
}

#menu ul
{
    list-style: none;
}

#menu li
{
    display: inline;
    text-align: center;
    float: left;
    height: 20px;
}

#menu li.leaf
{
    font-size: 0.65em;
    font-weight: bold;
    width: 76px;
    padding-top: 0.85em;
}

#menu li.sprt
{
    color: #888888;
    font-size: 0.75em;
    padding-top: 0.5em;
    width: 10px;
}

#menu li.leaf a
{
    color: #000000;
    text-decoration: none;
}

#menu li.leaf a:hover
{
    color: #3C72CD;
    text-decoration: none;
}

#menu li.leaf a.active
{
    width: 76px;
    height: 20px;
    color: #3C72CD;
    text-decoration: none;
    padding-top: 0.5em;
}


/*********************** SPECIAL FONTS **********************/

h1
{
    font-size: 2.4em;
    color: #000000;
    font-weight: bold;
}

h2
{
    font-size: 1.5em;
    color: #1748A6;
    font-weight: bold;
    padding-bottom: 1em;
}

h3
{
    font-size: 1.2em;
    color: #000000;
    font-weight: bold;
    padding-bottom: 1em;
}

h4
{
    font-size: 0.75em;
    color: #393939;
    font-weight: normal;
}

a:link, a:visited {
    color: #3C72CD;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*********************** EXTRAS **********************/

li.genliste
{
    padding-bottom: 1em;
}

div.detliste
{
    padding-left: 5em;
}

ul.liste
{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 0.5em;
}

div.paragraphe
{
    padding-bottom: 1em;
}

div.leftColumn
{
    width: 205px;
    float: left;
    display: inline;
    border-right: solid 1px #D7D7D7;
    margin-right: 1.5625em;
    padding-right: 1.6em;
}

div.rightColumn
{
    width: 205px;
    display: inline;
}

div.horizontalLine
{
    height: 0px;
    width: 400px;
    border-top: solid 1px #D7D7D7;
    margin: 0 auto;
    padding-bottom: 1.95em;
}

div.rss_icon
{
    text-align: right;
}

img.w3c
{
    border: 0;
    height: 18px;
    width: 51px;
}
