body {
    background: url('../img/global-bg.jpg');
}

#global-wrapper {
    width: 1000px;
    margin: 0 auto;
    background: url('../img/bg-wrapper.png') repeat-y;
}

#global {
    width: 964px;
    margin: 0 auto;
    background-color: #D1D1D1;
    font-family: arial, helvetica, sans-serif;
}

#header {
    height: 120px;
    background: url('../img/bg-header.png') repeat-x;
    position: relative;
}

#menu {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.4em;
    margin: 0;
}

#menu li {
    display: inline;
    margin: 0;
}

#menu a {
    padding: 10px 20px;
    display: block;
    float: left;
}

#menu a:hover {
    background: #DDD;
}

#menu a.unlite {
    color: #FFF;
    background: #333;
    opacity: .5;
}

#menu a.hilite {
    background: #BC0020;
    color: #FFF;
}

#content {
    padding: 10px;
    font-size: 1.2em;
}

#content h1 {
    color: #BC0020;
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: .8em;
}

#content h2 {
    color: #BC0020;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: .8em;
}

#content h3 {
    color: #BC0020;
    margin-top: 0;
    margin-bottom: .6em;
}

#content ul {
    margin: 0;
    padding: 0 10px;
}

#content li {
    margin: 0;
    margin: .7em 0;
    background: url('../img/puce.png') no-repeat;
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
}

#content p {
    line-height: 1.2em;
}

#content .tab {
    display: none;
}

#content .warn {
    color: #BC0020;
}

#content .intro {
    padding: 10px 0;
    padding-left: 40px;
    font-size: 1.2em;
    background: url('../img/quote.png') no-repeat;
}

#content .marquee {
    font-size:1.2em;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    background: #FFF;
    color: #BC0020;
}

#content .shaded {
    color: #666;
}

#content form div {
    /*margin: 10px 0;*/
}

#content label {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
}

#content .logos-marques {
    text-align: center;
    background: #FFF;
}

#content .logos-marques img {
    padding: 10px;
}

#footer {
    width: 1000px;
    margin: 0 auto;
    height: 58px;
    padding-top: 8px;
    line-height: 26px;
    background: url('../img/bg-footer.png') repeat-x;
    text-align: center;
    color: #DDD;
}

#footer p {
    margin: 0;
    font-size: 12px;
}

#footer a {
    /*color: #BC0020;*/
    font-weight: 700;
    font-size: 12px;
}

#footer a:hover {
    text-decoration: underline;
}

