﻿.ribbon-holder {
    background-color: #bfdbff;
    padding: 2px;
    letter-spacing:0.02em;
}

    .ribbon-holder .header {
        padding: 4px 5px 0px 5px;
        overflow: hidden;
    }

        .ribbon-holder .header a {
            float: left;
            text-decoration: none;
            border-top: 1px solid #bfdbff;
            border-left: 1px solid #bfdbff;
            border-right: 1px solid #bfdbff;
            padding: 5px 5px 3px 5px;
            font-size: 12px;
            color: #15428b;
            margin-right: 5px;
            cursor: pointer;
        }

            .ribbon-holder .header a:hover {
                border-top: 1px solid #8db2e3;
                border-left: 1px solid #8db2e3;
                border-right: 1px solid #8db2e3;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 0px;
                -moz-border-radius-bottomleft: 0px;
                -webkit-border-radius: 5px 5px 0px 0px;
                border-radius: 5px 5px 0px 0px;
                -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .3);
                -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .3);
                box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .3);
                background: #f0f6ff;
                background: -moz-linear-gradient(top, #f0f6ff 0%, #e2d3a4 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f6ff), color-stop(100%,#e2d3a4));
                background: -webkit-linear-gradient(top, #f0f6ff 0%,#e2d3a4 100%);
                background: -o-linear-gradient(top, #f0f6ff 0%,#e2d3a4 100%);
                background: -ms-linear-gradient(top, #f0f6ff 0%,#e2d3a4 100%);
                background: linear-gradient(top, #f0f6ff 0%,#e2d3a4 100%);
            }

            .ribbon-holder .header a.actif,
            .ribbon-holder .header a.actif:hover {
                border-top: 1px solid #8db2e3;
                border-left: 1px solid #8db2e3;
                border-right: 1px solid #8db2e3;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 0px;
                -moz-border-radius-bottomleft: 0px;
                -webkit-border-radius: 5px 5px 0px 0px;
                border-radius: 5px 5px 0px 0px;
                -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .2);
                -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .2);
                box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .2);
                background: #dbe6f5;
                background: -moz-linear-gradient(top, #f0f6ff 0%, #dbe6f5 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f6ff), color-stop(100%,#dbe6f5));
                background: -webkit-linear-gradient(top, #f0f6ff 0%,#dbe6f5 100%);
                background: -o-linear-gradient(top, #f0f6ff 0%,#dbe6f5 100%);
                background: -ms-linear-gradient(top, #f0f6ff 0%,#dbe6f5 100%);
                background: linear-gradient(top, #f0f6ff 0%,#dbe6f5 100%);
            }

    .ribbon-holder .body {
        margin: 0px 2px 2px 2px;
        padding: 2px;
        border: 1px solid #8db2e3;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background: #dfe8f5;
        background: -moz-linear-gradient(top, #dfe8f5 0%, #c8d8ed 30%, #d0def0 30%, #e7f2ff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe8f5), color-stop(30%,#c8d8ed), color-stop(30%,#d0def0), color-stop(100%,#e7f2ff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfe8f5 0%,#c8d8ed 30%,#d0def0 30%,#e7f2ff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfe8f5 0%,#c8d8ed 30%,#d0def0 30%,#e7f2ff 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #dfe8f5 0%,#c8d8ed 30%,#d0def0 30%,#e7f2ff 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe8f5', endColorstr='#e7f2ff',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #dfe8f5 0%,#c8d8ed 30%,#d0def0 30%,#e7f2ff 100%); /* W3C */
    }

        .ribbon-holder .body > .scroll {
            height: 97px;
            overflow: auto;
        }

        .ribbon-holder .body .ribbon {
            display: none;
        }

            .ribbon-holder .body .ribbon.actif {
                display: block;
            }

            .ribbon-holder .body .ribbon .group {
                float: left;
                margin: 1px;
                height: 93px;
                border: 1px solid #c5d2df;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 5px;
                -moz-border-radius-bottomleft: 5px;
                -webkit-border-radius: 5px 5px 5px 5px;
                border-radius: 5px 5px 5px 5px;
                background-image: url('../images/ribbon/group.png');
            }

                .ribbon-holder .body .ribbon .group .content {
                    height: 72px;
                    overflow:auto;
                }

                .ribbon-holder .body .ribbon .group .title {
                    line-height: 21px;
                    padding: 0px 5px;
                    text-align: center;
                    background-color: #c3daf2;
                    font-size: 10px;
                    color: #3e6aaa;
                }

                .ribbon-holder .body .ribbon .group .col {
                    float: left;
                    height: 72px;
                }

                    .ribbon-holder .body .ribbon .group .col .small,
                    .ribbon-holder .body .ribbon .group .col .big {
                        display: block;
                        color: #15428b;
                        font-size: 11px;
                        height: 18px; /*Attention : prendre en compte que deux elements de type de block qui se suive fusionne leur marge !!!*/
                        line-height: 18px;
                        margin: 3px;
                        padding: 0px 4px 0px 24px;
                        background-repeat: no-repeat;
                        background-position: 3px center;
                        border: 1px solid transparent;
                        text-decoration: none;
                    }


                    .ribbon-holder .body .ribbon .group .col .big {
                        background-position: center 0px;
                        min-width: 48px;
                        height: 58px;
                        line-height: 104px;
                        overflow: hidden;
                        text-align: center;
                        padding:3px;
                    }

                        .ribbon-holder .body .ribbon .group .col .small:hover,
                        .ribbon-holder .body .ribbon .group .col .big:hover {
                            border: 1px solid #dbce99;
                            -webkit-border-radius: 4px;
                            -moz-border-radius: 4px;
                            border-radius: 4px;
                            background-color: #ffffff;
                        }
