﻿/* CSS Document */

/*** ALL PAGES ***/

body
{
    background-image: url('images/bodyBg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a:hover
{
    text-decoration: none;
}

fieldset
{
    border: 0px none;
}

#wrapper
{
    display: inline;
    float: left;
    left: 50%;
    margin-left: -490px; /*margin-left:346px;*/
    margin-top: 0px; /*position:relative;*/
    position: absolute;
    width: 963px; /*z-index:9999px;*/
}

#header
{
    display: inline;
    float: left;
    width: 970px;
    height: 156px;
    background-image: url('images/headerBg.jpg');
    background-repeat: no-repeat;
}

#header #leftCol
{
    display: inline;
    float: left;
    height: 120px;
    width: 250px;
}

#header #rightCol
{
    display: inline;
    float: right;
    width: 550px;
    height: 120px;
}

#logo
{
    display: inline;
    float: left;
    width: 250px;
    height: 120px; /*	background-image: url('images/logo.png');     background-repeat:no-repeat;     background-position:25px 26px;*/
}

#logo a
{
    position: relative;
    top: 26px;
    left: 25px;
    border: 0;
}

#logo a img
{
    border: 0;
}

#userBar
{
    display: inline;
    float: right;
    height: 30px;
    margin-top: 7px; /*width:480px;*/
    padding-left: 20px;
    width: 520px;
}
#userBar #closeSession
{
    background-image: url('images/closeBtn.png');
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 22px;
    text-align: center;
    text-indent: 13px;
    width: 153px;
    padding-top: 3px;
}
#userBar #closeSession a
{
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0;
}
#userBar #closeSession a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
#userBar #userId
{
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
}
#userBar #userNumber
{
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-left: 4px;
    width: auto;
}
#userBar #helpLang
{
    display: inline;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    margin-left: 7px;
    min-width: 100px;
    max-width: 120px;
}
#userBar #helpLang span a
{
    color: #17415F;
    text-decoration: none;
}
#userBar #helpLang span a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
#userBar #helpLang span
{
    margin-left: 7px;
    margin-right: 7px;
}

#headerTitle
{
    clear: right; /*display:inline;     float:right;*/
    height: 40px;
    line-height: 40px; /*margin-right:120px;*/
    width: 550px;
}
#headerTitle h1
{
    font-variant: small-caps;
    font-weight: normal;
    color: #5d7733;
    font-size: 26px;
    margin: 0px; /*text-align:right;*/
}

#phone
{
    background-image: url("images/noticeIcon.png");
    background-position: 55px 10px;
    background-repeat: no-repeat;
    clear: right;
    color: #17415F;
    display: inline;
    float: right;
    font-size: 17px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    text-align: right;
    width: 200px;
}


/***** Tabs *****/

#tabs
{
    /*display:inline;*/ /*float:left;*/
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    margin-left: 7px;
    text-align: center; /*width:850px;*/ /*line-height:13px;*/
    clear: both;
}
#tabs div
{
    margin-right: 5px;
    padding-top: 2px;
}
#tabs .tabSelected
{
    float: left;
    display: inline;
    width: 130px;
    height: 36px;
    background-image: url('images/tabBgSelected.png');
    background-repeat: no-repeat;
}
#tabs .tabSelected a
{
    color: #000;
    text-decoration: none;
    text-align: center;
}
#tabs ul
{
    float: left; /*margin-left: 15px;*/ /*text-align:center;*/
}
#tabs ul li
{
    /*float: left;*/ /*margin-left: -15px;*/
    text-align: left;
}



#tabs .tabUnselected
{
    float: left;
    display: inline;
    width: 130px;
    height: 36px;
    background-image: url('images/tabBg.png');
    background-repeat: no-repeat;
}
#tabs .tabUnselected a
{
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#tabs .tabUnselected a:hover
{
    color: #000 !important;
}


#tabsContent
{
    background-image: url("images/tabContentBg.gif");
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    float: left;
    min-height: 100% !important;
    height: auto;
    font-size: 12px;
}

#footer
{
    /*background-image:url("images/footerBg.gif");*/
    background-color: #EDEDED;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    font-size: 12px; /*padding-bottom:15px;*/
    padding-top: 10px;
    text-align: center; /*width:978px;*/
    width: 963px;
}
#footer a
{
    text-decoration: none;
    color: #000;
}
#footer a:hover
{
    text-decoration: underline;
}


/*** WELCOME PAGE SPECIFICS ***/

#tcLeft
{
    display: inline;
    float: left;
    width: 640px;
}
#welcomeBox
{
    display: inline;
    float: left;
    height: 202px;
    margin-left: 15px;
    margin-top: 15px;
    width: 621px;
}

#welcomeBox h2
{
    display: inline;
    float: left;
    font-size: 22px;
    margin: 14px 0 5px 17px;
    width: 400px;
}

#welcomeBox p
{
    display: inline;
    float: left;
    line-height: 20px;
    margin-left: 15px;
    width: 335px;
}


#tcLeft #textBox
{
    display: inline;
    float: left;
    height: auto;
    margin-left: 20px;
    margin-top: 15px;
    width: 621px;
}
#tcLeft #textBox h3
{
    margin: 0 0 5px;
}
#tcLeft #textBox p
{
    margin: 0;
    line-height: 20px;
}
#tcLeft #textBox ul
{
    line-height: 20px;
}
#tcLeft #textBox img
{
    border: 0px none;
    margin-left: 5px;
}


#tcRight
{
    display: inline;
    float: left;
    width: 320px;
}
#usrMsgBox
{
    background-image: url("images/userNoMessagesBg.jpg");
    display: inline;
    float: left;
    height: 359px;
    margin-left: 5px;
    margin-top: 15px;
    width: 318px;
}


#userGreet
{
    display: inline;
    float: left;
    color: #17415F;
    margin: 10px 0 0 80px;
}
#userGreet #userName
{
    display: inline;
    float: left;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    width: 210px;
}
#userGreet #userCompany
{
    clear: left;
    min-height: 30px;
}

#lastAccess
{
    clear: left;
    display: inline;
    float: left;
    margin: 24px 0 0 45px;
    width: 250px;
    min-height: 45px;
}
#lastAccess #lastAccLabel
{
    font-style: oblique;
    text-align: right;
}
#lastAccess #lastAccDate
{
    font-weight: bold;
    text-align: right;
}

#messages-fond
{
    background-image: url("images/userMessages.jpg");
    background-repeat: no-repeat;
    clear: left;
    display: inline;
    float: left;
    margin: 0px 0 0 28px;
    width: 287px;
    height: 90px;
}
#sans-messages-fond
{
    clear: left;
    display: inline;
    float: left;
    margin: 0px 0 0 28px;
    width: 287px;
    min-height: 90px;
}
#messages
{
    clear: left;
    display: inline;
    float: left;
    margin: 28px 0 0 15px;
    width: 276px;
}
#messages h3
{
    color: #fff;
    display: inline;
    float: left;
    margin: -14px 0 0 25px;
    font-size: 14px;
}
#messages #messagesNumber
{
    clear: left;
    display: inline;
    float: left;
    margin: 12px 0;
    width: 250px;
}

#contactUs
{
    clear: left;
    display: inline;
    float: left;
    margin: 10px 0 0 32px;
    width: 260px;
}
#contactUs h3
{
    color: #17415F;
    margin: 0 0 3px 0;
    font-size: 15px;
}
#contactUs p
{
    display: inline;
    float: left;
    margin: 0;
    width: 255px;
}
#contactUs #phoneContact
{
    background-image: url("images/contactPhone.gif");
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: 30px;
    display: inline;
    float: left;
    margin: 7px 0 0 0px;
}
#contactUs #phoneContact span
{
    color: #17415F;
    font-size: 13px;
    font-weight: bold;
}
#contactUs #emailContact
{
    background-image: url("images/contactMail.gif");
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: 30px;
    display: inline;
    float: left;
    margin: 3px 0 0 0px;
}

#tcPasAcces
{
    display: inline;
    float: left;
    margin-left: 20px;
}


/*** FORM PAGE SPECIFICS ***/


#tcFull
{
    display: inline;
    float: left;
    margin-left: 15px;
    min-height: 500px;
    width: 946px;
}
#tcFullTop
{
    background-image: url("images/tcFullTop.gif");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 10px;
    width: 946px;
}

#tcFullMid
{
    clear: left;
    background-image: url("images/tcFullMid.gif");
    background-repeat: repeat-y;
    display: inline;
    float: left;
    height: auto;
    min-height: 450px;
    width: 944px;
}

#tcFullBot
{
    background-position: 0px 0px;
    background-image: url("images/tcFullBot.gif");
    background-repeat: no-repeat;
    clear: left;
    float: left;
    display: inline;
    height: 8px;
    width: 946px;
    margin-top: 0px;
}

#tcFullMid .noticeInfo
{
    background-image: url("images/noticeIconBig.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: left;
    float: left;
    font-size: 12px;
    margin-left: 15px;
    padding-left: 30px;
    width: 878px;
    min-height: 25px;
}

#tcFullMid .noticeAvertissement {
	background-image:url("images/warning.png");
	background-position:0 0;
	background-repeat:no-repeat;
	clear:left;
	font-size:12px;
	margin-left:15px;
	margin-top:10px;
	padding-left:30px;
	width:878px;
	min-height:25px;
	}

#tcFullMid .noticeInfo-multiligne
{
    background-image: url("images/noticeIconBig.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: left;
    float: left;
    font-size: 12px;
    margin-left: 15px;
    padding-left: 30px;
    min-height: 25px;
}

#tcFullMid .noticeInfo-application
{
    background-image: url("images/noticeIconBig.gif");
    background-position: 0 4px;
    background-repeat: no-repeat;
    clear: left;
    font-size: 12px; /*height: 35px;*/
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 12px;
    width: 900px;
}

span.asterisk
{
    color: #FF0000;
    margin-right: 3px;
}

#tcFullMid h2
{
    color: #17415F;
    display: inline;
    margin: 5px 0 2px 15px;
    font-size: 18px;
}

#stepsBar
{
    background-image: url("images/stepsBar.gif");
    background-repeat: no-repeat;
    height: 29px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 15px;
    width: 925px;
    color: #17415f;
    font-size: 12px;
}

#stepsBar ul
{
    float: left;
    display: inline;
    margin: 5px 0 0 5px;
    font-size: 12px;
    padding-left: 0px;
}

#stepsBar li
{
    float: left;
    display: inline;
    width: 19px;
    height: 19px;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 19px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#stepsBar li.active
{
    background-image: url("images/activeStep.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
}
#stepsBar li.nonActive
{
    background-image: url("images/nonActiveStep.gif");
    background-repeat: no-repeat;
    color: #9b9a9a;
}

.fieldsetBox
{
    clear: left; /*float:left; */
    width: 925px;
    margin-left: 10px;
}
.fieldsetTop
{
    background-image: url("images/BoxTop.gif");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 10px;
    width: 925px;
}
.fieldsetBoxTop
{
    background-image: url("images/fieldsetBoxTop.gif");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 30px;
    width: 925px;
}
.fieldsetBoxTop span.title
{
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: -25px 0 0 10px;
}
.fieldsetBoxTop span.help
{
    background-image: url("images/fieldsetBoxTopQuestion.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 26px;
    margin: -28px 17px 0 0;
    width: 43px;
    overflow: hidden;
    text-indent: -999px;
    z-index: 15;
}
.fieldsetBoxTop span.help a
{
    display: block;
}

.fieldsetBoxTitre
{
    background-image: url("images/fieldsetBoxTitre.gif");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    width: 924px;
}
.fieldsetBoxTitre span.title
{
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 0 10px;
}
.fieldsetBoxTitre span.help
{
    background-image: url("images/fieldsetBoxTopQuestion.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 26px;
    margin: 2px 17px 0 0;
    width: 43px;
    overflow: hidden;
    text-indent: -999px;
    z-index: 15;
}
.fieldsetBoxTitre span.help a
{
    display: block;
}

.fieldsetBoxMid
{
    clear: left;
    background-image: url("images/fieldsetBoxMid.gif");
    background-repeat: repeat-y;
    display: inline;
    float: left;
    height: auto;
    width: 925px;
}

.fieldsetBoxBot
{
    clear: left;
    background-image: url("images/fieldsetBoxBot.gif");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 10px;
    width: 925px;
}

.fieldsetBoxTopPrint
{
    display: none;
}

.inputHidden
{
    display: none; /*visibility: hidden;*/
}

#formButtons
{
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    margin: 0 0 0 11px;
    text-transform: uppercase;
    width: 907px;
}
#formButtons .confirmation
{
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    border-collapse: collapse;
}
#formButtons #div-Imprimer, #formButtons #div-ImprimerFormulaire
{
    background-repeat: no-repeat;
    width: 131px;
    height: 25px;
    display: inline;
    vertical-align: text-bottom;
}

#formButtons #div-Imprimer, #formButtons #div-ImprimerFormulaire
{
    background-image: url("images/baseBtn.jpg");
    text-align: center;
    float: right;
    margin: 0 4px 0 4px;
}

#formButtons #div-Imprimer a, #formButtons #div-ImprimerFormulaire a
{
    color: #FFFFFF;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

#formButtons #div-Imprimer span:hover, #formButtons #div-ImprimerFormulaire span:hover
{
    color: #000;
    cursor: pointer;
}
#formButtons .buttonFix
{
    width: 140px;
}

.button, .bouton-critere
{
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    text-align: center;
    margin-top: 4px;
}

.bouton-critere
{
    display: inline-block;
    float: inherit;
}

.button .baseActive, .bouton-critere .baseActive, .button .baseDesactive, .bouton-critere .baseDesactive
{
    background-image: url("images/baseBtn.jpg");
    background-repeat: no-repeat;
    width: 131px;
    height: 34px;
    float: left;
    display: inline;
    vertical-align: text-bottom;
}
.button .baseActive span, .bouton-critere .baseActive span, .button .baseActive span:hover, .bouton-critere .baseActive span:hover
{
    color: #FFFFFF;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

/*.buttonRight 
        {
            float:right;
            margin-right:15px;
        }*/

.button .baseDesactive a, .bouton-critere .baseDesactive a
{
    color: #AAAAAA;
    display: inline;
    text-decoration: none;
}

.button .baseActive span:hover, .bouton-critere .baseActive span:hover
{
    color: #000;
    cursor: pointer;
}
/* button «fileUpload»*/
input.fileUpload
{
    position: relative;
    right: 193px;
    top: -12px;
    font-size: 19px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    cursor: pointer;
}

label.fileUpload
{
    width: 110px;
    overflow: hidden;
    font-size: 12px;
    background-repeat: no-repeat;
    display: inline-block;
}
.fileupload-buttonbar
{
    width: 120px;
}
.fileUploadSection
{
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.fileSection
{
    display: inline;
    font-size: 12px;
    margin-left: 15px;
    padding-left: 25px;
    font-weight: normal;
}
/******************************************************************************        
    Accuse de réception
******************************************************************************/
.accuse-fond
{
    background-color: #DBE5F1;
    margin: 0 20px 0 20px;
}

.accuse-fond-refus
{
    background-color: #FFFFCC;
    margin: 0 20px 0 20px;
}

.accuse-titre
{
    background-color: white;
    text-align: center;
    color: #244061;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
}

.accuse-titre-refus
{
    background-color: white;
    text-align: center;
    color: #B93634;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.accuse-texte
{
    margin: 0 3px 0 3px;
    padding: 3px 0 10px;
    line-height: 20px;
}

/******************************************************************************
    Ajouts
******************************************************************************/
div.BoutonGrille
{
    background-image: url("images/dwnlBtn.jpg");
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 0 4px;
    text-indent: 5px;
    font-size: 14px;
    font-weight: bold;
    min-width: 150px;
    height: 25px;
    text-transform: uppercase;
}

div.BoutonGrille span:hover
{
    color: #000;
    cursor: pointer;
}

div.BoutonGrille a
{
    color: #FFFFFF;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

.texte-gras
{
    font-weight: bold;
}

.texte-sous-titre
{
    clear: both;
    color: #174198;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 10px;
}

#footer ul
{
    list-style: none;
    padding: 0;
    display: inline;
}

#footer li
{
    display: inline;
    margin: 0 0.15em;
}

#formulaire
{
    /*border: 1px solid red;*/
    width: 962px;
    position: relative;
}

#boxTop
{
    clear: left;
    background-image: url("images/boxTop.gif");
    background-repeat: no-repeat;
    display: inline;
    float: left; /*padding-top:3px;*/
    margin-left: 10px;
    height: 10px;
    width: 925px;
}

#boxMid
{
    clear: left;
    background-image: url("images/boxMid.gif");
    background-repeat: repeat-y;
    display: inline;
    float: left;
    margin-left: 10px;
    height: auto;
    width: 925px;
}

#boxBot
{
    clear: left;
    background-image: url("images/boxBot.gif");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    margin-left: 10px;
    height: 10px;
    width: 925px;
}


#zone-message
{
    clear: both;
    margin: 5px 0 5px 10px;
}

#zone-message h5
{
    color: Red;
}

.texteBouton
{
    position: relative;
    top: 3px;
}

#detailMessage
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 900px;
    height: 300px;
}

.espace
{
    min-height: 7px;
    max-height: 7px;
}

.detail-message-courrier-securise-entete
{
    background-color: #5188BE;
    color: White;
    padding: 3px;
    height: 15px;
    width: 917px;
    font-size: 13px;
}

.detail-message-courrier-securise
{
    border: 2px solid #8FAEC9;
    border-top: 1px solid #8FAEC9;
    background-color: White;
    height: 60px;
    width: 913px;
    max-height: 60px;
    overflow: auto;
    padding: 3px;
    text-align: justify;
}

.lien-document-courrier-securise
{
    color: Black;
    margin-right: 25px;
}

.lien-acrobat
{
    color: Black;
    padding-right: 7px;
}

.document-courrier-securise
{
    min-width: 60px;
    padding: 0px 20px 0px 0px;
    display: inline;
    float: left;
}

.fond-liste-document-courrier-securise
{
    background-color: #EDEDED;
    height: 30px;
}

.liste-document-courrier-securise
{
    float: left;
    width: 66%;
    padding: 7px 0 7px 7px;
}

.col-droite-document-courrier-securise
{
    float: right;
    width: 32%;
    padding: 7px 0px 7px 7px;
    text-align: right;
}

.detail-message-courrier-securise-transmission
{
    float: right;
    display: inline;
    padding-left: 10px;
}

.section-mci
{
    float: left;
    margin-top: 6px;
    padding-left: 6px;
    clear: both;
    position: relative;
}


.titre-section-mci
{
    text-decoration: underline;
    margin-bottom: 4px;
    color: #17415f;
    font-weight: bold;
    font-size: 14px; /*padding-left:6px;*/
    clear: both;
}

.sous-titre-section-mci
{
    /*padding-left:6px;*/
}


.ligne-piece-justificative
{
    float: left;
    min-width: 750px;
    min-height: 24px;
}

.mci-piece-justificative-colonne1
{
    float: left;
    width: 250px;
    margin-left: 40px;
}

.mci-piece-justificative-colonne2
{
    float: left;
    width: 210px;
}

.mci-piece-justificative-colonne3
{
    float: left;
    width: 410px;
}

.ul-sans-decoration
{
    list-style-type: none;
    width: 100%;
}

.ul-radio-sans-decoration
{
    list-style-type: none;
    width: 100%;
    display: inline;
}


.li-enligne
{
    /*float:left;*/
    display: inline;
}

.defilement-vertical
{
    overflow: scroll;
}

.invisible
{
    display: none;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    font-size: 11px;
    font-weight: bold;
    background-image: none; /*display: block;*/
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    padding-left: 10px;
    font-size: 11px;
    font-weight: bold;
    clear: both;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.table-col-left
{
    clear: left;
    float: left;
    display: inline;
}

.table-col-right
{
    float: right;
    display: inline;
    margin-right: 10px;
}

.editor-label, .display-label, .entete-label, .editor-label-column1, .display-label-column1, .entete-label-column1
{
    clear: left;
    float: left;
    width: 190px;
    text-align: right;
    margin-right: 15px;
    margin-top: 5px;
}

.editor-label-radioButton, .display-label-radioButton, .entete-label-radioButton, .editor-label-column1-radioButton, .display-label-column1-radioButton, .entete-label-column1-radioButton
{
    float: left;
    width: 190px;
    text-align: left;
    margin-top: 5px;
}

.editor-label-column2, .display-label-column2, .entete-label-column2
{
    float: left;
    width: 190px;
    text-align: right;
    margin-right: 15px;
    margin-top: 5px;
}

.display-label-long, .display-label-centre
{
    clear: left;
    float: left;
    width: 905px;
    margin: 5px 5px 0 10px;
}

.display-label-centre
{
    text-align: center;
}


.entete-label
{
    font-weight: bold;
}

.editor-label-zone-recherche
{
    clear: left;
    float: left;
    width: 100px;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 12px;
}

.display-field-column, .editor-field-column, .editor-field-zone-recherche-column
{
    float: left;
}

.display-field-column1-radioButton, .editor-field-column1-radioButton, .editor-field-zone-recherche-column1-radioButton
{
    clear: left;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.display-field-column2-radioButton, .editor-field-column2-radioButton, .editor-field-zone-recherche-column2-radioButton
{
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.display-field, .editor-field, .editor-field-zone-recherche, .display-field-column, .editor-field-column, .editor-field-zone-recherche-column, .display-field-long, .editor-field-long, .editor-field-midlong
{
    font-size: 12px;
    vertical-align: top;
}

.display-field, .display-field-long, .display-field-column
{
    margin-top: 5px;
    color: Black;
}

.editor-field, .editor-field-long, .editor-field-midlong, .editor-field-zone-recherche .editor-field-column, .editor-field-zone-recherche-column
{
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 205px;
}

.editor-field-long input, .display-field-long input
{
    width: 651px;
    display: inline;
}


.editor-field-midlong input, .display-field-midlong input
{
    width: 300px;
    display: inline;
}

.editor-field-zone-recherche input, .editor-field-zone-recherche-column input
{
    display: inline;
    float: left;
}

.text-box
{
    width: 30em;
}

.lecture-seule
{
    background-color: #EDEDED;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/******************************************************************************
    Telerik
******************************************************************************/
.t-widget INPUT
{
    font-size: 13px;
}

.t-fond-blanc
{
    background-color: #ffffff;
}

.t-fond-alterne
{
    background-color: #f7f7f7;
}

.t-fond-non-lu
{
    background-color: #E4EBF2;
}

.t-input
{
    width: 10px;
}

.t-window-title
{
    font-weight: bold;
    color: White;
}


/*  MENU Telerik
**********************************************************************/
.t-item
{
    width: 125px;
    height: 24px;
}

.t-highlighted
{
    background: url('images/menuSelectionne.png');
}

.t-highlighted .t-link
{
    color: Black;
}

.t-group, .t-content, .t-editable-area
{
    border-color: #486b23;
    background-color: #6D9BC9;
    color: White;
}

.t-link
{
    color: White;
}

.t-state-hover
{
    color: Black;
}

/* Boutons
**********************************************************************/
.nextButtonAsLink
{
    background-image: url("images/nextBtn.jpg");
    float: right;
    margin: 0 0 0 4px;
    color: white;
    width: 132px;
    height: 25px;
    border-width: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 3px;
}


.previousButtonAsLink
{
    background-image: url("images/previousBtn.jpg");
    float: right;
    margin: 0 0 0 4px;
    color: white;
    width: 132px;
    height: 25px;
    border-width: 0;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 3px;
}

.div-bouton-base
{
    background-image: url("images/baseBtn.jpg");
    display: inline;
    margin: 0 0 0 4px;
    color: white;
    width: 132px;
    height: 25px;
    float: right;
    border-width: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 3px;
}

.div-bouton-base-left
{
    background-image: url("images/baseBtn.jpg");
    display: inline;
    margin: 0 0 0 4px;
    color: white;
    width: 121px;
    height: 25px;
    float: left;
    border-width: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 3px;
}

.div-bouton-base-left-long
{
    background-image: url("images/baseLongBtn.jpg");
    display: inline;
    margin: 0 0 0 4px;
    color: white;
    width: 190px;
    height: 25px;
    float: left;
    border-width: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 3px;
}

.div-bouton-base-long, .div-bouton-base-long-inactif
{
    background-image: url("images/baseLongBtn.jpg");
    background-repeat: no-repeat;
    line-height: 25px;
    display: inline;
    margin: 0px 0 0 4px;
    color: white;
    width: 190px;
    height: 25px;
    float: right;
    border-width: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 3px;
}

.div-bouton-base-long-inactif
{
    font-weight: normal;
    font-size: 15px;
}

.div-bouton-supprimer
{
    background-image: url("images/supprimer.png");
    display: inline;
    margin: 0 0 0 4px;
    width: 37px;
    height: 25px;
    float: left;
    border-width: 0;
    padding-right: 10px;
    padding-bottom: 3px;
}

.buttonRight .div-bouton-base-long a, .buttonRight .div-bouton-base a
{
    color: white;
    display: inline;
    text-decoration: none;
}

.cancel
{
}



/* Popup utilisé avec la composante Window de Telerik
**********************************************************************/

.MessageInformatif
{
    margin-left: 10px;
    color: Blue;
}

.fieldsetBoxPopup
{
    clear: left; /*float:left; */
    width: 503px;
    margin-left: 10px;
}

.fieldsetBoxTopPopup
{
    background-image: url("images/fieldsetBoxTop.gif");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 30px;
    width: 503px;
}
.fieldsetBoxTopPopup span.title
{
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: -25px 0 0 10px;
}
.fieldsetBoxTopPopup span.help
{
    background-image: url("images/fieldsetBoxTopQuestion.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 26px;
    margin: -28px 17px 0 0;
    width: 43px;
    overflow: hidden;
    text-indent: -999px;
    z-index: 15;
}
.fieldsetBoxTopPopup span.help a
{
    display: block;
}

.fieldsetBoxTitrePopup
{
    background-image: url("images/fieldsetBoxTitrePopup2.jpg");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    width: 502px;
}
.fieldsetBoxTitrePopup span.title
{
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 0 10px;
}
.fieldsetBoxTitrePopup span.help
{
    background-image: url("images/fieldsetBoxTopQuestion.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 26px;
    margin: 2px 17px 0 0;
    width: 43px;
    overflow: hidden;
    text-indent: -999px;
    z-index: 15;
}
.fieldsetBoxTitrePopup span.help a
{
    display: block;
}

.fieldsetBoxMidPopup
{
    clear: left;
    background-image: url("images/fieldsetBoxMidPopup2.jpg");
    background-repeat: repeat-y;
    display: inline;
    float: left;
    height: auto;
    width: 503px;
}

.fieldsetBoxBotPopup
{
    clear: left;
    background-image: url("images/fieldsetBoxBotPopup2.jpg");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 10px;
    width: 503px;
}

.fieldsetBoxTopPrintPopup
{
    display: none;
}



#tcFullPopup
{
    display: inline;
    float: left;
    margin-left: 15px;
    min-height: 500px;
    width: 473px;
}
#tcFullTopPopup
{
    background-image: url("images/tcFullTopPopup2.jpg");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 10px;
    width: 523px;
}

#tcFullMidPopup
{
    clear: left;
    background-image: url("images/tcFullMidPopup2.jpg");
    background-repeat: repeat-y;
    display: inline;
    float: left;
    height: auto;
    min-height: 450px;
    width: 522px;
}

#tcFullBotPopup
{
    clear: left;
    background-image: url("images/tcFullBotPopup2.jpg");
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 10px;
    width: 523px;
}

#tcFullMidPopup .noticeInfo
{
    background-image: url("images/noticeIconBig.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: left;
    float: left;
    font-size: 12px;
    height: 45px;
    margin-left: 15px;
    padding-left: 30px;
    padding-bottom: 12px;
    width: 450px;
}

#tcFullMidPopup .noticeInfo-multiligne
{
    background-image: url("images/noticeIconBig.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: left;
    float: left;
    font-size: 12px;
    margin-left: 15px;
    padding-left: 30px;
    padding-bottom: 12px;
    width: 450px;
}

#tcFullMidPopup .noticeInfo-application
{
    background-image: url("images/noticeIconBig.gif");
    background-position: 0 4px;
    background-repeat: no-repeat;
    clear: left;
    font-size: 12px;
    height: 35px;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 12px;
    width: 450px;
}

.editor-label-radioButtonPopup, .display-label-radioButtonPopup, .entete-label-radioButtonPopup, .editor-label-column1-radioButtonPopup, .display-label-column1-radioButtonPopup, .entete-label-column1-radioButtonPopup
{
    float: left;
    width: 100px;
    text-align: left;
    margin-top: 5px;
}


.display-field-column1-radioButtonPopup, .editor-field-column1-radioButtonPopup, .editor-field-zone-recherche-column1-radioButtonPopup
{
    clear: left;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.display-field-column2-radioButtonPopup, .editor-field-column2-radioButtonPopup, .editor-field-zone-recherche-column2-radioButtonPopup
{
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.fieldsetBoxMidbuttonPopup
{
    clear: left;
    float: left;
    display: inline;
    height: auto;
    width: 503px;
}

.fieldsetBoxMidPopup .buttonRight
{
    margin-right: 10px;
}

.fieldsetBoxMid .buttonRight
{
    margin-right: 10px;
}

.display-field-column-long input
{
    margin-top: 5px;
    color: Black;
    font-size: 12px;
    vertical-align: top;
    float: left;
    width: 651px;
}

.editor-labelPopup, .display-labelPopup, .entete-labelPopup, .editor-label-column1Popup, .display-label-column1Popup, .entete-label-column1Popup
{
    clear: left;
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 15px;
    margin-top: 5px;
}

.fieldsetBoxPopup .display-field, .fieldsetBoxPopup .editor-field, .fieldsetBoxPopup .editor-field-zone-recherche, .fieldsetBoxPopup .display-field-column, .fieldsetBoxPopup .editor-field-column, .fieldsetBoxPopup .editor-field-zone-recherche-column, .fieldsetBoxPopup .display-field-long, .fieldsetBoxPopup .editor-field-long
{
    font-size: 12px;
    vertical-align: top;
    margin-left: 165px;
}

.fieldsetBoxPopup .field-validation-error
{
    color: #ff0000;
    font-size: 11px;
    font-weight: bold;
    background-image: none;
    display: block;
}

#tabsPopup
{
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    margin-left: 2px;
    text-align: center;
    clear: both;
}
#tabsPopup div
{
    margin-right: 0px;
    padding-top: 2px;
}
#tabsPopup .tabSelected
{
    float: left;
    display: inline;
    width: 130px;
    height: 20px;
    background-image: url('images/tabBgSelected.png');
    background-repeat: no-repeat;
}

#tabsPopup .tabSelected a
{
    color: #000;
    text-decoration: none;
    text-align: center;
}

#tabsPopup .tabUnselected
{
    float: left;
    display: inline;
    width: 130px;
    height: 20px;
    background-image: url('images/tabBg.png');
    background-repeat: no-repeat;
    cursor: default;
}

#tabsPopup span
{
    color: White;
}


.fieldsetBoxMidbutton
{
    clear: left;
    float: left;
    display: inline;
    height: auto;
    width: 925px;
}

.buttonRight
{
    float: right;
    margin: 4px 0 0 4px;
}

.groupe-bouton-droite
{
    float: right;
    margin: 4px 11px 0 4px;
    min-height: 25px;
}

.groupe-bouton-gauche
{
    float: left;
    margin: 4px 0 0 8px;
    z-index: 250;
    min-height: 25px;
}

.iframeWindow
{
    width: 555px;
    height: 640px;
    display: block; /*        overflow:auto;             left: 0;             top:0; */ /*width:100%;*/
}

.t-window-content
{
    background: none repeat scroll 0 0 white;
}

/* Popup simple (utilisé avec JQuery seulement)
**********************************************************************/

#masqueEcran
{
    /*position:absolute;*/
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

.popup-modal
{
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
}

#specifique
{
    width: 600px;
    height: 600px;
    background-color: #ffffff;
    border: 1px solid black;
}


.entete
{
    background-color: #A8C1DC;
    height: 22px;
    padding: 5px 0 0 8px;
    font-size: 13px;
}

.popup-contenu
{
    padding: 8px 8px 8px 8px;
    font-size: 13px;
}

.fermer-popup
{
    left: 577px;
    position: absolute;
    background-color: #A8C1DC;
    background-image: url("images/fermer.png");
    background-repeat: no-repeat;
    border-width: 0px;
    min-height: 15px;
    min-width: 6px;
}

.fermer-popup a:link
{
    background-image: url("images/fermer.png");
    min-height: 10px;
}

.question-popup
{
    float: left;
    margin: 8px 0px 8px 0px;
    padding: 0px -8px 0;
}

/* Declaration-Divulgation   CSS
**********************************************************************/
.question .field-validation-error
{
    display: block;
}


.editor-label-question
{
    float: left;
    width: 600px;
    text-align: left;
    margin-top: 5px;
}

.question
{
    clear: left;
    margin-left: 15px;
}

.Niveau1Declaration
{
    clear: both;
    margin-left: 15px;
}

.niveau .Niveau2Declaration, .niveau .sousNiveau .Niveau3Declaration
{
    clear: both;
    padding-left: 25px;
}


.niveau .sousNiveau .Niveau3Declaration
{
    clear: both;
    padding-left: 50px;
}

.Niveau1Declaration .field-validation-error
{
    display: block;
}

.DivulgationQuestion
{
    clear: both;
}

.DivulgationQuestion .field-validation-error
{
    display: block;
}

.NumeroDeclaration
{
    clear: both;
    float: left;
    margin-top: 5px;
    text-align: right;
    width: 10px;
}

.texteQuestionDeclaration
{
    float: left;
    margin-top: 5px;
    margin-left: 9px;
    width: 600px;
}

.TextBoxDeclaration
{
    clear: both;
    margin-left: 18px;
}

.TextBoxDeclaration .TextLong, .TextBoxDeclaration .checkBoxList
{
    width: 800px;
    height: auto;
}

.TextBoxDeclaration .checkBoxList
{
    padding-left: 10px;
}

.TextBoxDeclaration .TextCourt
{
    width: auto;
    height: auto;
}

.textCheckBoxDeclaration
{
    float: left;
    width: 600px;
    margin-left: 5px;
    margin-right: 100px;
}

.checkBoxDeclaration
{
    clear: right;
    float: left;
    margin-left: 20px;
}

.Niveau2Declaration .boutonQuestion .TextBoxDeclaration
{
    margin-left: 50px;
}

select
{
    width: 307px;
}


.editor-fontBold
{
    font-weight: bold;
}

.retrait
{
    margin-left: 15px;
}

.editor-marginTopBottom
{
    margin-left: 30px;
    margin-bottom: 20px;
}

.gray-color
{
    color: gray;
}


.check-field
{
    margin-top: 7px;
}

.container
{
    padding-top: 15px;
}

.containerCondition
{
    padding-left: 40px;
    padding-top: 15px;
}

.containerCondition label, .containerCondition button
{
    vertical-align: top;
}

.t-item
{
    height: 19px;
    width: auto;
}

.buttonsPanel
{
    padding-left: 10px;
}

.tabUnselected span a
{
    text-decoration: none;
    color: white;
}

.containerDetail
{
    clear: left;
    width: 925px;
    margin-left: 10px;
}

.t-grid-header .t-header, .t-grid-header .t-last-header
{
    padding: 0.3em 0.1em;
    text-align: center;
}

.t-grid-header .t-hierarchy-cell
{
    width: 20px;
}

.t-grid-filter
{
    margin: -1.8em -0em -0.3em 3px;
}

#Grid
{
    margin-left: -0.7em;
    margin-right: -0.7em;
}

.t-combobox
{
    margin-left: 15px;
    margin-right: 10px;
    width: 260px;
}

.right
{
    float: right;
    margin-right: 7px;
}

.left-fieldsetBoxTitrePopup
{
    float: none;
    margin-left: 10px;
    display: block;
}
.t-animation-container.t-group
{
    width: 260px !important;
}

.left-fieldsetBoxTitrePopup .fieldsetBoxTop span.title
{
    margin-top: -24px !important;
}

.t-grid td
{
    padding: 0.5em 0.4em;
}
.button-no-margin
{
    float: none;
    vertical-align: top;
}

.texte-nombre
{
    width: 50px;
}

.select-declaration
{
    width: 200px;
}
