﻿
/*---------------------------------------------------------
        =TAGS
-------------------------------------------------------- */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #5088c2;
    font-family: CallunaRegular, serif;
    font-weight: normal;
    line-height: 1em;
}

h1, .h1 {
    font-size: 2.084em;
}

h2, .h2 {
    font-size: 1.75em;
}

h3, .h3 {
    font-size: 1.5em;
}

h4, .h4 {
    font-size: 1.3em;
}

h5, .h5 {
    font-size: 1em;
}

h6, .h6 {
    font-size: 1em;
}

p {
    font-size: 1em;
    margin: 0;
    padding: 0 0 1.2em 0;
}

ul {
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

li {
    font-size: 1em;
    margin: 0;
    padding: 0 0 1.2em 0;
}

#ColContenu p a {
    color: #386296;
    text-decoration: underline;
}

    #ColContenu p a:hover, #ColContenu a:focus {
        color: #386296;
        text-decoration: none;
    }

a {
    color: #414141;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

img {
    border: 0;
}

hr {
    background: #fff;
    border: none;
    border-bottom: 1px solid #9EA1A1;
    margin: 15px;
    color: #fff;
    height: 0;
    margin: 0;
}

textarea {
    line-height: 1.2em;
}

label {
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif !important;
}

table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 0 0;
    padding: 0;
}

th, td {
    font-size: 1em;
    margin: 0;
    padding: 5px;
}

blockquote {
    margin: 0.6em 1.8em;
    padding: 0;
}

small {
    font-size: 0.8em;
}

kbd {
    border: 1px solid #000;
    padding: 1px 2px;
}

sup {
    bottom: 0.3em;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.2em;
    position: relative;
    vertical-align: baseline;
}

acronym, abbr {
    border-bottom: 1px dashed;
    cursor: help;
    letter-spacing: 1px;
}


select {
    background: #f2f3f3 url(/Images/Background/TextBox.png) repeat-x;
    border: 1px solid #9ea1a1;
    padding: 5px;
    vertical-align: middle;
    text-align: left;
    color: #333;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #9ea1a1;
    -webkit-box-shadow: inset 0 0 5px #9ea1a1;
    box-shadow: inset 0 0 5px #9ea1a1;
}

input[type='text'], input[type='password'], textarea {
    background: #f2f3f3 url(/Images/Background/TextBox.png) repeat-x;
    vertical-align: middle;
    min-height: 17px;
    border: 1px solid #9ea1a1;
    padding: 5px;
    text-align: left;
    color: #333;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #9ea1a1;
    -webkit-box-shadow: inset 0 0 5px #9ea1a1;
    box-shadow: inset 0 0 5px #9ea1a1;
}

    input[type='text']:focus, input[type='password']:focus, textarea:focus {
        background: #fff;
    }

input[type='button']:hover, input[type='submit']:hover {
    cursor: pointer;
}

.RadForm.rfdTextbox input[type="text"],
.RadForm.rfdTextbox input[type="password"],
.RadForm.rfdTextarea textarea,
.RadForm.rfdTextarea textarea[disabled]:hover,
.RadForm.rfdTextbox input[disabled][type="text"]:hover,
.RadForm.rfdTextbox input[disabled][type="password"]:hover,
.RadForm .rfdCheckboxChecked,
.RadForm .rfdInputDisabled.rfdCheckboxChecked:hover,
.RadForm .rfdCheckboxUnchecked,
.RadForm .rfdInputDisabled.rfdCheckboxUnchecked:hover,
.RadForm.rfdLabel label,
.RadForm .rfdRadioUnchecked,
.RadForm .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm .rfdRadioUnchecked:hover,
.RadForm .rfdRadioChecked,
.RadForm .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm .rfdRadioChecked:hover,
.RadForm .riTextBox,
.RadForm .rfdValidationSummaryControl,
.RadForm .rfdLoginControl {
    font-family: Arial,Helvetica,sans-serif !important;
}


/*---------------------------------------------------------
        =Rectangles
-------------------------------------------------------- */
.recBleu {
    background: #3f6da9 url(/Images/Background/FondBleu.png) repeat-x;
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
   border-radius: 8px;*/
    min-height: 96px;
    position: relative;
    text-align: center;
    padding: 20px 20px 0;
    margin: 8px;
    width: 295px;
}

    .recBleu a {
        color: #FFF;
        font-size: 2em;
        font-family: CallunaRegular, serif;
        line-height: 22px;
    }

    .recBleu p {
        color: #FFF;
        font-size: 1.25em;
        margin-top: 15px;
        font-family: CallunaRegular, serif;
    }

.recBleuT {
    background: #3f6da9 url(/Images/Background/FondBleu.png) repeat-x;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-height: 75px;
    position: relative;
    text-align: center;
    padding: 20px 20px 0 20px;
    margin: 8px;
    width: 295px;
}

    .recBleuT a {
        color: #FFF;
        font-size: 2em;
        font-family: CallunaRegular, serif;
    }

    .recBleuT p {
        color: #FFF;
        font-size: 1.25em;
        margin-top: 15px;
        font-family: CallunaRegular, serif;
    }

.recRedT {
    /*background: #E3153F;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-height: 75px;
    position: relative;
    text-align: center;
    padding: 20px 17px 0 17px;
    margin: 8px;
    width: 301px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d60820+7,9f0b1c+27,9f0b1c+27,b00e21+46,b00e21+46,b00e21+68,b00e21+85,dd132b+100 */
    background: #d60820; /* Old browsers */
    background: -moz-linear-gradient(top, #d60820 7%, #9f0b1c 27%, #9f0b1c 27%, #b00e21 46%, #b00e21 46%, #b00e21 68%, #b00e21 85%, #dd132b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#d60820), color-stop(27%,#9f0b1c), color-stop(27%,#9f0b1c), color-stop(46%,#b00e21), color-stop(46%,#b00e21), color-stop(68%,#b00e21), color-stop(85%,#b00e21), color-stop(100%,#dd132b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d60820 7%,#9f0b1c 27%,#9f0b1c 27%,#b00e21 46%,#b00e21 46%,#b00e21 68%,#b00e21 85%,#dd132b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d60820 7%,#9f0b1c 27%,#9f0b1c 27%,#b00e21 46%,#b00e21 46%,#b00e21 68%,#b00e21 85%,#dd132b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d60820 7%,#9f0b1c 27%,#9f0b1c 27%,#b00e21 46%,#b00e21 46%,#b00e21 68%,#b00e21 85%,#dd132b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d60820 7%,#9f0b1c 27%,#9f0b1c 27%,#b00e21 46%,#b00e21 46%,#b00e21 68%,#b00e21 85%,#dd132b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60820', endColorstr='#dd132b',GradientType=0 ); /* IE6-9 */
}

    .recRedT a {
        color: #FFF;
        font-size: 2em;
        font-family: CallunaRegular, serif;
    }

    .recRedT p {
        color: #FFF;
        font-size: 1.25em;
        margin-top: 15px;
        font-family: CallunaRegular, serif;
    }

.HelpRightCorner {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rectangleLeft {
    float: left;
    text-align: center;
}

.rectangleRight {
    float: right;
    text-align: center;
}

.parTitle {
    background: #3b3e47 url(/Images/Background/FondGrisPetit.png) repeat-x;
    height: 25px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    font-size: 1.25em !important;
    font-family: CallunaRegular, serif;
    margin: 20px 0 10px 0 !important;
}

/*---------------------------------------------------------
        =Etapes de la déclaration
-------------------------------------------------------- */
.stepsSummary {
    background: #f2f3f3 url(/Images/Background/StepsSummary.png) repeat-x;
    height: 122px;
    margin-bottom: 5px;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.step {
    display: inline-block;
    width: 145px;
    margin: 8px 4px 8px 4px;
    text-align: center;
    font-family: CallunaRegular, serif;
}

.step3 {
    width: 180px;
}

.step img {
    display: block;
    margin: 8px auto;
}

.stepTitle {
    font-size: 1.2em;
    color: #3f6da9;
    margin-bottom: 2px;
    display: block;
}

.stepTime {
    font-size: 1em;
    display: block;
}

.step.disabled span {
    color: #b9bbbf;
}

.mandatory {
    color: red;
}

.mandatoryWhite {
    color: white;
}

/*---------------------------------------------------------
        =Grid Telerik
-------------------------------------------------------- */
div.RadGrid_Default {
    border: 0;
}

.radGridCustom .rgMasterTable thead {
    height: 25px;
}

.radGridCustom .rgMasterTable .rgHeader {
    background: #3b3e47 url(/Images/Background/FondGris.png) repeat-x;
    height: 24px;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-family: CallunaRegular, serif;
    font-size: 1.25em;
    padding: 0 10px 0 10px;
    margin: 0px;
}

    .radGridCustom .rgMasterTable .rgHeader a {
        color: #ffffff;
    }

tr.rgFilterRow td {
    text-align: center;
}

.radGridCustom .rgMasterTable tr.rgRow, .radGridCustom .rgMasterTable tr.rgRow td, .radGridCustom .rgMasterTable tr.rgAltRow, .radGridCustom .rgMasterTable tr.rgAltRow td {
    background: #e7e8e8;
    border: 0;
    border-top: 1px solid #fff; /*#3b3e47;*/
    padding: 10px 5px 10px 5px;
}

.radGridCustom .rgMasterTable tr:first-child, .radGridCustom .rgMasterTable tr:first-child td {
    border: 0;
}


.radGridCustom > div {
    background: #f5f6f6;
}

.radGridCustom .rgMasterTable .rgPager {
    background: #e8e8e8;
}

.radGridCustom .rgMasterTable .NextPrevAndNumeric {
    text-align: center;
}

/*---------------------------------------------------------
        =Formulaires
-------------------------------------------------------- */
.textFondGris {
    background: #f2f3f3 url(/Images/Background/TextBox.png) repeat-x;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.content-info {
    margin: 0;
    padding: 10px;
}

.tab-content-info {
    margin: 0;
    width: 100%;
    overflow: visible;
    min-height: 350px; /*    max-height: 450px;*/
    padding: 5px 0;
}

.popup-content {
    margin: 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.form-body {
    overflow: auto;
}

.form-content {
    width: 100%;
    height: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

    .form-content td {
        vertical-align: middle;
        padding: 5px;
    }

        .form-content td.label {
            font-weight: bold;
            text-align: right;
            min-width: 50px;
        }

        .form-content td.data {
            padding: 5px;
        }

        .form-content td.dataGray {
            background: url(/Images/Background/FondDonneesBdd.png) repeat-y;
            padding: 5px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

/*      Espace
------------------------------------ */
.espace {
    margin-top: 20px;
}

.centre {
    margin: auto;
}

.contenu {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    margin-top: 5px;
}

    .contenu .button.right {
        float: right;
        margin: 0 30px 22px 16px;
    }

.bouton, .RadGrid_Default .rgEditForm input[type=submit] {
    background: #b7b7b7 url(/Images/Background/Button.png) repeat-x;
    border-width: 1px;
    border-style: solid !important;
    border-color: #9f9f9f;
    height: 30px;
    min-height: 20px;
    text-align: center;
    color: #414141;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding-bottom: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.boutonBleu {
    background: #5088c2 url(/Images/Background/FondBoutonBleuPetit.png) repeat-x;
    border: none;
    height: 28px;
    color: #FFF;
    font-size: 1.2em;
    font-family: CallunaRegular, serif;
    padding-bottom: 1px;
    -moz-box-shadow: 0 0 1px #616775;
    -webkit-box-shadow: 0 0 1px #616775;
    box-shadow: 0 0 1px #616775;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="text"].textboxRequired, input[type="password"].textboxRequired, textarea.textboxRequired, select.textboxRequired,
html body div.textboxRequired .RadInput_Default .riTextBox,
html body span.RadInput_Default input.textboxRequired {
    background: #f2f3f3 url(/Images/Background/TextBox.png) repeat-x;
    vertical-align: middle;
    min-height: 17px;
    border: 2px solid #ed3928 !important;
    padding: 5px;
    text-align: left;
    color: #333;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #9ea1a1;
    -webkit-box-shadow: inset 0 0 5px #9ea1a1;
    box-shadow: inset 0 0 5px #9ea1a1;
}

table.textboxRequired {
    border: 2px solid #ed3928 !important;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

span.textboxRequired {
    border: 2px solid #ed3928 !important;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}

.listbox {
    background: #f2f3f3 url(/Images/Background/TextBox.png) repeat-x;
    border: 1px solid #9ea1a1;
    padding: 5px;
    text-align: left;
    color: #333;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #9ea1a1;
    -webkit-box-shadow: inset 0 0 5px #9ea1a1;
    box-shadow: inset 0 0 5px #9ea1a1;
}

.previewLogo {
    vertical-align: middle;
    margin-right: 20px;
}

.horizontalLine {
    width: 100%;
    border-top: 1px solid #9ea1a1;
    padding-bottom: 15px;
    margin-top: 15px;
}

/*---------------------------------------------------------
        =DateTime Telerik
-------------------------------------------------------- */
/* Redefinition du style de l'input text du calendrier pour ecraser le style telerik */
html body .RadInput_Default input.riTextBox {
    background: #f2f3f3 url(/Images/Background/TextBox.png) repeat-x !important;
    vertical-align: middle;
    min-height: 17px;
    border: 1px solid #9ea1a1 !important;
    border-color: #9ea1a1 !important;
    padding: 5px;
    color: #333 !important;
    font-size: 1em !important;
    font-family: Arial,Helvetica,sans-serif !important;
}

html body div.RadPicker .RadInput_Default .riTextBox {
    padding-right: 27px;
}

html body div.RadPicker {
    margin-right: 27px;
}

    html body div.RadPicker .rcCalPopup {
        background: #d5d5d5 url(/Images/Typo/ButtonDate.png) repeat-x 0 0;
        background-position: 0 0 !important;
        height: 27px;
        width: 27px;
        border-left: 1px solid #d5d5d5;
        margin-left: 1px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    html body div.RadPicker .rcTimePopup {
        background-position: 3px -97px !important;
        height: 27px;
        width: 27px;
        border-left: 1px solid #d5d5d5;
        margin-left: 1px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

/*---------------------------------------------------------
        =Pièces jointes et upload (Utilisateur Ermes)
-------------------------------------------------------- */

.pjTitle {
    font: bold 1.0em Arial,Helvetica,sans-serif;
    margin: 2px 2px 2px 2px;
    color: #4D75A3;
}

    .pjTitle:before {
        content: url(/Images/Typo/Document.png);
    }

.contentPj {
    margin: 10px;
}

    .contentPj ul li {
        line-height: 1.3em;
        margin: 0 0 4px 0;
        padding: 0 0 0 16px;
        background-image: none;
    }

    .contentPj table {
        border-collapse: collapse;
        border-spacing: 1px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

        .contentPj table th {
            padding: 6px 10px;
        }

        .contentPj table tr {
            border: 0px solid black;
        }

        .contentPj table td {
            border: 0px solid black;
        }

    .contentPj .inlineUpload {
        display: inline-block;
    }
/*---------------------------------------------------------
        =Messages d'information et d'erreur
-------------------------------------------------------- */

.infoNotification {
    font-size: 1.2em;
    color: #004976;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.failureText {
    font-size: 1em;
    color: Red;
    background: transparent url(/Images/Typo/Error.png) no-repeat;
    padding-left: 40px;
    display: block;
    min-height: 30px;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
}

.failureNotificationBlock {
    font-size: 1.2em;
    color: Red;
    display: block;
    margin-top: 3px;
}

/* Validators */
.validation-block {
    overflow: visible;
    font-size: 1em;
    color: Red;
    padding-left: 40px;
    min-height: 30px;
}

    .validation-block li {
        background: url(/Images/Typo/puceRouge.png) no-repeat 0 4px;
        padding-left: 8px;
    }

/*---------------------------------------------------------
        =Menu principal: tableau de synthèse
-------------------------------------------------------- */

#TableauSynthese {
    width: 100%;
}

    #TableauSynthese thead {
        background: #3b3e47 url(/Images/Background/FondGrisPetit.png) repeat-x;
        height: 25px;
        text-align: center;
        color: #FFF;
        font-size: 1.25em;
        font-family: CallunaRegular, serif;
    }

    #TableauSynthese th {
        padding: 0px;
        margin: 0px;
        height: 24px;
        font-weight: normal !important;
    }

    #TableauSynthese .saisieInfos {
        font-weight: bold;
    }

    #TableauSynthese .etatValidation {
        font-style: italic;
    }

    #TableauSynthese tbody {
        background-color: #EEF3F6;
    }

    #TableauSynthese tr {
        border-bottom: 1px solid #3b3e47;
    }

        #TableauSynthese tr:last-child {
            border: 0px;
        }

    #TableauSynthese td {
        padding: 15px 5px 15px 10px !important;
    }

/*---------------------------------------------------------
        =Bandeau de news
-------------------------------------------------------- */
#BandeauNews {
    border-bottom: 4px solid #e1e3e3;
    margin-bottom: 20px;
    padding-left: 10px;
}

h4.titreNews {
    display: inline;
    margin-right: 10px;
}

.newsImportant {
    font-size: 1em;
    color: Red;
}

.newsNormal {
    font-size: 1em;
    color: #004976;
}

#BandeauNews a {
    text-decoration: underline;
}

    #BandeauNews a:hover {
        text-decoration: none;
    }


/*---------------------------------------------------------
        =Recherche
-------------------------------------------------------- */
input[type='text'].searchInput {
    background: white;
    border: 5px double #e1e3e3;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    padding: 0 2px 0 2px;
    margin: 0;
    color: #61656d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.searchButton {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

/*---------------------------------------------------------
        =Progress Bar control
-------------------------------------------------------- */
.Progress {
    background-color: #9ea1a1;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 1px;
}

.ProgressBar {
    background: #5087c2 url(/Images/Background/FondProgressBar.png) repeat-x;
    display: inline-block;
    height: 100%;
}

/*---------------------------------------------------------
        =Onglets 
-------------------------------------------------------- */
/*.tab {
    display: block;
}

    .tab li {
        padding: 0px;
    }

    .tab ul {
        list-style-type: none;
        position: inherit;
        height: 65px;
        font-family: CallunaRegular, serif;
        margin: 0;
    }

        .tab ul li {
            display: block;
            float: left;
            margin: 0 0 0 4px;
        }

            .tab ul li.left {
                margin: 0;
            }

            .tab ul li a {
                display: block;
                float: left;
                color: #fff;
                background: #3B3E47 url(/Images/Background/header.png) repeat-x;
                line-height: 20px;
                text-decoration: none;
                padding: 5px 10px 0 10px;
                height: 60px;
                width: 150px;
                word-break: break-word;
                font-size: 1.5em;
                -webkit-border-top-left-radius: 4px;
                -webkit-border-top-right-radius: 4px;
                -moz-border-radius-topleft: 4px;
                -moz-border-radius-topright: 4px;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
            }

                .tab ul li a.right {
                    padding-right: 19px;
                }

.tabCurrent {
    background: #5088c2 url(/Images/Background/FondTab.png) repeat-x !important;
}

.tabContent {
    background: #fff url(/Images/Background/FondBleuDegrade.png) repeat-x;
    padding: 3px;
    padding-bottom: 0;
    padding-top: 1px;
    margin: 0;
}

    .tabContent > div {
        margin-top: 2px;
    }

        .tabContent > div > div {
            background: white;
            border: 0;
        }

.tabSmall {
    display: block;
}

    .tabSmall li {
        padding: 0px;
    }

    .tabSmall ul {
        list-style-type: none;
        position: relative;
        height: 23px;
        margin: 0;
        padding: 0px 0 0 20px;
        border-bottom: 5px solid #5088c2;
    }

        .tabSmall ul li {
            display: block;
            float: left;
            margin: 0 0 0 4px;
            height: 23px;
        }

            .tabSmall ul li.left {
                margin: 0;
            }

            .tabSmall ul li a {
                display: block;
                float: left;
                color: #fff;
                background: #3B3E47 url(/Images/Background/header.png) repeat-x;
                -webkit-border-top-left-radius: 3px;
                -webkit-border-top-right-radius: 3px;
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-topright: 3px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
                line-height: 23px;
                text-decoration: none;
                padding: 0 10px 0 10px;
                height: 23px;
                font-size: 1.1em;
                font-family: Arial,Helvetica,sans-serif;
                margin-top: -2px;
            }

                .tabSmall ul li a.right {
                    padding-right: 19px;
                }

.tabSmallCurrent {
    background: #5088c2 !important;
    height: 27px !important;
}*/
.tab {
    display: block;
}

    .tab li {
        padding: 0px;
    }

    .tab ul {
        list-style-type: none;
        width: 100%;
        position: relative;
        height: 40px;
        font-family: CallunaRegular, serif;
        margin: 0;
        padding: 0 0 0 30px;
    }

        .tab ul li {
            display: block;
            float: left;
            margin: 0 0 0 4px;
            height: 40px;
        }

            .tab ul li.left {
                margin: 0;
            }

            .tab ul li a {
                display: block;
                float: left;
                color: #fff;
                background: #3B3E47 url(/Images/Background/header.png) repeat-x;
                line-height: 40px;
                text-decoration: none;
                padding: 0 10px 0 10px;
                height: 40px;
                font-size: 1.5em;
                -webkit-border-top-left-radius: 4px;
                -webkit-border-top-right-radius: 4px;
                -moz-border-radius-topleft: 4px;
                -moz-border-radius-topright: 4px;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
            }

                .tab ul li a.right {
                    padding-right: 19px;
                }

.tabCurrent {
    background: #5088c2 url(/Images/Background/FondTab.png) repeat-x !important;
    height: 40px !important;
    margin-top: -5px !important;
    padding-top: 5px !important;
}

.tabContent {
    background: #fff url(/Images/Background/FondBleuDegrade.png) repeat-x;
    padding: 3px;
    padding-bottom: 0;
    padding-top: 1px;
    margin: 0;
}

    .tabContent > div {
        margin-top: 2px;
    }

        .tabContent > div > div {
            background: white;
            border: 0;
        }

.tabSmall {
    display: block;
}

    .tabSmall li {
        padding: 0px;
    }

    .tabSmall ul {
        list-style-type: none;
        position: relative;
        height: 23px;
        margin: 0;
        padding: 0px 0 0 20px;
        border-bottom: 5px solid #5088c2;
    }

        .tabSmall ul li {
            display: block;
            float: left;
            margin: 0 0 0 4px;
            height: 23px;
        }

            .tabSmall ul li.left {
                margin: 0;
            }

            .tabSmall ul li a {
                display: block;
                float: left;
                color: #fff;
                background: #3B3E47 url(/Images/Background/header.png) repeat-x;
                -webkit-border-top-left-radius: 3px;
                -webkit-border-top-right-radius: 3px;
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-topright: 3px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
                line-height: 23px;
                text-decoration: none;
                padding: 0 10px 0 10px;
                height: 23px;
                font-size: 1.1em;
                font-family: Arial,Helvetica,sans-serif;
                margin-top: -2px;
            }

                .tabSmall ul li a.right {
                    padding-right: 19px;
                }

.tabSmallCurrent {
    background: #5088c2 !important;
    height: 27px !important;
}

/*---------------------------------------------------------
        =Onglets rouges
---------------------------------------------------------*/
.tabRed {
    display: block;
}

    .tabRed li {
        padding: 0px;
    }

    .tabRed ul {
        list-style-type: none;
        width: 100%;
        position: relative;
        height: 40px;
        font-family: CallunaRegular, serif;
        margin: 0;
        padding: 0 0 0 30px;
    }

        .tabRed ul li {
            display: block;
            float: left;
            margin: 0 0 0 4px;
            height: 40px;
        }

            .tabRed ul li.left {
                margin: 0;
            }

            .tabRed ul li a {
                display: block;
                float: left;
                color: #fff;
                background: #3B3E47 url(/Images/Background/header.png) repeat-x;
                line-height: 40px;
                text-decoration: none;
                padding: 0 10px 0 10px;
                height: 40px;
                font-size: 1.5em;
                -webkit-border-top-left-radius: 4px;
                -webkit-border-top-right-radius: 4px;
                -moz-border-radius-topleft: 4px;
                -moz-border-radius-topright: 4px;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
            }

                .tabRed ul li a.right {
                    padding-right: 19px;
                }

                .tabCurrentRed, .tab ul li a.tabCurrentRed, .tabRed ul li a.tabCurrentRed {
                    background: #d60820; /* Old browsers */
                    background: -moz-linear-gradient(top, #d60820 7%, #9f0b1c 27%, #9f0b1c 27%, #b00e21 46%, #b00e21 46%, #b00e21 68%, #b00e21 85%, #dd132b 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#d60820), color-stop(27%,#9f0b1c), color-stop(27%,#9f0b1c), color-stop(46%,#b00e21), color-stop(46%,#b00e21), color-stop(68%,#b00e21), color-stop(85%,#b00e21), color-stop(100%,#dd132b)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #d60820 7%,#9f0b1c 27%,#9f0b1c 27%,#b00e21 46%,#b00e21 46%,#b00e21 68%,#b00e21 85%,#dd132b 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #d60820 7%,#9f0b1c 27%,#9f0b1c 27%,#b00e21 46%,#b00e21 46%,#b00e21 68%,#b00e21 85%,#dd132b 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #d60820 7%,#9f0b1c 27%,#9f0b1c 27%,#b00e21 46%,#b00e21 46%,#b00e21 68%,#b00e21 85%,#dd132b 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #d60820 7%,#9f0b1c 27%,#9f0b1c 27%,#b00e21 46%,#b00e21 46%,#b00e21 68%,#b00e21 85%,#dd132b 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60820', endColorstr='#dd132b',GradientType=0 ); /* IE6-9 */
                    height: 40px !important;
                    margin-top: -5px !important;
                    padding-top: 5px !important;
                }

.tabContentRed {
    background: #fff url(/Images/Background/FondRougeDegrade.png) repeat-x;
    padding: 3px;
    padding-bottom: 0;
    padding-top: 1px;
    margin: 0;
}

    .tabContentRed > div {
        margin-top: 2px;
    }

        .tabContentRed > div > div {
            background: white;
            border: 0;
        }

/*---------------------------------------------------------
        =User panel control
-------------------------------------------------------- */
#UserPanelDiv {
    border: 1px solid #c4c7c8;
    background: #777a81; /* Fallback for IE which doesn't support ARGB; overriden for other browsers by the next line */
    background: rgba(225,227,227, 0.3);
    position: absolute;
    top: 10px;
    right: 20px;
    min-width: 300px;
    width: 320px;
}

#UserPanelContainer {
    border: 1px solid #616775;
    background: #c4c5c9; /* Fallback for IE which doesn't support ARGB; overriden for other browsers by the next line */
    background: rgba(225,227,227, 0.5);
    margin: 4px;
    padding: 10px;
    -moz-box-shadow: 0 0 5px #616775;
    -webkit-box-shadow: 0 0 5px #616775;
    box-shadow: 0 0 5px #616775;
}

#UserPanelDiv .userDiv {
    margin-bottom: 4px;
}

#lblUserName {
    font-size: 1.15em;
    line-height: 1.15em;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
}

#lblLastConnectionDate {
    font-size: 0.9em;
    font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
    color: #414141;
}

#UserPanelContainer ul li {
    background: url(/Images/Typo/puceBleue.png) no-repeat 0 5px;
    line-height: 1.3em;
    margin: 5px 0 4px 0;
    padding: 0 0 0 8px;
    font-family: Arial,Helvetica,sans-serif;
}

    #UserPanelContainer ul li.puceRouge {
        background: url(/Images/Typo/puceRouge.png) no-repeat 0 5px;
    }

#DisconnectionButton {
    background: #5088c2 url(/Images/Background/FondBoutonBleuPetit.png) repeat-x;
    border: none;
    color: #FFF;
    font-size: 1.2em;
    font-family: CallunaRegular, serif;
    float: right;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    padding: 0 6px;
    height: 28px;
    -moz-box-shadow: 0 0 1px #616775;
    -webkit-box-shadow: 0 0 1px #616775;
    box-shadow: 0 0 1px #616775;
}

    #DisconnectionButton:hover {
        text-decoration: none;
    }

/*---------------------------------------------------------
        =Autres
-------------------------------------------------------- */

.PuceFeuille {
    background: url(/Images/Typo/Document.png) no-repeat scroll 0% 0% transparent;
    padding-left: 20px;
}

.gras {
    font-weight: bold;
}

/*---------------------------------------------------------
        =Champ
-------------------------------------------------------- */

.label-first-classic {
    display: inline-block;
    width: 80px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.label-other-classic {
    display: inline-block;
    width: 80px;
    margin-left: 10px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.fieldRight {
    text-align: right;
    padding-right: 10px;
}

/*---------------------------------------------------------
        =Fil d'Ariane (Telerik)
-------------------------------------------------------- */
.rsmLink {
    color: #FFF;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
}

    .rsmLink:hover {
        text-decoration: underline !important;
    }

.RadSiteMap {
    margin-left: 10px !important;
}

    .RadSiteMap .rsmFlow {
        padding-bottom: 4px !important;
    }

        .RadSiteMap .rsmFlow:before {
            content: url(/Images/Typo/Home.png);
        }


/*---------------------------------------------------------
        =Bouton (Telerik)
-------------------------------------------------------- */

input[type='submit'].ruButton, input[type='button'].ruButton, input[type='submit'].rbDecorated, input[type='button'].rbDecorated {
    background: #b7b7b7 url(/Images/Background/Button.png) repeat-x !important;
    border-width: 1px;
    border-style: solid !important;
    border-color: #9f9f9f;
    height: 30px;
    min-height: 20px;
    text-align: center;
    color: #414141;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 0 4px 1px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type='text'].ruFakeInput {
    background: #f2f3f3 url(/Images/Background/TextBox.png) repeat-x;
    vertical-align: middle;
    min-height: 17px;
    border: 1px solid #9ea1a1;
    padding: 5px;
    text-align: left;
    color: #000;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #9ea1a1;
    -webkit-box-shadow: inset 0 0 5px #9ea1a1;
    box-shadow: inset 0 0 5px #9ea1a1;
}

input[type='submit'].rbDecorated:hover, input[type='button'].rbDecorated:hover {
    background: #b7b7b7 url(/Images/Background/Button.png) repeat-x;
    text-decoration: none !important;
}

.boutonRetour {
    width: 130px;
    height: 33px;
    line-height: 32px;
    display: inline-block;
    background: url(/Images/Background/BoutonRetour.png) no-repeat;
    color: white;
    font-size: 1.3em;
    font-family: CallunaRegular, serif;
    text-align: right;
    vertical-align: middle;
    padding-right: 15px;
}

    .boutonRetour:hover {
        text-decoration: none;
    }

.bandeauBoutonTitre {
    margin-bottom: 12px;
}
/*---------------------------------------------------------
        =Combobox (Telerik)
-------------------------------------------------------- */
div.RadComboBox {
    background: #f2f3f3 url(/Images/Background/TextBox.png) repeat-x;
    border: 1px solid #9ea1a1;
    vertical-align: middle;
    height: 27px;
    text-align: left;
    color: #000;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #9ea1a1;
    -webkit-box-shadow: inset 0 0 5px #9ea1a1;
    box-shadow: inset 0 0 5px #9ea1a1;
}

    div.RadComboBox table td.rcbInputCell {
        background: none;
    }

    div.RadComboBox table td.rcbArrowCell, div.RadComboBox_Default .rcbReadOnly td.rcbArrowCellRight, .RadComboBox td.rcbArrowCell a {
        background: #d5d5d5 url(/Images/Background/BoutonList.png) repeat-x 0 0;
        height: 27px;
        width: 27px;
        border-left: 1px solid #d5d5d5;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

div.RadComboBox_Default table.rcbHovered .rcbReadOnly td.rcbArrowCellRight, div.RadComboBox_Default table.rcbFocused .rcbReadOnly td.rcbArrowCellRight {
    background-position: 0 0;
}

div.RadComboBox_Default .rcbFocused .rcbInputCell .rcbInput, div.RadComboBox_Default .rcbHovered .rcbInputCell .rcbInput, div.RadComboBoxDropDown_Default .rcbHovered {
    color: #333;
}

div.RadComboBox .rcbReadOnly td.rcbArrowCell a, .RadComboBox td.rcbArrowCell a {
    width: 27px;
    background: url(/Images/Typo/FlecheListe.png) no-repeat center;
    text-indent: 0;
    color: #fff;
}

div.RadComboBox td.rcbInputCell input.rcbInput {
    color: #333;
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.RadComboBox_Default, div.RadComboBox_Default .rcbInput, div.RadComboBoxDropDown_Default {
    font-family: Arial,Helvetica,sans-serif;
}

html body div.RadComboBox.textboxRequired {
    border: 2px solid #ed3928 !important;
}

/*---------------------------------------------------------
        =Tooltip
-------------------------------------------------------- */
#divTooltip {
    color: #414141;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    position: absolute;
    background: #F2F3F3;
    border: 1px solid #414141;
    z-index: 1000;
    padding: 8px;
    width: 200px;
    left: 0px;
    top: 0px;
    -moz-box-shadow: 0 0 5px #616775;
    -webkit-box-shadow: 0 0 5px #616775;
    box-shadow: 0 0 5px #616775;
}

    #divTooltip .titreToolTip {
        font-weight: bold;
        margin-bottom: 6px;
        text-align: center;
    }

/*--------------------------------------------------
    Recherche avancée
--------------------------------------------------*/
#zoneRechercheAvancee {
    margin-top: 5px;
    margin-bottom: 5px;
}

    #zoneRechercheAvancee a {
        font-size: 1.3em;
    }
