/* -- CSS Document -- 
Subject : CSS Magex */

/* ELEMENT */
*
{
    /*Box Sizing*/
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body
{
    margin: 0px 10px 0px 10px;
    background-color: #eaeaea;
    color: #152d4d;
    font-size: 12px;
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
}
input, 
select,
textarea
{
    text-align: left;
    vertical-align: middle;
    color: #152d4d;
    font-size: 12px;
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
}
textarea
{
    /* Restrict: Textarea Resizing To Vertical*/
    resize: vertical;
}
input[type="text"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="email"], 
textarea, 
select
{
    background-color: #fcfcfc;
    border: 1px solid #b5b5b5;
    padding: 2px 2px 2px 2px;
    margin: 2px 0px 2px 0px; 
    /*Border Radius*/
    -webkit-border: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus
{
    outline: none; 
    /*Box Shadow*/
    -webkit-box-shadow: 0px 0px 3px #CCCCCC;
    box-shadow: 0px 0px 3px #CCCCCC;
}
input[type="text"].watermark,
input[type="password"].watermark,
input[type="number"].watermark,
input[type="tel"].watermark,
input[type="email"].watermark,
textarea[class*="watermark"].watermark
{
    color: #8e8e8e;
}
input[type="text"].watermarkRequired,
input[type="password"].watermarkRequired,
input[type="number"].watermarkRequired,
input[type="tel"].watermarkRequired,
input[type="email"].watermarkRequired,
textarea[class*="watermarkRequired"].watermarkRequired
{
    color: #a31515;
    background-color: #fffef2;
}
IMG
{
    border: 0px;
    vertical-align: middle;
}
H1
{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
H2
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
H3
{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
P
{
    line-height: 16px;
    margin: 0px 0px 10px 0px;
}
UL
{
    list-style-type: disc;
    list-style-position: outside;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 12px;
}
LI
{
    padding: 3px 0px 0px 0px;
}
A
{
    color: #496581;
    text-decoration: none;
}
A:hover
{
    color: #63819f;
    text-decoration: underline;
}
/************** Text Selection ***************/
::-moz-selection
{
    background-color: transparent;
}
input::-moz-selection, textarea::-moz-selection
{
    background-color: #cfe2f5;
}
::selection
{
    background-color: transparent;
}
input::selection, textarea::selection
{
    background-color: #cfe2f5;
}
.selectable::-moz-selection
{
    background-color: #cfe2f5;
}
.selectable::selection
{
    background-color: #cfe2f5;
}
/****** Remove Numeric Spiner ******/
input[type="number"]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin-left: 0px;
}
/* Container*/
#containerMain
{
    max-width: 1024px;
    min-height: 800px;
    text-align: left;
    margin-right: auto;
    margin-left: 0px;
}
#containerMainGuest
{
    max-width: 1024px;
    min-height: 800px;
    text-align: left;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}
.containerToolBar
{
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.containerCenter
{
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.containerFooter
{
    width: 100%;
    color: #858585;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin-top: 5px;
}
.containerFooter A
{
    color: #858585;
    text-decoration: none;
}
.containerFooter A:hover
{
    color: #969696;
    text-decoration: underline;
}
.containerRounded
{
    padding: 6px 6px 6px 6px;
    border: 1px solid #b5b5b5;
    /*Border Radius*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*Box Shadow*/
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}
/* Inner Container */
.innerContainerTop
{
    width: 100%;
    color: #000000;
    border-right: 0px;
    border-top: 1px solid #275798;
    border-left: 1px solid #275798;
    border-right: 1px solid #275798;
    background: url(../images/topMargin_bg.gif) top left repeat-x #ffffff;
}
.innerContainerBanner
{
    width: 100%;
    height: 47px;
    border-top: 1px solid #275798;
    border-left: 1px solid #275798;
    border-right: 1px solid #275798;
}
.innerContainerMessageBox
{
    height: auto;
    width: 100%;
}
.innerContainerSaisieAuto
{
    height: 25px;
    width: 100%;
    vertical-align: top;
    border-right: 1px solid #275798;
    background-color: #f5f8fe;
}
.innerContainerContent
{
    width: 100%;
    vertical-align: top !important;
}

TD.innerContainerLeft
{
    /* IMP: Container Left == 20% */
    width: 20%;
    vertical-align: top;
    background-color: #f5f8fe;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #7794ca;
    border-left: 1px solid #275798;
    padding: 0px;
    margin: 0px;
}
TD.innerContainerRight
{
    /* IMP: Container Right == 80% */
    width: 80%;
    vertical-align: top !important;
    border-bottom: 1px solid #7794ca;
    border-right: 1px solid #275798;
    border-left: 1px solid #275798;
    background-color: #ffffff;
}
/* Tool Bar */
.contentToolbar
{
    height: 94px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background: url(../images/toolBar_bg.gif) repeat-x;
}
.contentToolbar TD
{
    padding: 0px 0px 0px 0px;
    vertical-align: bottom;
}
.contentInnerToolbar
{
    margin: 0px 0px 0px 0px;
}
.contentInnerToolbar TD
{
    height: 47px;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}
.innerToolBarSpacerStart
{
    text-align: left;
    width: 5px;
    background: url(../images/innerToolBar_left.png);
    background-repeat: no-repeat;
}
.innerToolBarSpacerEnd
{
    text-align: left;
    width: 5px;
    background: url(../images/innerToolBar_right.png);
    background-repeat: no-repeat;
}
.innerToolBarBackground
{
    margin: 0px 0px 0px 0px;
    background: url(../images/innerToolBar_bg.gif) repeat-x;
    text-align: center;
}
.innerToolBarSpacer
{
    width: 15px;
    margin: 0px 0px 0px 0px;
    background: url(../images/innerToolBar_Spacer.gif);
    background-repeat: no-repeat;
}
/* ToolBar Selected */
.innerToolBarSpacerStartSelected
{
    text-align: left;
    width: 5px;
    background: url(../images/innerToolBar_left_selected.png);
    background-repeat: no-repeat;
}
.innerToolBarSpacerEndSelected
{
    text-align: left;
    width: 5px;
    background: url(../images/innerToolBar_right_selected.png);
    background-repeat: no-repeat;
}
.innerToolBarSpacerLeftSelected
{
    width: 15px;
    background: url(../images/innerToolBar_Spacer_LeftSelected.gif);
    background-repeat: no-repeat;
}
.innerToolBarSpacerRightSelected
{
    width: 15px;
    background: url(../images/innerToolBar_Spacer_RightSelected.gif);
    background-repeat: no-repeat;
}
.innerToolBarBackgroundSelected
{
    background: url(../images/innerToolBar_bg_Selected.gif) repeat-x;
    text-align: center;
}
/* Content */
.dataTable_Container
{
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.dataTable_Container TD
{
    vertical-align: top;
}
.dataTableNoBorder
{
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.dataTableNoBorder TD
{
    vertical-align: middle;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
}
.dataTableNoBorder TD:first-child 
{
     padding-left: 4px;
}
.dataTableNoBorder TD:last-child 
{
     padding-right: 4px;
}
.dataTableMenuHeader
{
    width: 100%;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #637bd5;
    border-bottom: 1px solid #767676;
    background: url(../images/menuHeader_bg.gif) repeat-x;
    height: 27px;
}
.innerMenuHeader
{
    width: 100%;
    text-align: center;
    color: #366698;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    border-top: 0px solid #b9cfe8;
    border-bottom: 0px solid #c5d7ec;
    background: url(../images/innerMenuHeader_bg.gif) repeat-x;
}
/****** Vertical - Alignent ******/
.vAlignTop,
.vAlignTop TD
{
    vertical-align: top !important;
}
.vAlignMiddle,
.vAlignMiddle TD
{
    vertical-align: middle !important;
}
.vAlignBottom,
.vAlignBottom TD
{
    vertical-align: bottom !important;
}
/****** Horizontal - Alignent ******/
.hAlignBlockLeft
{
    margin-left: 0px;
    margin-right: auto;
}
.hAlignBlockCenter
{
    margin-left: auto;
    margin-right: auto;
}
.hAlignBlockRight
{
    margin-left: auto;
    margin-right: 0;
}
.hAlignContentLeft
{
    text-align: left;
}
.hAlignContentCenter
{
    text-align: center;
}
.hAlignContentRight
{
    text-align: right;
}
/* padding bottom */
.padBottom2px
{
    padding-bottom: 2px !important;
}
.padBottom4px
{
    padding-bottom: 4px !important;
}
.padBottom6px
{
    padding-bottom: 6px !important;
}
.padBottom15px
{
    padding-bottom: 15px !important;
}
/* Padding Top */
.padTop2px
{
    padding-top: 2px !important;
}
.padTop4px
{
    padding-top: 4px !important;
}
.padTop6px
{
    padding-top: 6px !important;
}
.padTop8px
{
    padding-top: 8px !important;
}
.padTop10px
{
    padding-top: 10px !important;
}
.padTop15px
{
    padding-top: 15px !important;
}
.padTop20px
{
    padding-top: 20px !important;
}
/* Padding Left */
.padLeft5px
{
    padding-left: 5px !important;
}
.padLeft8px
{
    padding-left: 8px !important;
}
.padLeft10px
{
    padding-left: 10px !important;
}
.padLeft20px
{
    padding-left: 20px !important;
}
.padLeft25px
{
    padding-left: 25px !important;
}
.padLeft50px
{
    padding-left: 50px !important;
}
.padLeft75px
{
    padding-left: 75px !important;
}
.padLeft100px
{
    padding-left: 100px !important;
}
.padLeft125px
{
    padding-left: 125px !important;
}
.padLeft150px
{
    padding-left: 150px !important;
}
.padLeft175px
{
    padding-left: 175px !important;
}
.padLeft200px
{
    padding-left: 200px !important;
}
.padLeft250px
{
    padding-left: 250px !important;
}
.padLeft300px
{
    padding-left: 300px !important;
}
/* Pad BothSide */
.padSide6px
{
    padding-right: 6px !important;
    padding-left: 6px !important;
}
/* Padding right */
.padRight5px
{
    padding-right: 5px !important;
}
.padRight10px
{
    padding-right: 10px !important;
}
.padRight25px
{
    padding-right: 25px !important;
}

.noPading
{
    padding: 0px 0px 0px 0px !important;
}
.noPading TD
{
    padding: 0px 0px 0px 0px !important;
}
/* Margin Left */
.marginLeft10px
{
    margin-left: 10px !important;
}
.marginLeft25px
{
    margin-left: 25px !important;
}
/* Margin Right */
.marginRight5px
{
    margin-right: 5px !important;
}
.marginRight10px
{
    margin-right: 10px !important;
}
.marginRight25px
{
    margin-right: 25px !important;
}
/* Margin Bottom */
.marginBottom2px
{
    margin-right: 2px !important;
}
.marginBottom5px
{
    margin-right: 5px !important;
}
.marginBottom15px
{
    margin-bottom: 15px !important;
}
/* Margin Top */
.marginTop2px
{
    margin-top: 2px !important;
}
.marginTop5px
{
    margin-top: 5px !important;
}
.marginTop15px
{
    margin-top: 15px !important;
}
/* Height */
.height25px
{
    height: 25px;
}
.height30px
{
    height: 30px;
}
.height40px
{
    height: 40px;
}
.height50px
{
    height: 50px;
}
.height75px
{
    height: 75px;
}
.height100px
{
    height: 100px;
}
.height250px
{
    height: 250px;
}
/* Text */
.textBold
{
    font-weight: bold;
}
.textHighlight
{
    color: #496581;
    vertical-align: middle;
}
.textHighlightBold
{
    color: #496581;
    vertical-align: middle;
    font-weight: bold;
}
.textFadded
{
    color: #353535;
}
.textTitleNormal
{
    color: #ffffff;
    font-size: 17px;
}
.textTitleBold
{
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
}
.textTitleNormalReadOnly
{
    color: #ac1d0a;
    font-size: 17px;
}
.textTitleBoldReadOnly
{
    color: #ac1d0a;
    font-size: 17px;
    font-weight: bold;
}
.textReadOnlyNormal
{
    color: #ac1d0a;
    vertical-align: middle;
}
.textReadOnlyBold
{
    color: #ac1d0a;
    vertical-align: middle;
    font-weight: bold;
}
.textMenuHeader
{
    color: #496581;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}
.textErrorNormal
{
    color: #ac1d0a;
    font-size: 12px;
}
.textErrorBold
{
    color: #ac1d0a;
    font-size: 12px;
    font-weight: bold;
}
.textWarningNormal
{
    color: #946814;
    font-size: 12px;
}
.textWarningBold
{
    color: #946814;
    font-size: 12px;
    font-weight: bold;
}
.textInformationNormal
{
    color: #496581;
    font-size: 12px;
}
.textInformationBold
{
    color: #496581;
    font-size: 12px;
    font-weight: bold;
}
.textQuestionNormal
{
    color: #3D5B65;
    font-size: 12px;
}
.textQuestionBold
{
    color: #3D5B65;
    font-size: 12px;
    font-weight: bold;
}
/* BackGround Color */
.bgColorError
{
    background-color: #fff3e8;
}
.bgColorMediumBlue
{
    background-color: #e7edf6;
}
.bgColorLightBlue
{
    background-color: #f4f8ff;
}
/* Link */
A.linkActionNormal
{
    color: #496581;
    vertical-align: middle;
    text-decoration: none; /*  display:block;*/
}
A.linkActionNormal:hover
{
    color: #63819f;
    text-decoration: underline;
}
A.linkActionBold
{
    color: #496581;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold; /* display:block;*/
}
A.linkActionBold:hover
{
    color: #63819f;
    text-decoration: none;
}
A.linkActionNormalUnderline
{
    color: #496581;
    font-weight: normal;
    vertical-align: middle;
    text-decoration: underline;
}
A.linkActionNormalUnderline:hover
{
    color: #63819f;
    text-decoration: underline;
}

A.linkActionBoldDisabled
{
    font-weight: bold;
    vertical-align: middle;
    color: #DDDDDD;
    text-decoration: none;
}
A.linkActionBoldDisabled:hover
{
    color: #DDDDDD;
    text-decoration: none;
}

A.linkReadOnlyNormal
{
    color: #ac1d0a;
    vertical-align: middle;
    text-decoration: none;
}
A.linkReadOnlyNormal:hover
{
    color: #d85f1f;
    text-decoration: underline;
}
A.linkAlternate
{
    color: #858585;
}
A.linkAlternate:hover
{
    color: #9b9b9b;
    text-decoration: underline;
}
A.linkMenuHeader
{
    color: #496581;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}
A.linkMenuHeader:hover
{
    color: #63819f;
    text-decoration: underline;
}
/********* Rows *********/
*[class*=row],
*[class*=row] > td,
*[class*=row] > th
{
    line-height: 19px;
}
*[class*=row] a
{
    display: block;
}
.row
{
    background-color: #ffffff;
}
.rowAlternate
{
    background-color: #ebeef0;
}
.rowMediumBlue
{
    background-color: #e7edf6;
}
.rowLightBlue
{
    background-color: #f4f8ff;
}
/********* Columns *********/
*[class*=column]
{
    margin:0px;
    padding:0px 3px 0px 3px;
    overflow: hidden;
    vertical-align:middle;
    /*Box Sizing*/
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
div[class*=column],
span[class*=column]
{
    display:inline-block;
    float:left;
}
.columnHidden
{
    visibility: collapse;
    display: none;
}
.columnVariable
{
    width: auto;
}
.columnMinimal
{
    width: 1px;
}
.columnSelect
{
    width: 21px;
    text-align: center;
}
.columnIdentification
{
    width: 150px;
}
.columnAddress
{
    width: 200px;
}
.columnEmail
{
    width: 200px;
}
.columnPhone
{
    width: 75px;
}
.columnCountry
{
    width: 100px;
}
.columnProvince
{
    width: 100px;
}
.columnDate
{
    width: 58px;
}
.columnPostalCode
{
    width: 58px;
}
.columnNumber
{
    width: 75px;
    text-align: right;
}
.columnVeryNarrow
{
    width: 58px;
}
.columnNarrow
{
    width: 75px;
}
.columnNormal
{
    width: 100px;
}
.columnWide
{
    width: 200px;
}
.columnVeryWide
{
    width: 300px;
    overflow:visible;
}
.columnExtraWide
{
    width: 400px;
}
.columnOneHalf
{
    width: 50%;
}
.columnOneThird
{
    width: 33.33%;
}
.columnOneFourth
{
    width: 25%;
}
.columnFull
{
    width: 100%;
}
div.columnFull, 
span.columnFull
{
    float:none;
    display: block;
}
.columnLast
{
    width: auto;
}
div.columnLast, 
span.columnLast
{
    float:none;
    display: block;
}
/* Border */
.borderTopLightGray
{
    border-top: 1px solid #b5b5b5;
}
.borderRightLightGray
{
    border-right: 1px solid #b5b5b5;
}
.borderBottomLightGray
{
    border-bottom: 1px solid #b5b5b5;
}
.borderLeftLightGray
{
    border-left: 1px solid #b5b5b5;
}
.borderTopLightBlue
{
    border-top: 1px solid #cedae5;
}
.borderRightLightBlue
{
    border-right: 1px solid #cedae5;
}
.borderBottomLightBlue
{
    border-bottom: 1px solid #cedae5;
}
.borderLeftLightBlue
{
    border-left: 1px solid #cedae5;
}
.borderTopMediumBlue
{
    border-top: 1px solid #92a4be;
}
.borderRightMediumBlue
{
    border-right: 1px solid #92a4be;
}
.borderBottomMediumBlue
{
    border-bottom: 1px solid #92a4be;
}
.borderLeftMediumBlue
{
    border-left: 1px solid #92a4be;
}
/* Column Width */
TD.colWidthEmpty
{
    height: 5px;
    font-size: 1px;
}
TD.colWidth5px
{
    height: 2px;
    font-size: 2px;
    width: 5px !important;
}
TD.colWidth15px
{
    height: 2px;
    font-size: 2px;
    width: 15px !important;
}
TD.colWidth25px
{
    height: 2px;
    font-size: 2px;
    width: 25px !important;
}
TD.colWidth50px
{
    height: 2px;
    font-size: 2px;
    width: 50px !important;
}
TD.colWidth75px
{
    height: 2px;
    font-size: 2px;
    width: 75px !important;
}
TD.colWidth100px
{
    height: 2px;
    font-size: 2px;
    width: 100px !important;
}
TD.colWidth125px
{
    height: 2px;
    font-size: 2px;
    width: 125px !important;
}
TD.colWidth150px
{
    height: 2px;
    font-size: 2px;
    width: 150px !important;
}
TD.colWidth175px
{
    height: 2px;
    font-size: 2px;
    width: 175px !important;
}
TD.colWidth200px
{
    height: 2px;
    font-size: 2px;
    width: 200px !important;
}
TD.colWidth250px
{
    height: 2px;
    font-size: 2px;
    width: 250px !important;
}
TD.colWidth300px
{
    height: 2px;
    font-size: 2px;
    width: 300px !important;
}
TD.colWidth350px
{
    height: 2px;
    font-size: 2px;
    width: 350px !important;
}
TD.colWidth400px
{
    height: 2px;
    font-size: 2px;
    width: 400px !important;
}
TD.colWidth450px
{
    height: 2px;
    font-size: 2px;
    width: 450px !important;
}
TD.colWidth500px
{
    height: 2px;
    font-size: 2px;
    width: 500px !important;
}
TD.colWidthAuto
{
    height: 2px;
    font-size: 2px;
    width: auto !important;
}
/* Width */
.width5px
{
    width: 5px;
}
.width15px
{
    width: 15px;
}
.width25px
{
    width: 25px;
}
.width50px
{
    width: 50px;
}
.width60px
{
    width: 60px;
}
.width75px
{
    width: 75px;
}
.width85px
{
    width: 85px;
}
.width100px
{
    width: 100px;
}
.width125px
{
    width: 125px;
}
.width150px
{
    width: 150px;
}
.width175px
{
    width: 175px;
}
.width200px
{
    width: 200px;
}
.width225px
{
    width: 225px;
}
.width250px
{
    width: 250px;
}
.width300px
{
    width: 300px;
}
.width325px
{
    width: 325px;
}
.width350px
{
    width: 350px;
}
.width400px
{
    width: 400px;
}
.width450px
{
    width: 450px;
}
.width500px
{
    width: 500px;
}
.width550px
{
    width: 550px;
}
.width650px
{
    width: 650px;
}
.widthAuto
{
    width: auto;
}
.widthFull
{
    width: 100%;
}
/********* Item *********/
.itemLabel
{
    color: #496581;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    display: block;
}
.itemField
{
    padding: 2px 0px 2px 0px;
    display: block;
}
/* Field */
input.field,
textarea.field,
select.field
{
    background-color: #fcfcfc;
    border: 1px solid #d9d9d9;
    border: 1px solid rgba(181,181,181, 0.5);
    color: #152d4d;
}
input.fieldSelected,
textarea.fieldSelected,
select.fieldSelected
{
    background-color: #f7fafd;
    border: 1px solid #adbcd0;
    color: #223d61;
}
input.fieldDisabled,
textarea.fieldDisabled,
select.fieldDisabled
{
    background-color: #ebeef0;
    border: 1px solid #b5b5b5;
    color: #6f6f6f;
}
input.fieldReadOnly,
textarea.fieldReadOnly,
select.fieldReadOnly
{
    background-color: #f6f0e7;
    border: 1px solid #b5b5b5;
    color: #223d61;
}
input.fieldLabel,
textarea.fieldLabel,
select.fieldLabel
{
    color: #152d4d;
    border-width: 0;
}
/* Date Image */
.codePostal
{
    width: 55px;
}
.date
{
    text-align: center;
    width: 70px;
}
/* Chiffre */
.number
{
    width: 83px;
    text-align: right;
}
.numberSmall
{
    width: 55px;
    text-align: right;
}
.numberLarge
{
    width: 100px;
    text-align: right;
}
/* Info Bulle */
a.infoBulle
{
    z-index: 100;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
a.infoBulle:hover
{
    z-index: 100;
    font-size: 11px;
    font-weight: bold;
    color: #64b4ff;
    cursor: pointer;
    background-color: Transparent;
}
a.infoBulle span
{
    display: none;
}
a.infoBulle:hover span
{
    display: block;
    position: absolute;
    top: -0.3em;
    left: -18.5em;
    width: 20em;
    border: 1px solid #496581;
    color: #152d4d;
    background-color: #ffffe8;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    white-space: normal;
}
a.infoBulle:hover img
{
    vertical-align: middle;
}
a.infoBulle span span, a.infoBulle:hover span span
{
    display: inline !important;
    position: static !important;
    top: 0px !important;
    left: 0px !important;
    width: auto !important;
    border-style: none !important;
    background-color: transparent !important;
    padding: 0px !important;
}
.infoBulle .header
{
    display: block;
    color: #496581;
    font-weight: bold;
    border-bottom: 1px solid #496581;
    margin-top: 2px;
    min-height: 18px;
    margin-bottom: 4px;
    text-align: left;
}
.infoBulle .textHighlight
{
    color: #496581 !important;
}
.infoBulle .openHelp
{
    margin-top: 8px;
    text-align: right;
}

.infoBulle .helpIcon
{
    position: absolute;
    top: 5px;
    right: 5px;
    vertical-align: middle;
}
/* Info Bulle Ratio */
a.infoBulle_Ratio
{
    font-size: 12px;
    font-weight: bold;
    color: #0074cb;
    text-decoration: none;
}
a.infoBulle_Ratio:hover
{
    color: #64b4ff;
    position: relative;
    background-color: Transparent;
}
a.infoBulle_Ratio span
{
    display: none;
    position: absolute;
}
a.infoBulle_Ratio:hover span
{
    display: block;
    position: absolute;
    top: 1.5em;
    left: 0em;
    min-width: 350px;
    border: 1px solid #496581;
    color: #152d4d;
    background-color: #ffffe8;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    white-space: normal;
}
/*  Info Bulle Promotion */
a.infoBulle_Promotion
{
    z-index: 100;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
a.infoBulle_Promotion:hover
{
    z-index: 24;
    color: #64b4ff;
    background-color: Transparent;
}
a.infoBulle_Promotion span
{
    display: none;
}
a.infoBulle_Promotion:hover span
{
    display: block;
    position: absolute;
    top: 1.2em;
    left: -37.5em;
    width: 36em;
    border: 1px solid #496581;
    color: #152d4d;
    background-color: #ffffe8;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    white-space: normal;
}
/* - ContentBox - */
div.innerContentBox
{
    color: #496581;
    background-color: #e7eef6;
    border-top: 1px solid #7c9abd;
    border-right: 1px solid #7c9abd;
    border-left: 1px solid #7c9abd;
    border-bottom: 1px solid #7c9abd;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}
/* Hidden ToolBar Link Bouton*/
div.hidenToolBarLink
{
    z-index: 100;
    left: 8px;
    top: -22px;
    float: left;
    position: relative;
}
a.linkToolBarStart
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 117px;
    background-color: Transparent;
}
a.linkToolBarSaisieDonne
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 169px;
    background-color: Transparent;
}
a.linkToolBarAI
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 128px;
    background-color: Transparent;
}
a.linkToolBarRapport
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 127px;
    background-color: Transparent;
}
a.linkToolBarPublish
{
    display: block;
    z-index: 100;
    position: absolute;
    height: 46px;
    width: 122px;
    background-color: Transparent;
}
/* Shadow */
.shadowTop
{
    height: 8px;
    width: 100%;
    background: url(../images/gradientShadowTop.png) repeat-x;
}
/*********** Draggable ***********/
.draggable
{
    cursor:move;
}
/*********** Modal - DialogueBox ***********/
.dialogueBoxContainer
{
    top:100px;
    height:0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1003;
}
.dialogueBoxContent
{
    width: 450px;
    min-width: 300px;
    max-width: 600px;
    left: 0;
    right: 0;
    position: relative;
    margin: 0px auto;
    z-index: 1003;
}
.dialogueBoxBackground
{
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #666666;
    position: fixed;
    z-index: 1003;
}
/*********** Modal - WaitPanel ***********/
.waitPanelContainer
{
    height:0px;
    top:200px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1005;
    visibility:hidden;
    text-align:center;
}
.waitPanelContent
{
    display:inline-block;
    max-width: 400px;
    position: relative;
    padding: 10px;
    z-index: 1005;

    color: #ffffff;
    text-shadow: 1px 1px 0px #000000;
    border: 1px solid #456eac;
    border: 1px solid rgba(69,110,172,0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #5f6164;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}
.waitPanelBackground
{
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #666666;
    position: fixed;
    z-index: 1005;
}
/*********** Map ***********/
.mapContainer
{
    width: auto;
    height:600px
}
/*********** Import ***********/
.importContainer
{
    min-height: 600px;
    width: 60%;
    margin: 0px auto 0px auto;
}
.importContainerMobile
{
    /* IMP: Define Class In StyleSheet To Enable Import For Mobile Devices */
    max-width: 300px;
    margin-left: -5px;
    min-height: 400px;
}

