﻿/* === STRUCTURE === */

body {
    font: .8em "Trebuchet MS", Verdana, Arial, sans-serif;
    line-height: 1.5em;
    background-color:#7ca4d5;
}

#container {
    margin: 0px auto;
    width: 724px;
    background: #fff;
}

#header {
    height: 126px;
    background: #7ca4d5 url('images/header.png');
}

#content {
    background: #fff url('images/fondGrand.png');
    text-align: justify;
    padding: 20px 30px;
    min-height: 500px;
    height: auto;
}
/*  TEST BACKGROUND  */

#Div1 {
    background: #fff url('images/fond/arrowGraph.png');
    text-align: justify;
    padding: 20px 30px;
    min-height: 500px;
    height: auto;
}

#Div2 {
    background: #fff url('images/fond/barGraph.png');
    text-align: justify;
    padding: 20px 30px;
    min-height: 500px;
    height: auto;
}

#Div3 {
    background: #fff url('images/fond/humphrey.png');
    text-align: justify;
    padding: 20px 30px;
    min-height: 500px;
    height: auto;
}

#Div4 {
    background: #fff url('images/fond/beQuality.png');
    text-align: justify;
    padding: 20px 30px;
    min-height: 500px;
    height: auto;
}

#Div5 {
    background: #fff url('images/fond/humphreyPetit.png');
    text-align: justify;
    padding: 20px 30px;
    min-height: 500px;
    height: auto;
}

#Div6 {
    background: #fff url('images/fond/qHumphrey.png');
    text-align: justify;
    padding: 20px 30px;
    min-height: 500px;
    height: auto;
}

/*  END TEST BACKGROUND  */


#contentHome {
    background: #fff url('images/fondPetit.png');
    text-align: justify;
    padding: 20px 30px;
    min-height: 500px;
    height: auto;
}


#footer {
    margin: 0;
    padding: 0;
    padding: 20px 30px;
    background: #fff url('images/footer.png');
    text-align: center;
    background-repeat:no-repeat;
    color: #666;
}


/* === NAVIGATION === */

#navigation {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    background-image: url('images/fondMenu.png');
    height: 26px;
}

#navigation li {
    display: inline;
    margin: 0;
    padding: 0;
}

#navigation li a {
    margin: 0;
    padding: 0;
    font: 1em Verdana, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: -1px;
    font-weight:bold;
    color: #004a9b;
    text-align: center;
    text-decoration: none;
    line-height: 1.8em;
}

#navigation li a:hover {
    color:#CC0000;
}

#navigation li a#current {
    color: #cc0000;
}


/* === DECORATION === */

.presentation {
    margin: 0px auto;
    width: 500px;
    height: 222px;
    background-image: url('images/logo.png')
}

#content h2 {
    color: #004a9b;
    margin-top: 0px;
}

h2 img {
    vertical-align:middle;
}

p  {
    margin-bottom: 15px;
    text-indent: 15px;
}

#imgLeft, #imgMiddle, #imgRight {
    margin-left: 40px;
    border: 0;
}

#imgHome {
    margin-left: 30px;
    vertical-align: middle;
    border: 0;
}
    
#footer p {
    margin: 0;
    padding: 0;
    font: .9em "Trebuchet MS", Verdana, Arial, sans-serif;
}

#footer a {
    color: #666;
    font-size: .9em;
}

a {
    color: #004a9b;
    text-decoration: none;
}

a:hover {
    color: red;
}

.start {
    color: #ef7b00;
    font-weight: bold;
}

.gold {
    color: #ef7b00;
    font-weight: bold;
    text-align: center;
}

li {
    list-style-type: disc;
    margin-left: 30px;
    line-height: 2.0em;
}

li.numbered {
    list-style-type:decimal;
    margin-left: 30px;
}

li.numbered br {
    line-height: 1.5em;
}


li li {
    list-style-type: circle;
    line-height: 1.5em;
}
