#wrap {
    background-color: #FFFFFF;
    /*width: 760px;*/
    /*background-image: url(fond-wrap.gif);*/
    background-repeat: repeat-y;
}
#sidebar {
    background-color: #EFF3EB;
    width: 180px;
    padding-bottom: 10px;
}
#content {
    background-image: url(fond-content.gif);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-color: #D6E1CC;
    text-align: justify;
    margin-right: 10px;
    /*margin-left: 200px;*/
    margin-top: 40px;
    padding: 40px 20px 20px 20px;
    /*width: 600px;*/
}
#header {
    position: relative;
    border-bottom: 1px solid #316502;
    border-top: 1px solid #000000;
    height: 127px;
    background-image: url(fond-header.gif);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
body {
    background-color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}
td {
    vertical-align: top;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}
.mceContentBody {
    background-image: none;
    background-color: #FFFFFF;
}
img {
    border: none;
}

h1 {
    display: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin: 0px;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
}
h4 {
    font-size: 10pt;
}
#box-nouveau {
    margin: 10px;
}
.box-menu-context {
    margin-top: 30px;
}
.box-menu-context ul {
    border-bottom: 1px solid #AAAA8E;
    border-top: 1px solid #C6C6B3;
    list-style-type: none;
    padding: 0px;
    margin: 0px 10px 0px 10px;
}
.box-menu-context ul li {
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    border-top: 1px solid #AAAA8E;
    border-bottom: 1px solid #C6C6B3;
}
.box-menu-context ul li a {
    text-decoration: none;
}
.box-menu-context ul ul {
    border: 0 none;
}
.box-menu-context ul ul li {
    border: 0 none;
}

#box-menu-header {
    position: absolute;
    bottom: 5px;
    font-size: 13px;
}
#box-menu-header ul, #box-menu-footer ul {
    padding: 0px;
    margin: 0px;
}
#box-menu-header ul li {
}
#box-menu-header ul li a {
    text-decoration: none;
    color: #000000;
    padding: 0px 15px;
    border-left: 3px solid #CCD9C0;
}
#box-menu-header ul li.first a {
    padding: 0px 70px;
    border-left: 0 none;
}
#box-menu-footer {
    clear: both;
    background-image: url(fond-footer.gif);
    background-repeat: no-repeat;
}
#box-menu-footer ul {
    text-align: right;
    padding-top: 15px;
    margin-right: 5px;
}
#box-breadcrumbs ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
#box-breadcrumbs li, #box-menu-header li, #box-menu-footer li {
    display: inline;
    /*margin: 0px 5px;*/
    list-style-type: none;
}
#box-menu-footer li a, .haut {
    font-size: 13px;
    color: #663300;
    text-decoration: none;
    padding: 0px 5px;
}
#box-menu-footer li a {
    border-right: 1px solid #FFFFFF;
}
.haut {
    text-decoration: underline;
    /*margin-right: 5px;*/
}
a {
    font-size: 13px;
    color: #000000;
}

#box-menu-footer a:hover {
    font-size: 13px;
    color: #663300;
    text-decoration: underline;
}

#footer {
    margin-top: 40px;
    clear: both;
}

#box-breadcrumbs {
    margin-bottom: 20px;
}

dd {
    margin-left: 0px;
}

#content dt {
    margin-top: 15px;
}

#content img {
    /*padding-bottom: 15px;*/
}

dt, h2, h3, h4 {
    clear: both;
}

.accesskey {
    text-decoration: underline;
}

.active {
    /*font-weight: bold;*/
}

#content p {
    clear: left;
}
#content label, #content .label {
    display: block;
    width: 160px;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    text-align: right;
    color: #808080;
}
#content p.label {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#content .fieldsInline {
    margin-left: 0px;
    padding-left: 0px;
}
#content .fieldsInline label, #content .tableSettings label, #content .tableSettings .label, #content .tableSearch label, #content .tableSearch .label {
    margin-left: 0px;
    padding-left: 0px;
    border: none;
    display: inline;
    float: none;
    width: auto;
}
#content .fieldsInline li {
    display: inline;
    width: auto;
}
@media print {
    #box-breadcrumbs, #footer, #box-menu-header {
        display: none;
    }
    h1 {
        padding-left: 0px;
        padding-top: 0px;
        background: none;
    }
    a {
        text-decoration: none;
    }
    #content, #sidebar {
        float: none;
        width: 100%;
    }
}