﻿html {
    background-color: #c1c4a0;
    font-size: 11px;
    font-family: Verdana;
}
#MainContainer {
    margin: 20px auto;
    width: 771px;
    position: relative;
}
#Header {
    background-image: url("/images/interface/header_bg.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 153px;
    width: 771px;
}
#Header #Menu {
    height: 23px;
    width: 431px;
    position: relative;
    top: 130px;
    left: 325px;
}

a.LinkLogo {
    text-decoration: none;
}

span.Logo {
    display: block;
    position: absolute;
    width: 450px;
    height: 45px;
    right: 5px;
    top: 65px;
    cursor: pointer;
}

#Header #Menu a {
    display: block;
    width: 143px;
    height: 23px;
    float: left;
    text-indent: -9999px;
    background-repeat: no-repeat;
    white-space: nowrap;
}
#MenuConcours {
    background-image: url("/images/interface/menu_concours.gif");
}
#MenuConcours:hover, #MenuConcours.on {
    background-position: 0 -23px;
}
#MenuAgricole {
    background-image: url("/images/interface/menu_agricole.gif");
}
#MenuAgricole:hover, #MenuAgricole.on {
    background-position: 0 -23px;
}
#MenuOutils {
    background-image: url("/images/interface/menu_outils.gif");
}
#MenuOutils:hover, #MenuOutils.on {
    background-position: 0 -23px;
}

#MainContainerContent {
    background-image: url("/images/interface/MainContainerContentBG.png");
    background-repeat: repeat-y;
    background-color: transparent;
    padding: 4px 12px 0 1em;
}
#MainContainerContent table tr td {
    width: 50%;
    padding: 5px;
}

.FloatBox {
    float: left;
    width: 360px;
}
.FloatBox .WelcomeText {
    padding: 0px 25px;
}

.ColorBox {
    width: 306px;
    height: 90px;
    margin: 0 auto;
    margin-top: 20px;
}
.ColorBox dt {
    background-repeat: repeat-y;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    height: 20px;
    width: 170px;
    white-space: nowrap;
    padding-left: 25px;
    cursor: pointer;
}
.ColorBox dd {
    padding: 10px 20px;
}

#ColorBoxWeb {
    background-image: url("/images/interface/color_box_web.gif");
    background-repeat: no-repeat;
    position: relative;
}
#ColorBoxWeb dt {
    background-color: #d5af28;
    background-image: url("/images/interface/box_header_yellow.gif");
}

a.WebSectionLink {
    text-decoration: none;
}

a.WebSectionLink span {
    display: block;
    width: 306px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent url(/images/pixel.gif) repeat;
    cursor: pointer;
}

#ColorBoxConcours {
    background-image: url("/images/interface/color_box_concours.gif");
    background-repeat: no-repeat;
    position: relative;
}
#ColorBoxConcours dt {
    background-repeat: repeat-y;
}
#ColorBoxConcours dt {
    background-color: #af4f1e;
    background-image: url("/images/interface/box_header_red.gif");
}


a.ConcoursSectionLink {
    text-decoration: none;
}

a.ConcoursSectionLink span {
    display: block;
    width: 306px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: 5px;
    background: transparent url(/images/pixel.gif) repeat;
    cursor: pointer;
}

#ColorBoxOutils {
    background-image: url("/images/interface/color_box_outils.gif");
    background-repeat: no-repeat;
    position: relative;
}
#ColorBoxOutils dt {
    background-color: #6386a1;
    background-image: url("/images/interface/box_header_blue.gif");
}

a.OutilsSectionLink {
    text-decoration: none;
}

a.OutilsSectionLink span {
    display: block;
    width: 306px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent url(/images/pixel.gif) repeat;
    cursor: pointer;
}


#BottomMenu {
    text-align: center;
    color: #6386a1;
    padding-top: 40px;
    padding-bottom: 20px;
    clear: both;
}
#BottomMenu span.LigneBottom {
    border-bottom: 1px solid #6386a1;
    padding: 5px 0px;
}
#BottomMenu a {
    color: #6386a1;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
}


#BottomLogos {
    background-image: url("/images/interface/bandeau_logo.gif");
    background-repeat: no-repeat;
    height: 100px;
    padding: 0px 0px;
    padding-bottom:5px;
}

#MainContainerFooter {
    background-image: url("/images/interface/MainContainerFooter.gif");
    background-repeat: no-repeat;
    height: 21px;
}


p {
    margin-top: 5px;
}

a {
    color: #6386a1;
}

a:visited {
    color: #787a62;
}

a:hover {
    text-decoration: none;
}

#MainContainerContent dl.Section {
    background-image: none;
}
#MainContainerContent dl.Section dt {
    background-repeat: repeat-y;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    height: 20px;
    white-space: nowrap;
    padding: 0px 15px 0px 25px;
    display: inline;
    min-width: 170px;
}


.section_title {
    padding: 4px 10px 4px 25px;
    background-image: url(/images/interface/section_header.gif);
    background-repeat: repeat-y;
    background-color: rgb(132, 137, 66);
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.section_title.concours {
    background-color: #af4f1e;
}
.section_title.web {
    background-color: #d5af28;
}
.section_title.outils {
    background-color: #6386a1;
}
.section_content {
    margin: 10px 50px 10px 200px;
}

.Error {
    color: Red;
}

h1 {
    font-size: 125%;
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 115%;
}
h4 {
    font-size: 110%;
}
h5 {
    font-size: 105%;
}
h6 {
    font-size: 90%;
}

ul {
    list-style-type: disc;
    margin: 5px 0 5px 15px;
}

ul li {
    padding: 3px 0;
}

.imgPartenaire {
    border: none;
    padding: 5px 0;
}

.LienPartenaire {
    text-decoration: none;
}

#MainContainerContent table.TablePrix tr td {
    width: auto;
}

.ConcourPrix {
    width: 640px;
    padding: 3px 0 0 0;
}
.PrixImage {
    float: left;
    width: 288px;
    text-align: right;
    position: relative;
}
.PrixDescription {
    float: left;
    width: 343px;
    padding: 0 0 0 3px;
    position: relative;
}

.PrixDescription h2 {
    margin: 2px 0 4px 0;
}

.Clear {
    clear: both;
}

ul.BlackBerrySpec {
    margin: 48px 0 0 7px;
}
ul.ChequeCadeauSpec {
    margin: 15px 0 0 7px;
}
ul.ClavierSpec {
    margin: 30px 0 0 7px;
}

a.ChequeCadeau {
    text-decoration: none;
    cursor: pointer;
}

span.ChequeCadeauLink {
    background: transparent url(/images/pixel.gif) repeat;
    width: 186px;
    height: 14px;
    position: absolute;
    bottom: 10px;
    right: 9px;
    display: block;
    cursor: pointer;
}
