﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #F3F0E9;/*#b6b7bc;*/
    font-size: .80em;
    font-family: "Segoe UI","Helvetica Neue", Tahoma, Arial, Helvetica, Verdana, sans-serif;/*"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    margin: 0px;
    padding: 0px;
    color: #333333;
}

a:link, a:visited
{
    color: #034af3;
}

a
{
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

a img {
	text-decoration: none;
	border: 0 none;
	}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    /*font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;*/
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.pageBox
{
    width: 1160px;
    margin: 0px auto 0px auto;
    background-color: #fff;
    box-shadow: 2px 2px 7px 0px #BBBBBB;
}

.page
{
    width: 1160px;
    background-color: #fff;
  /* background-color:#f4f7fb;*/
    margin: 0px auto 0px auto;
    border: 0px solid #E6E6E6;/*#496077;*/
    visibility:hidden;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
   /* background: #4b6c9e;*/
    width: 100%;
    height:82px;
    background-color:#F3F0E9;/*#ffffff;*/
    /*height:120px;*/
    /*-moz-border-radius-topleft:8px; -webkit-border-top-left-radius:8px; -khtml-border-top-left-radius:8px; border-top-left-radius:8px;
    -moz-border-radius-topright:8px; -webkit-border-top-right-radius:8px; -khtml-border-top-right-radius:8px; border-top-right-radius:8px;
    -moz-border-radius-bottomleft:8px; -webkit-border-bottom-left-radius:8px; -khtml-border-bottom-left-radius:8px; border-bottom-left-radius:8px; 
    -moz-border-radius-bottomright:8px; -webkit-border-bottom-right-radius:8px; -khtml-border-bottom-right-radius:8px; border-bottom-right-radius:8px;*/
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    /*padding: 0px 12px;
    margin: 12px 8px 8px 8px;*/
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    margin-bottom:20px;
    text-align: center;
    line-height: normal;
    background-color:#ffffff;
    width:1160px;
    border-top-color: #E6E6E6;
    border-top-width:2px;
    border-top-style:solid;
    border-bottom-color: #E6E6E6;
    border-bottom-width:1px;
    border-bottom-style:solid;
    height:25px;
    font-size: 11px;
}

.footer a
{
    color: #00346f;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    width:100%;
}

div.menu
{
    /*padding: 4px 0px 4px 8px;*/
    padding: 4px 0px 0px 6px;
    z-index: 1000;
    position:absolute;
    top:47px;
    left:398px;/*450px;*/  
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 0;
    border: 1px #3a4f63 solid;
   /* border-bottom-width: 0px;*/
   background-color: #FFFFFF;
   text-align:center;
}

div.menu ul li a, div.menu ul li a:visited
{
   /* background-color: #3a4f63; /*#465c71;*/
    /*border: 0px #CCCCCC solid;*/
    border: 0px #3a4f63 solid;
    color: #00346F;
    font-weight:bold;
    font-size:11px;
    display: block;
    line-height: 1.35em;
    padding: 4px 6px;
    text-decoration: none;
    white-space: nowrap;
    border-right-width: 0.5px;
    border-right-style: solid;
    border-right-color: #CCCCCC;

}

/*.div.menu ul li level1:last-child
{
    border-right-width: 0px;
    border-left-width: 0.5px;
}*/

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color:#465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/*.level1 a
{
    width: 100%;
    height: 100%;
}*/

.level1:hover
{
   /* border-right-width:1px;
    border-left-width:1px;*/
}


.level1 li
{
    min-width:129px !important;/*108.5px !important;*/
}

.level2 li
{
   display:inline !important;  
   position:absolute !important;
   float:left !important;
   min-width:129px !important;
  /* border-right-width: 0.5px;
   border-right-style: solid;
   border-right-color: #CCCCCC;
   border-left-width: 0.5px;
   border-left-style: solid;
   border-left-color: #CCCCCC;*/
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #CCCCCC;
}

.level2 a
{
    color: Blue;
    background-color: #F7F7F7;
}

.level2
{
  /* border-left-width: 0.5px !important;
   border-left-style: solid !important;
   border-left-color: #CCCCCC !important;*/
}

.level3
{
    color: black;
    background-color: Silver;
    font-family: Gill Sans MT !important;
    font-size: small;
}

.hoverstyle
{
    font-weight: bold;
}

.level4
{
    background-color: Gray !important;
    color: White !important;
    font-size: small;
}   

.selected 
{
    color: #FFFFFF;
    background-color:#F7F7F7;
}

.Menu-Leads 
{
    border-top-color: #A5D9BC;/*#8A0808;*/
    border-top-style: solid;
    border-top-width: 5px;
}

.Menu-Leads .level2
{
   /* left:-260px !important;   */
    /*min-width:200px !important;*/
}

.Menu-Leads .level2 a
{
    border-top-color: #A5D9BC !important;/*#8A0808;*/
    border-top-style: solid !important;
    border-top-width: 3px !important;
}

.Menu-Leads a:hover
{
    background-color: #A5D9BC !important;
    color:#FFFFFF !important;
   /* border-bottom-color: #FFFFFF !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;*/
}
.Menu-Leads .selected
{
    background-color: #A5D9BC !important;
    color:#FFFFFF !important;
}

/*.Menu-Leads li a
{
    color: #8A0808 !important;
}*/
.Menu-EBulletin
{
    border-top-color: #C7B8EA;
    border-top-style: solid;
    border-top-width: 5px;
}
.Menu-EBulletin .level2
{
    left:-132px !important;    
    /*min-width:200px !important;*/
}
.Menu-EBulletin .level2 a
{
    border-top-color: #C7B8EA !important;/*#8A0808;*/
    border-top-style: solid !important;
    border-top-width: 3px !important;
}

.Menu-EBulletin a:hover
{
    background-color: #C7B8EA !important;
    color:#FFFFFF !important;
}
.Menu-EBulletin .selected
{
    background-color: #C7B8EA !important;
    color:#FFFFFF !important;
}
.Menu-Ressources
{
    border-top-color: #C5D5F0;
    border-top-style: solid;
    border-top-width: 5px;
}
.Menu-Ressources .level2
{
    left:-261px !important;
    /*left:-220px !important;*/    
    /*min-width:200px !important;*/
}
.Menu-Ressources .level2 a
{
    border-top-color: #C5D5F0 !important;/*#8A0808;*/
    border-top-style: solid !important;
    border-top-width: 3px !important;
}
.Menu-Ressources a:hover
{
    background-color: #C5D5F0 !important;
    color:#FFFFFF !important;
}
.Menu-Ressources .selected
{
    background-color: #C5D5F0 !important;
    color:#FFFFFF !important;
}
.Menu-Actus
{
    border-top-color: #EEBD74; /*#B404AE;*/
    border-top-style: solid;
    border-top-width: 5px;
}
.Menu-Actus .level2 a
{
    border-top-color: #EEBD74 !important;/*#8A0808;*/
    border-top-style: solid !important;
    border-top-width: 3px !important;
}
.Menu-Actus a:hover
{
    background-color: #EEBD74 !important;
    color: #FFFFFF !important;
}
.Menu-Actus .selected
{
    background-color: #EEBD74 !important;
    color:#FFFFFF !important;
}
.Menu-Info
{
    border-top-color: #D18080; /*#0B610B;*/
    border-top-style: solid;
    border-top-width: 5px;
    /*border-right-width: 0px !important;*/
}
.Menu-Info .level2
{
    left:-412px !important;
    /*left:-175px !important;*/
    /*min-width:200px !important;*/
}
.Menu-Info .level2 a
{
    border-top-color: #D18080 !important;/*#8A0808;*/
    border-top-style: solid !important;
    border-top-width: 3px !important;
}
.Menu-Info a:hover
{
    background-color: #D18080 !important;
    color:#FFFFFF !important;
}
.Menu-Info .selected
{
    background-color: #D18080 !important;
    color:#FFFFFF !important;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
   clear: both; 
}

.title
{
    display: block;
    float: left;
    text-align: left;
    /*width: 980px;
    max-height:80px;
    padding-left: 180px;*/
    width: 1062px;
    max-height:80px;
    padding-left: 98px;
    border-bottom-color: #00346F;
    border-bottom-width:1px;
    border-bottom-style:solid;
    
}

.title img
{
   padding-top:10px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*---------- CUSTOM -----------*/
.sliderUpload
{
    /*width: 400px;*/
}


.hiddenSliderImage
{
    display: none;
    /*background-color:Yellow;*/
}

.BOBlock
{
    width: 100%;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;   
    background-color: #F7F7F7;
    margin-bottom: 20px;
}

.BOBlockHalf
{
    width: 49%;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;   
    background-color: #F7F7F7;
    margin-bottom: 20px;
}

.BOBlock .BOBlockInfo
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.BOBlock .BOBlockSave
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: right;
}

.BOBlock .BOBlockSeparator
{
    border-top-color: #CCCCCC;
    border-top-width: 1px;
    border-top-style: dotted;  
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.BOBlock h2
{
    text-transform: none;
    font-size: 16px;
}

/*.BOBlock .BOBlockResults
{
    margin-left: 10px;
    margin-right: 10px;
}*/

.ImageGridDisplay
{
    height: 120px;
    max-height: 120px;
    /*width: 200px;
    max-width: 200px;*/
}

.GridViewStyle
{
    width: 100%;
    border-width: 0px;    
}

.GridRowStyle
{
    background-color: #FFFFFF;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:1px;
    border-top-color:#CCCCCC;
    border-top-style:solid;
} 

.AlternateGridRowStyle
{
    background-color: GhostWhite;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:1px;
    border-top-color:#CCCCCC;
    border-top-style:solid;
}

.GridDefaultColumn
{
    text-align:left;
    vertical-align:bottom;
    border-bottom-width:2px;
    border-bottom-style:ridge;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:0px;
    border-bottom-color: LightSteelBlue;
    background-color: SteelBlue;
    color: #FFFFFF;
}

.GridCenterAlignColumn
{
    text-align:center;
    vertical-align:bottom;
    border-bottom-width:2px;
    border-bottom-style:ridge;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:0px;
    border-bottom-color: LightSteelBlue;
    background-color: SteelBlue;
    color: #FFFFFF;
}

.HomeSlider
{
    width: 100%;
    text-align:center;   
}

.HomeSliderContent
{
    width: 90%;
    max-width: 90%;
    height: 304px;
    max-height: 304px;
    text-align:center; 
    /*background-color: #CCCCCC;*/
    border-width: 1px;
    border-style:solid;
    border-color: LightSteelBlue;
}

.HomeSliderContent img
{
    text-align:center;
    width:828px;
    height: 304px;
    max-height: 304px;
    
    /*position: relative;
    top: 0px;*/
}

.SliderImage
{
    text-align:center;
    /*width:858px;
    min-width:858px;*/
    width:1160px;
    min-width:1160px;
    mi-width:1160px;
    height: 304px;
    max-height: 304px;
   /* position:relative;
    z-index: 3000;*/
}

#slideContainer
{
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale')";
}

.BlocAnnonceur
{
    box-shadow: 2px 2px 7px 0px #BBBBBB; 
    padding-bottom:40px; 
    display: inline-block; 
    text-align:left; 
    width:225px; 
    min-width:225px;
    max-width:225px; 
    height:168px;
    max-height:168px;
    min-height:168px;
    background-color:#FFFFFF;  
    border-color:#CCCCCC; 
    border-width:1px; 
    border-style:solid; 
    padding: 5px 5px 5px 5px; 
    font-size:11px;    
}

.BlocEbulletin
{
    padding-bottom:0px; 
    display: inline-block; 
    text-align:center; 
    width:225px; 
    min-width:225px;
    max-width:225px; 
    /*height:148px;
    max-height:148px;
    min-height:148px;*/
    padding: 15px 15px 15px 15px; 
    font-size:11px;    
}

.BlocEbulletinDetail
{
    padding-bottom:0px; 
    display: inline-block; 
  /*  text-align:center; */
    width:225px; 
    min-width:225px;
    max-width:225px; 
    /*height:148px;
    max-height:148px;
    min-height:148px;
    padding: 5px 5px 5px 5px; */
    font-size:11px;
}

.ReadMore
{
    color: #0066CC !important;
    cursor:pointer !important;
    text-decoration: none !important;
    font-size:11px !important;
    font-weight: normal !important;
}

.DialogSubscription
{
    box-shadow: 2px 2px 7px 0px #808080;
}

.DialogSubscription .infoSubscription
{
    width: 100%;
    display: inline-block;
    padding-bottom:5px;
}

.DialogSubscription .itemSubscription
{
    width: 49%;
    display: inline-block;
    font-size:12px;
   /* padding-top:15px;*/
}

.infoSubscription label
{
    width:170px;
    min-width:170px;
    display:inline-block;
    font-size:12px;
}

.itemSubscription label
{
    width:160px;
    min-width:160px;
    display:inline-block;
    font-size:12px;
}

.DialogSubscription input
{
    width:280px;
    border: 1px solid #C5DBEC;
    height: 20px;
    -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; -khtml-border-top-left-radius:4px; border-top-left-radius:4px;
    -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; -khtml-border-top-right-radius:4px; border-top-right-radius:4px;
    -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; -khtml-border-bottom-left-radius:4px; border-bottom-left-radius:4px; 
    -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; -khtml-border-bottom-right-radius:4px; border-bottom-right-radius:4px;
}

.itemSubscription input
{
    width:15px;
    min-width:15px;
    display:inline-block;
    vertical-align:middle;
    border-width: 0px;
}

.pageContent
{
    color: #000000;    
    padding-left:20px;
    padding-right:20px;
    padding-top:30px;
    padding-bottom:30px;
    font-size: 14px;
}

.pageContent h2, h3
{
    color: #000000;
}

.pageContent .imageBox
{
    box-shadow: 2px 2px 7px 0px #BBBBBB;
}

.pageContent li
{
    padding-bottom:20px;
}

#logoBaseLine
{
    position:relative;
    top: 10px;
    left: -174px;
    color: #000000;
    font-size: 12px;
}

.ebTypeTitle
{
    font-weight: bold;
    margin-bottom: 10px;    
    display:block;
    font-weight:12px;
}

#divProposition
{
    padding-top:20px; 
    padding-bottom:20px; 
    margin-left: 130px;
    margin-right: 130px;
    width:905px; 
    text-align:center;
    font-size:14px;
}

#divProposition span
{
    width:100%;
    display:block;
}

.emButton
{
    background-color: #F7F7F7;
    border-color: #888888;
    border-style:solid;
    border-width:1px;    
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    color: SteelBlue !important;
    font-size:12px;
    font-weight:bold !important;
    cursor: pointer;
    text-decoration:none;
    -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; -khtml-border-top-left-radius:4px; border-top-left-radius:4px;
    -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; -khtml-border-top-right-radius:4px; border-top-right-radius:4px;
    -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; -khtml-border-bottom-left-radius:4px; border-bottom-left-radius:4px; 
    -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; -khtml-border-bottom-right-radius:4px; border-bottom-right-radius:4px;
    box-shadow: 2px 2px 3px 0px #CCCCCC;
}

.emButton:hover
{
    color: #ffffff !important;
    /*border-color: #cccccc;*/
    background-color: #BDBDBD;/*LightSteelBlue;
    box-shadow: 2px 2px 3px 0px Darkgray;*/
    
}

.textContent
{
    margin-left:150px;
    width:820px;    
}
.textContent label
{
    font-weight:bold;    
}

.internationalInfo
{
    width:100%;
    display:inline-block;    
    
}
.internationalInfo span
{
    width:31%;
    display:inline-block; 
    height:80px;
    vertical-align:top;
    padding-right:10px;
    padding-bottom:40px;
/*border-style:solid;
border-color:#CCCCCC;
    border-width:1px;*/
}
.countryLabel
{
    color:#666666 !important;
    font-weight: normal !important;    
}
.itemLabel
{
    font-weight: normal !important;    
}

.Imgtext
{
    font-weight:normal !important; 
    font-size:20px; 
    color:#FFFFFF;
    position:relative; 
    text-decoration:none;
}
.ImgtextShadow
{
    font-size:20px; 
    font-weight:normal !important; 
    color:#FFFFFF;
    position:relative; 
    text-decoration:none;
    /*text-shadow: 0.1em 0.1em 0.05em #333;*/
    text-shadow: 0.1em 0.04em 0.11em #333333;
}

.SocialLinks
{
   position:absolute;  
   top:10px; 
   right:110px;
}

.social-networks{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.social-networks li{
	padding: 0 4px 0 0;
	float:left;
}
.social-networks a,
.social-networks{
	float:left;
	overflow:hidden;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:url(../images/icos-social-networks.gif) no-repeat;
}

.standardLink
{
    font-weight: normal !important;
    color: #0066CC !important;    
}
.standardLinkBold
{
    font-weight: bold !important;
    color: #0066CC !important;    
}
