/* layout */
#aide-content {
    padding: 0 10px 10px 10px;
    font-size: 11px;
    margin: 0 25px 0 228px;
}
#aide-content h3 {
    font-size: 11px;
}
#aide-content .titre-bleu {
    font-size: 11px;
}
#aide-content .titre-faq {
    font-weight: bold;
    color: #960443;
}


/* Aide */
#page-aide {
    margin-left:45px;
}

#aide-menu {
    float: left;
    width: 198px;
}
#aide-menu #aide-title {
    width:198px;
    height:40px;
    border-top:1px solid #ccc;
    background: transparent url("/images/title_aide.gif") 0 0 no-repeat;
}
#aide-menu li {
    width:198px;
    height:25px;
}
#aide-menu .aide-menu-title {
    background-image:url(/images/fond_titre_menu_gauche.gif);
    width:198px;
    height:26px;
    text-align:center;
    color:#960443;
    font-size:13px;
    line-height:26px;
    font-weight:bold;
}
#aide-menu .aide-menu-title img {
    margin-right:2px;
}
#aide-menu .aide-menu-items {
    background-image:url(/images/fond_items_menu_gauche.gif);
    background-repeat:no-repeat;
    width:178px;
    padding:10px;
}
#aide-menu a {
    color:#000;
    text-decoration:none;
}
#aide-menu a.active{
    font-weight:bold;
}

/* tos styles */
.page-tos .bleu {
    border-bottom:1px solid #c8c8c8;    
}

.page-tos #cgv-title {
    font-size:12px;
    border-bottom:1px solid #960443;
    padding-bottom:5px;
    margin: 10px 0;
}
.page-tos h2 {
    border-bottom: 1px solid #C8C8C8;
    font-weight: bold;
    font-size: 13px;
    margin: .5em 0 .05em;
    color: #960443;
    text-transform: capitalize;
    padding: 1px 0;
}
.page-tos p {
    margin: 10px 0;
}
.page-tos li {
    margin: 5px 0;
}
.page-tos ol {
    list-style: decimal outside none;
}
    .page-tos ol.lower-roman {
        list-style-type: lower-roman;
    }
    .page-tos ol.lower-alpha {
        list-style-type: lower-alpha;
    }
.page-tos ul {
    margin-left: 20px;
    list-style: disc outside none;
}
    .page-tos ul.nomarker {
        list-style: none;
    }
.page-tos ol li {
    margin-left: 20px;
}
.page-tos h3 {
    margin: 1.5em 0 .5em;
    font-weight: bold;
}
.page-tos table.text {}
    .page-tos table.text th {
        font-style: italic;
    }
    .page-tos table.text th,
    .page-tos table.text td {
        padding: .15em .5em;
    }

/* tables for FR */
.page-tos table.text.fr-tos {
    border: 1px solid #000;
    width: 500px;
    margin: .5em auto;
}
    .page-tos table.text.fr-tos td {
        border: 1px solid #000;
    }
        .page-tos table.text.fr-tos td.fr-tos-price {
            border: 1px solid #FC0;
        }


/* US ToS */
.page-tos ul#table-of-contents {
    margin-bottom: 35px;
    list-style: none;
    margin-left: 0;
}
    .page-tos ul#table-of-contents li {
        font-size: 14px;
        margin: .5em 0;
    }
    .page-tos ul#table-of-contents a {
        text-decoration: none;
        color: #4C4C4C;
        border-bottom: 1px dotted #4C4C4C;
    }
.page-tos .cgv-title {
    margin: 1.5em 0 .5em;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

/* dynamic (accordion) tos  */
.dynamic-tos .tos_section {
    height: 0;
    overflow: hidden;
}
    .dynamic-tos .tos_section_shown {
        height: auto;
        overflow: auto;
    }
    .dynamic-tos h2  {
        cursor: pointer;
    }
    .dynamic-tos .tos_section h2, 
    .dynamic-tos .tos_section .tos_section {
        margin-left: 10px;
    }
/* about us page */
#page-qui {}
    #page-qui #left_column {
        float: left;
        width: 155px;
        margin-left: 20px;
    }
    #page-qui #main_column {
        margin-left: 195px;
        padding: 0 40px 0 10px;
    }

    #page-qui #main_column p {
        margin-bottom: 1em;
    }
    #page-qui #main_column h4 {
        margin: .75em 0 .25em;
        font-weight: bold;
    }


.letter {
    position: relative;
    margin: 20px 64px;

    padding: 25px;

    border: 1px solid #c8c8c8;
    -moz-box-shadow: 0px 0px 5px #c8c8c8; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 5px #c8c8c8; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 5px #c8c8c8; /* Opera 10.5, IE 9.0 */

    background: #FFF url(/images/garanties/top-bg.png) 0 0 repeat-x;
    zoom: 1; /* TODO: Move to ie6.css */
}
    .letter .prix {
        position: absolute;
        display: block;
        width: 255px;
        height: 253px;
        top: 21px;
        left: -280px; /* 255 width + 25 padding */
        margin-left: 100%;
        background: #FFF url(/images/garanties/prix.png) 0 0 no-repeat;
    }
    .letter .letter-wrap {
        position: relative;
        z-index: 1;
    }

    .letter p {
        line-height: 1.5;
        margin: 0;
    }
        .letter p.outstanding {
            margin-bottom: .9em;
        }

    .letter .decorated {
        font: normal 18px/1 "Helvetica", "Miryad Pro", Arial, sans-serif;
        color: #960443;
        margin: 1.5em 0 .8em;
        padding-bottom: 8px;
        background: url(/images/garanties/letter-h2-border.png) bottom left no-repeat;
    }
        .letter .decorated span {
            margin-left: -25px;
            padding-left: 25px;
            background: url(/images/garanties/letter-h2-marker.png) center left no-repeat;
            height: 21px;
            line-height: 21px;
            zoom: 1; /* TODO: Move to ie6.css */
        }

    .letter h3 {
        font-weight: bold;
        margin: 12px 0;
    }
    .letter .letter-signature {
        margin: 2em 0 5px;
    }

    .letter  {

    }

/* Page CGV */
#page-aide .cgv-submenu {
    font-weight:normal;
    text-decoration:underline;
    color:#960443;
}