
@font-face {
    font-family: "Din Web";
    src: url('../font/dinWeb/DINWeb.eot');
    src: local('Din Web'),
    url('../font/dinWeb/DINWeb.woff') format('woff'),
    url('../font/dinWeb/DINComp.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Din Web";
    src: url('../font/dinWeb/DINWeb-Bold.eot');
    src: local('Din Web'),
    url('../font/dinWeb/DINWeb-Bold.woff') format('woff'),
    url('../font/dinWeb/DINComp-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Din Web";
    src: url('../font/dinWeb/DINWeb-Ita.eot');
    src: local('Din Web'),
    url('../font/dinWeb/DINWeb-Ita.woff') format('woff'),
    url('../font/dinWeb/DINComp-Ita.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "Din Web";
    src: url('../font/dinWeb/DINWeb-Light.eot');
    src: local('Din Web'),
    url('../font/dinWeb/DINWeb-Light.woff') format('woff'),
    url('../font/dinWeb/DINComp-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Din Web";
    src: url('../font/dinWeb/DINWeb-BoldIta.eot');
    src: local('Din Web'),
    url('../font/dinWeb/DINWeb-BoldIta.woff') format('woff'),
    url('../font/dinWeb/DINComp-BoldIta.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: "Din Web";
    src: url('../font/dinWeb/DINWeb-Medium.eot');
    src: local('Din Web'),
    url('../font/dinWeb/DINWeb-Medium.woff') format('woff'),
    url('../font/dinWeb/DINComp-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: medium;
}

.breaker{
    width:100%;
    visibility:hidden;
    clear:both;
    display:block;
}

/* color*/
.blue{
    background-color:#1e88dd;
}
/*** color ***/


/********** ARROW NAVIGATION ***********/

.navigation a span{
    display:none;
}
.navigation .bullet{
    text-align:center;
    position:absolute;
    bottom:15px;
    width:100%;
}
.diaporama .navigation .bullet ol{
    margin-left:227px;
}

.navigation .bullet ol{
    width:auto;
}

.navigation .next{
    right:23px;
    top:25%;
    position:absolute;
}
.navigation .previous{
    left:-84px;
    top:25%;
    position:absolute;
}

.navigation .arrow a{
    width:54px;
    height:169px;
    display:block;
}

.navigation .bullet li{
    display:inline-block;
    vertical-align:bottom;
}
.navigation .bullet li a{
    width:15px;
    height:15px;
    display:block;
}


/***************************************/

/*********** MENU LEFT *****************/
#content #menu {
    width: 210px;
}
#wrapper #menu-bottom{
    display:none;
}
#content #menu > ul, #content #menu .jspPane > ul{
    width: 210px;
}


#menu{
    float:left;
    height: 360px;
    overflow: auto;
    padding-right:17px;
}
.glossaire #menu{
    height:86.5%;
}
#menu li{
    padding-bottom:13px;
}
#menu li ul{
    margin-top:10px;
    margin-left:21px;
}
#menu li.last{
    padding-bottom:0px;
}
#wrapper #menu li a ,#wrapper #menu li a:hover{
    font-size:1.025em;
    font-weight: 100;
}
#menu li a.hide{
    display :none;
}

/***************************************/


body{
    width: 100%;
    height:100%;
    font-family:"Din Web",Arial,Helvetica;
}
#mask{
    top:0;
    left:0;
    width:100%;
    position:absolute;
    background:url(../images/css/mask.png) 50% 0 repeat-y;
    height:1070px
}

#background{
    width:100%;
    top:81px;
    height:100%;
    position:absolute;
    background-color: #9C9999;
    height:989px;
}
#header-background{
    width:100%;
    top:0;
    height:81px;
    position:absolute;
    background-color:white;
}
#n3-banner-background{
    top:81px;
}
.n3-banner-background{
    width:100%;
    height:29px;
    position:absolute;
    left:0;
}


.rubrique #breadcrumb-background,
.presselist #breadcrumb-background,
.presse #breadcrumb-background,
.glossaire #breadcrumb-background,
.resultats #breadcrumb-background,
.diaporama #breadcrumb-background,
.satellite #breadcrumb-background,
.contact #breadcrumb-background,
.subscribe #breadcrumb-background,
.faq #breadcrumb-background,
.sitemap #breadcrumb-background{

    width:100%;
    top:280px; /*199+81*/
    top:20%;
    top:calc(20% + 65px);
    height:71px;
    position:absolute;
}


.presselist #container-background,
.rubrique #container-background,
.contact #container-background,
.subscribe #container-background,
.faq  #container-background{
    top:280px;
    top:20%;
    top:calc(20% + 65px);
    position:absolute;

}
.presselist .container-background,
.rubrique .container-background,
.contact .container-background,
.subscribe .container-background,
.faq .container-background{
    width:100%;
    height:550px;
    background-color:#283c3c;
    background-color:rgba(40, 60, 60,0.7);

}
.contact .container-background,
.subscribe .container-background,
.faq .container-background{
    background-color:#4a5a60;
    background-color:rgba(74, 90, 96,0.7);
}

.diaporama #container-background{
    top:280px;
    top:calc(20% + 65px);
    position:absolute;
    height:175px;
    width:100%;
}
.diaporama .container-background{

}


.home #container-background{
    top:37%;
    top:calc(37% + 53px);
}
.home .container-background{
    width:100%;
    height:234px;
    position:absolute;
    background:url(../images/css/banner-news-background.png) 50% 0 repeat-y;
}

.portail #summary-background{
    top:20%;
    top:calc(20% + 65px);
}

.portail #summary-background{
    position:absolute;
}

.portail .summary-background{
    height:479px;
    width:100%;
}

.portail #summary-footer-background{
    top:20%;
    top:calc(20% + 65px + 479px);
}
.portail #summary-footer-background{
    /*top:759px;*/
    position:absolute;


}
.portail .summary-footer-background{
    height:71px;
    /*background-color:#283c3c;
    background-color:rgba(40, 60, 60,0.6);
    opacity:0.6;*/
    background:url("../images/css/shadow-box-newslist-vertical.png") repeat-x scroll 0 0 transparent;
    width:100%;
}
#diaporama .textZone {
    font-style: normal;
    font-size: 18px;
    display:none;
}
#footer-background{
    top:/*989-27(9) +81*/1043px;
    position:absolute;
}
.footer-background{
    width:100%;
    height:27px;
    opacity:0.8;
    background-color:#ffffff;
}

#footer-background.flex-footer{
    background-color:transparent;
}
#footer.flex-footer{
    position:fixed;
    top:auto;
    bottom:0;
    left:0;
    right:0;
    z-index:100;
}

#wrapper{
    width:1224px;
    margin:0 auto;
    position:relative;
}
#header ,#header a {
    color: #6E6E6E;
    text-decoration:none;
}

#header{
    height:50px;
    margin-top:31px;
    margin-top:0;
    padding-top:31px;
}

#header #logo{
    display:inline-block;
    vertical-align:middle;
}
#header img{
    display:inline-block;
    vertical-align:middle;
}

#header #menu-box{
    width:650px;
    margin-left:20px;
    display:inline-block;
    vertical-align:middle;
    font-size: 0.78em;
    position:relative;
    text-align:left;
}
#header #menu-box .menu-link{
    display:none;

}
#header  #net {
    display:inline-block;
    vertical-align:middle;
}

#header  #net li ,#header  .menu li{
    display:inline-block;
    vertical-align:top;
}

#header  .menu li{
    text-transform: uppercase;
    word-wrap: break-word;
    font-weight: normal;
}

#header  .menu li ul{
    position:absolute;
    top:35px;
    z-index:10;
    left: 0;
    width: 1000px;
}

#header-bottom{
    display:none;
}

#header .menu li li{
    color: #58595B;
    line-height:34px;
    padding:0;
}
.menu li li a{
    color: #58595B;
    text-align:center;
    height:60px;
    position:relative;
    display:block;
    padding:0 15px;
    font-weight: bold;

}
#header  .menu li ul li a:hover,#header  .menu li ul li a:active,#header  .menu li ul li a:focus, #header  .menu li ul li.current{
    opacity:0.8;
    background-color:#ffffff;
    position:relative;
    font-weight: bold;
}
#header  .menu li ul li a:hover .cartouche,#header  .menu li ul li a:focus .cartouche,#header  .menu li ul li a:active .cartouche, #header  .menu li ul li.current .cartouche{
    position:absolute;
    height:10px;
    width:100%;
    left:0;
    bottom:0;
}


.menu li.first{
    padding:0;
}
.menu li{
    padding:0;
}

#header #search{
    background:none;
    background-color: #E5E5E5;
    display:inline-block;
    vertical-align:top;
    width:148px;
    height:24px;
    padding : 5px 0 5px 6px;

}
#header #search input{
    padding :0;
    border:0;
    width: 110px;
    line-height:24px;
    height:24px;
    display:inline;
    font-weight: 100;
    margin-right: 5px;
}


#header #search .sr_search{
    background:url(../images/css/magnifyer.png) 3px 5px no-repeat ;
    display:inline;
    vertical-align:top;
    width:22px;
    height:22px;
    margin:0;
    cursor:pointer;

}

#wrapper .network{
    display: inline-block;
    vertical-align: top;
    margin-left:14px;
}

#wrapper .social-box > a{
    display:none;
}

#wrapper .social li{
    width:17px;
    height:17px;
    margin-right:1px;
    display: inline-block;
}
#wrapper .social li.last{
    margin:0;
}

#wrapper .network .market{

    padding-top:5px;
    font-size: 0.7em;
    text-align: right;
    /*width: 108px;*/
}
#wrapper .network .market .stockMarketValue{
    background: url("../images/css/market-down.png") no-repeat scroll 100% 100%;
}
#wrapper .network .market .stockMarketValue.asc{
    background-image: url("../images/css/market-up.png");
}
#wrapper .network .market,#wrapper .network .market a{
    color:#1c9cf6;
}

#wrapper .network .market .stockMarketValue a {
    margin-right: 15px;
    font-weight: normal;
}

#wrapper .network .market .stockMarketValue span {
    color: #6E6E6E;
    margin-right: 5px;
}

#wrapper .social li a:hover{
    opacity:0.7;
}

#header .lang {
    display:inline-block;
    vertical-align:top;
    float: right;
    position:relative;
    width: 105px
}

#header .lang .lang_dynamic {
    /*
    padding-right: 15px;
    width: 80px;
    */
    border-bottom-width: 24px;
    border-left-width: 0;
    /*margin: 0 -87px 0 0;*/
    padding-bottom: 0;
}

#header .lang .lang_dynamic a.langage {
    /*margin-left:-86px;*/
    padding:0 23px 0 15px;
    background: url("../images/css/menu-lang.png") no-repeat scroll 92% center transparent;
}

#header .lang .lang_dynamic ul {
    display: none;
    width:62px;
}

#header .lang .lang_dynamic.open ul {
    display: block;
    position: absolute;
    z-index: 10;
    background-color: #FFFFFF;
    /*padding: 5px 10px;*/
    padding:5px 32px 5px 15px;
    /* width:71px;*/
    /*margin-left: -86px;*/
}
#header .lang .lang_dynamic.open li {
    margin:5px 0;
}

#header .lang .lang_static {
    display: none;

}

#header .lang .lang_mobile {
    display: none;
}

#content{
    /*padding-top:35px;*/
    height:989px;
    position: relative;
    background-color: #9C9999;

    /*border-left: 1px solid black;
    border-right: 1px solid black;*/
}

.portail #breadcrumb, .home #breadcrumb{
    display:none;
}

#breadcrumb{
    width:auto;
    left:0;
    right:0;
    top:199px; /*280-81*/
    top:20%;
    height:71px;
    position:absolute;
}
#breadcrumb li{
    color:#ffffff;
    text-decoration:none;
    font-size: 1.19em;
    text-decoration: none;
    text-transform: uppercase;
}

#breadcrumb a{
    font-weight: 100;
}

#breadcrumb a:hover{
    text-decoration:underline;
}


#breadcrumb ul{
    display:block;
    height:100%;
    padding-left:6px;
}
#breadcrumb ul li{
    display:inline-block;
    line-height:71px;
    padding-left:36px;
    background: url(../images/css/breadcrumb-sep-screen.png) 18px center no-repeat transparent;
}
#breadcrumb ul li.first{
    padding-left:0px;
    background:none;
}

#rubriques, #contact, #faq, #subscribe{
    left:0;
    right:0;
    width:auto;
    top:270px; /*199 +71*/
    top:20%;
    top:calc(20% + 71px);
    height:406px;
    position:absolute;
    padding-top:73px;
    padding-left:3px;

}

#portail{
    width:100%;
    top:20%;
    position:absolute;
}

#diaporama{
    left:0;
    right:0;
    top:270px; /*199 +71*/
    top:calc(20% + 71px);
    height:calc(80% - 71px - 27px - 45px);
    padding-bottom:45px;
    position:absolute;
}

#satellite{
    left:0;
    right:0;
    top:270px; /*199 +71*/
    top:calc(20% + 71px);
    /*padding-bottom:45px;*/
    position:absolute;
    height: calc(80% - 71px - 27px);
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

#presse, #resultats, #glossaire, #sitemap{
    width:100%;
    top:270px; /*199 +71*/
    top:20%;
    top:calc(20% + 71px);
    height:412px;
    position:absolute;
    padding-top:68px;
    padding-left:0px;
}
.presse #presse, #resultats, #glossaire, #sitemap{
    padding-top:0px;
    height:auto;
    height:calc(80% - 71px - 27px);
}

.presse #presse-wrapper , #resultats-wrapper, #glossaire-wrapper,#sitemap-wrapper{
    background-color: #FFFFFF;
    height: 692px;
    height:100%;
    margin:0 auto;
    overflow: auto;
    padding-right: 23px;
    width:auto;
    width: 776px;
}
#sitemap-wrapper{
    padding-left: 51px;
    padding-right: 163px;
    width: 585px;
}

#footer{
    height:27px;
    position:absolute;
    width:100%;
    bottom:0px;
}

#footer ul li a {
    color: #333333;
    text-decoration:none;
    font-weight: normal;
}

#footer ul{
    text-align:center;
    display:block;
}
#footer ul li{
    color: #333333;
    display:inline-block;
    margin-right:92px;
    line-height: 27px;
    font-size:0.75em
}
#footer .network{
    display:none;
}

#content, #content a{
    color:#ffffff;
    text-decoration:none;
}

#content #title h2 span{
    display:block;
    font-weight: 100;
}

#content .jspVerticalBar {
    /*width: 10px;*/
    background-color: #FFFFFF;
}

#content .jspHorizontalBar {
    display: none;
}

#content .jspDrag {
    background: #00C8FE;
}

#content .jspTrack {
    background: #117E9B;
}

/****** HOME**********/

#content div#title{
    position:absolute;
    top:17%;
    left:476px;
}
#content #title h2{
    color:white;
    font-size:2.8em;
}

#content #bandeau-news{
    width:100%;
    top:37.3%;
    height:204px;
    position:absolute;
    padding:15px 0;
}
#bandeau-news .news ,#bandeau-news .news a{
    color:#000000;
}
.news li .content .desc {
    font-size: 0.7em;
    text-transform: uppercase;
}

#bandeau-news .news {
    height: 100%;
    float: left;
}
#bandeau-news .news  li{
    float:left;
    width:213px;
    height:100%;
    background-color:#ffffff;
    margin-left:23px;
    position:relative;
}
#bandeau-news .news  li .content{
    padding-top:3px;
    padding-left:4px;
    padding-right:5px;
}
#bandeau-news .news  li .content img,#bandeau-news .news  li .content .title {
    display:block;
}

#bandeau-news .news  li .content .title {
    font-weight: 100;
}

#bandeau-news .news  li .content p{
    font-size:0.75em;
    margin-top:3px;
}

#bandeau-news .news  li .content .date{
    margin-top:5px;
    color:#818284;
}

#bandeau-news .news  li  .infos .cartouche{
    display:none;
}
#bandeau-news .news  li .cartouche{
    height:9px;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
}

#bandeau-news .news  li.first{
    margin-left:0px;
}

#bandeau-news .line-news  {
    float:right;
    height:100%;
}
#bandeau-news .line-news  li{
    display:block;
    padding-top:27px;
    padding-bottom:17px;
    padding-left:22px;
    height:24px;
    width:225px;
    font-size:1.05em;
    color:#ffffff;
    border-bottom:1px solid #ffffff;
    background:url(../images/css/puce-banner-news.png) 0 54% no-repeat transparent;
}
#bandeau-news .line-news  li a{
    color:#ffffff;
    text-decoration:none;
    font-weight: 100;
}
#bandeau-news .line-news  li a:hover{
    text-decoration:underline;
}
/****** HOME FIN **********/



/****** PORTAIL ***********/

#portail , #portail a{
    color :#ffffff;
    text-decoration:none;
}

#portail a:hover,#portail a:active,#portail a:focus {
    color:#ffffff;
    text-decoration:underline;
}


#portail .portail-wrapper{
    padding-top:72px;
    height:478px;
    position:relative;
}


#portail .newslist ul li .news img{
    float:left;
    margin-right:6px;
    /*height:46px;*/
    width:74px;
}
#portail .sommaire .introduction{
    float:left;
    width:32%;
}

#portail .sommaire .introduction h2{
    font-size: 2.7em;
    margin-bottom:55px;
}

#portail .sommaire .introduction p{
    font-size: 1.52em;
    line-height: 1.3em;
}

#portail .sommaire .pageslist{
    margin-left:32%;
    width:68%;
}

#portail .portail-wrapper .sommaire .pageslist ul{
    text-align:left;
}
#portail .portail-wrapper .sommaire .pageslist ul li{
    display:inline-block;
    vertical-align:top;
    text-align:left;
    width:226px;
    padding-left:20px;
    line-height:24px;
}

#portail .portail-wrapper .sommaire .pageslist ul li ul{
    padding-top:12px;
}

#portail .portail-wrapper .sommaire .pageslist ul li.first{
    padding-left:0;
}

#portail .portail-wrapper .sommaire .pageslist ul li a{
    display:block;
    font-size:1.15em;
    line-height: 24px;
    font-weight:bold;
}

#portail .portail-wrapper .sommaire .pageslist ul li ul li.sep{
    border-bottom: 1px solid #ffffff;
    margin-bottom: 11px;
    padding-bottom: 12px;
}
a.sep{
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0em;
    padding: 6px 0 5px;
}
a.no-child2{
    margin: 0 0 11px;
}

a.first.no-child{
    padding: 0 0 6px;
    /* margin: 0 0 5px;*/
    margin:0
}

a.first.no-child2{
    padding: 0 0 6px;
}

a.last.no-child{
    padding: 6px 0 5px;
}
a.last.no-child2{
    padding: 6px 0 5px;
    margin:0;
}

#portail .portail-wrapper .sommaire .pageslist ul li li{
    padding-left:0;

}
#portail .portail-wrapper .sommaire .pageslist ul li li a{
    font-size: 1em;
    display:block;
    font-weight:normal;
}

#portail .newslist{
    position:absolute;
    height:71px;
    width:100%;
    bottom:0;
}
#portail .newslist ul{
    padding-top:15px;
    padding-bottom:10px;
}
#portail .newslist ul li{
    display : inline-block;
    width:33%;
    vertical-align:top;
}
#portail .newslist ul li .news .text{
    margin-left:80px;
}

/****** PORTAIL FIN *******/




/******* GENERIQUE ********/
#rubriques, #rubriques a{
    color:#ffffff;
    text-decoration:none;
}
#rubriques a:hover,#rubriques a:focus,#rubriques a:active{
    text-decoration:underline;
}

#rubriques .paragraph{
    margin-left:231px;
    margin-right:0;
    width:990px;
}
#rubriques .columns .zone{
    float:left;
    width:379px;
    height:360px;
    overflow:auto;
    padding-right:60px;
    padding-left:50px;
}
#rubriques .columns .zone.no-scroll{
    overflow:hidden;
}

#rubriques .columns .right{
    /*margin-left:487px;*/
    float:none;
    padding-right:0px;
    padding-left:0px;
}

#rubriques .zone .text{
    border-top:1px solid #c8cfc4;
}
#rubriques .zone .titles{
    font-size: 1.4em;
    /*     letter-spacing: 0.05em; */
    line-height: 1.4em;
    padding-bottom: 35px;
}
#rubriques .zone .survey{
    padding:15px 0;
    text-align: center;
}
#rubriques .zone .survey p{
    text-align: left;
}
#rubriques .zone .survey p,#rubriques .zone .survey span{
    display:inline-block;
    vertical-align:middle;
}

#rubriques .zone .survey .numeric{
    font-size:4.5em;
    vertical-align:top;
}
#rubriques .zone .survey .percent{
    font-size:2em;
    font-weight:bold;
    vertical-align:top;
}
#rubriques .zone .survey .quote{
    vertical-align:bottom;
    width:217px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left:4px;
}

#rubriques .zone .links{
    padding:20px 0 0;

}
#rubriques .columns .zone .links li.odd,#rubriques .zone .links li.first{
    padding:0;
}

#rubriques .zone .first{
    border-top:0 none;
}

#rubriques .zone .richtext {
    color: #EDEDED;
}

#rubriques .navigation-wrapper{
    position:relative;
    height:100%;
}
/******* GENERIQUE FIN ********/

/******* PRESSE		**********/


#presse , #presse a{
    color: #EDEDED;
    text-decoration:none;
}

#presse .dates ,#presse #menu{
    float:left;
    font-size:1em;
    font-weight: 100;
    width:124px;
}
#presse .dates > ul , #presse .dates .jspPane > ul
#presse #menu > ul ,  #presse #menu .jspPane > ul{
    width:124px;
}


#presse .dates ul li{
    margin-bottom:15px;
    font-weight: 100;
}
#presse .dates ul li a:hover{
    text-decoration:underline;
}

#presse .presselist{
    height: 395px;
    margin-left:171px;
    overflow: auto;
    padding-right: 56px;
    width:997px;
}

#presse .presselist li{
    border-bottom: 2px dotted #A5A5A4;

    padding-bottom: 14px;
    padding-top:21px;
}
#presse .presselist li.first{
    padding-top:2px;
}
#presse .presselist li .news .date{
    font-size:0.8em;
    font-weight:normal;
}

#presse .presselist li .news p{
    font-size:1.3em;
    /* 	letter-spacing: 0.9px; */
}
#presse .presselist li .news .titre{
    margin-top: 5px;
    font-weight:100;
}
#presse .presselist li .news .more p{
    padding:17px 0;
    font-size: 1em;
    line-height: 1.1em;
    font-weight:100;
}


#presse .presselist li .news .link{
    padding-left:18px;
    text-decoration:underline;
    font-size:0.9em;
    font-weight:100;
}
#presse .presselist li .news .link:hover{
    color:#ffffff;
}

#presse .presselist li .news .first{
    padding-left:0px;
    font-weight:100;
}

/******* Detail *************/

.presse #presse,.presse #presse a {
    color:#000000 ;
}

#presse .detail{
    padding: 36px 58px 43px 34px;
    position:relative;
}
#presse .detail ul{
    list-style:disc inside;
}
#presse .detail .title{
    font-size:1.5em;
    padding-bottom:43px;
    color: #00A1F1;
    font-weight: 100;
}
#presse .detail .intro{
    font-size:.95em;
    color: #595959;
    padding-bottom: 20px;
    font-weight: 100;
}
#presse .detail .intro li{
    padding-bottom:20px;
}
#presse .detail .intro li p{
    display: inline-block;
    width: 97%;
}
#presse .detail .text{
    font-size: 0.8em;
    color: #595959;
    font-weight: 100;
}
#presse .detail .text p{
    padding-bottom:20px;
}
#presse .detail .text ul{
    padding-bottom:20px;
}

#presse .detail .socialsharing {
    margin-top: 5px;
    position: absolute;
    right: 70px;
    top: 11px;
    float: right;
    list-style-type: none;
    margin-right: 10px;
}

.socialsharing li{
    display: inline;
    margin: 5px 0 5px;
}

#presse .detail .socialsharing img{
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 24px;
}
#presse .detail img{
    padding-bottom:50px;
    margin: 0 10px;
}

#presse .detail .back .fleche {

    right:18px;
    background-position: -15px top;
    background-image:url(../images/css/back-arrow.jpg);
    background-repeat:no-repeat;
    padding-right: 0;
    padding-left: 18px;
    padding-top: 8px;
}
#presse .detail .back {
    top: 18px;
    right: 1px;
    position: absolute;
    text-decoration: underline;
    color: #A6A6A6;
    background-position: left top;
    text-align: right;
    padding-left: 0;
}


/******* Detail  FIN ********/


/******* PRESSE FIN *********/



/******* Recherche **********/

/*voir presse structures
    #Resulats{
    }
*************************/
#resultats-wrapper{
    width:799px;
    padding-right:0px;

}
#resultats .liste{
    padding: 23px 33px 33px 32px;
    position:relative;
    color:#58585a;
}
#resultats .nbresults{
    background-color:#00a0f0;
    height:31px;
    line-height:31px;
    color:#ffffff;
    padding-left:8px;
    margin-top:21px;
    font-weight: 100;
}
#resultats .liste a, #resultats .liste .date {
    color:#c0c0c0;
    font-size:0.6em;
    margin-top:8px;
}

#resultats .title{
    margin-bottom:12px;
    font-weight: normal;
}
#resultats .title a{
    text-decoration:none;
    color:#00a0f0;
    font-size:1.28em;
    font-weight: 100;
    margin-top:0px;
}
#resultats ul{
    margin-top:12px;
}
#resultats ul li{
    padding-bottom:19px;
    padding-top:18px;
    border-bottom:1px dotted #9fdbf9;
    padding-right:60px;
}
#resultats	.complexSearch{
    text-align:left;
    color:#58585a;
}

.complexSearch .line{
    margin-bottom:8px;
}
.complexSearch .btleft{
    display:inline-block;
    width:532px;
}
.complexSearch .btright{
    width:178px;
    display:inline-block;
    text-align:right;
    vertical-align: top;
}
.complexSearch label{
    width:90px;
    display:inline-block;
    margin-right:5px;
    font-weight: 100;
}
.complexSearch .btright label{
    display:none;
}
.complexSearch #advancedSearchInput{
    width:410px;
    margin-right:8px;
    height:24px;
    line-height:24px;
    border-top:2px solid #ececed;
    border-bottom:2px solid #ececed;
    border-left:2px solid #ececed;
    border-right:1px solid #ececed;
    padding:0 0 0 7px;
    display:inline-block;
    font-weight: 100;
}
.complexSearch .select{
    height:28px;
    border-top:2px solid #ececed;
    border-bottom:2px solid #ececed;
    border-left:2px solid #ececed;
    border-right:1px solid #ececed;
    background-color: #F8F8F8;
    text-align:center;
    padding-bottom: 2px;
    padding-right: 1px;
    padding-top: 4px;
}
.complexSearch	.select option{
    text-align:left;
    font-weight: 100;
}

.complexSearch	#selector{
    width:178px;
    font-weight: 100;
}
.complexSearch #dateSelector{
    width:219px;
    font-weight: 100;
}
.complexSearch .submit{
    width:178px;
    border-top:2px solid #c6c7c9;
    border-bottom:2px solid #c6c7c9;
    border-left:2px solid #c6c7c9;
    border-right:1px solid #c6c7c9;
    background-color: #F5F5F5;
    height:28px;
    font-weight: 100;
}

.liste ul li .searchHighlightedText {
    font-weight:bold;
}
/******* Recherche Fin ******/


/******* DIAPORAMA ********/
#diaporama #menu {
    padding-top:24px;
    margin-top:104px;
    margin-right:-227px;
    position:relative;
    height:auto;
    height:calc(100% - 104px + 45px);
}

#diaporama .ad-gallery {
    width:auto;
}
#diaporama .diapos{
    width:auto;

}
.ad-gallery .ad-thumbs li a img {
    height:56px;
    max-width: 80px;
}


.ad-gallery .ad-image-wrapper, .ad-image-wrapper {
    width:auto;
    margin-left:227px;
}
.diapos .ad-image-wrapper{
    height:100%;
    min-height:300px;
    max-height:400px;
    margin-left:227px;
    width:auto;
    margin-bottom:0;
    margin-top:20px;
}
.ad-nav .ad-forward,
.container-background .ad-forward{
    background:url('../images/css/diaporama-fleche-droite.png') no-repeat 0 center ;
    width:20px;

}
.ad-nav .ad-back,
.container-background .ad-back{
    background:url('../images/css/diaporama-fleche-gauche.png') no-repeat 0 center ;
    width:20px;
}


#diaporama  .ad-nav{
    width:1053px;
    height:104px;
    left:0;
    margin-right:25px;
    margin-left:25px;
    overflow:visible;
}
#diaporama .diapos ul{
    display:block;
    max-height:none !important;
    float:none;
    height:104px;
}
#diaporama .diapos li{
    padding: 21px 16px 21px 16px ;
    display:inline-block;
    vertical-align:top;
    float:none;
    max-height:none !important;
    max-width:none !important;
    width:220px !important;
}
#diaporama .diapos li .desc{
    display:none;
}
#diaporama .diapos li a {
    display:block;
    vertical-align:top;
}
#diaporama .diapos li a:hover,
#diaporama .diapos li a:active,
#diaporama .diapos li a:focus  {
    color:#ffffff;
    text-decoration:none;
}

#diaporama .diapos li .link{
    float: right;
}
#diaporama .diapos li span{
    display:block;
    font-weight: normal;
    white-space: pre-line;
    width: 105px;
    height:56px;
    overflow:visible;

}
#diaporama .image-preview{
    margin-left:200px;
    margin-right:84px;
    text-align:center;
}
#diaporama .image-preview img{
    height:430px;
}

#diaporama .download-link{
    border-top: 1px solid white;
    margin: 30px auto 0;
    padding-top: 10px;
    width: 446px;
    text-align: center;
}

#diaporama .download-link a{
    color: #E64600;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 100;
}

/*************************************/
/******* SATELITE ********************/
#satellite .chapo{
    font-size:0.8em;
    margin-bottom:17px;
}
#satellite .title{
    font-size: 0.8em;
    font-weight: bold;
    padding-bottom:6px;
    border-bottom:1px dotted #b0b2b3;
}

#satellite #menu{
    height:auto;
    margin-top:25px;
    padding-right: 0px;
    position:relative;
    z-index:1;
    width: auto;
}
#satellite #menu li a {
    font-size:1em;
    display:block;
}

#satellite #menu > .chapo{
    display:none;
}
#satellite #menu li {
    padding:3px  0 4px 0;
    font-size:0.8em;
    border-bottom:1px dotted #b0b2b3;

}
#satellite .boxgroup{
    float:left;
    z-index:3;
}
#satellite .last{
    width:auto;
    margin-left:149px;
    float:none;
}

#satellite .box{
    width:115px;
    padding:10px 10px 0 10px;
    margin-bottom:12px;
    background-color:#9ea1a2;
}
#satellite .box.bottom{
    margin-bottom:0;
}
#satellite .box2{
    width:115px;
}
#satellite .subgroup{
    padding-bottom:10px;
}
#satellite .subgroup .title{
    font-size: 0.75em;
    font-weight: normal;
}
#satellite .map{
    margin-left:219px;
    width:auto;
    height:603px;
    background-image:url(../images/css/map.png);
    background-position:right -21px;
    background-repeat:no-repeat;
    background-color:transparent;
    position:relative;
    width:1005px;
    /*left:-88px;*/

}
#satellite .map .filet{
    background:url(../images/css/filet.png) center center repeat-x transparent;
    position:absolute;
    top:50%;
    height:1px;
    left:0;
    right:0;
}
#satellite .map .coverage-zone{
    height:100%;
    width:100%;
    position:absolute;
    background-size:100% auto;
    background-position:0 center;
    background-repeat: no-repeat;
}

#satellite .map ul{
    display:block;
    position:relative;
    top:49.2%;
}
#satellite .map ul li{
    background:url(../images/css/satellite-point.png) 0 0 no-repeat transparent;
    /*display:inline-block;*/
    margin-left:-5.5px;
    position : absolute;
    left:50%;

}
#satellite .map ul li.selected{
    background:url(../images/css/satellite-point-hover.png) 0 0 no-repeat transparent;
}

#satellite .map ul li.selected .popin{
    display: block;
}

#satellite .map li .popin{
    left: -96px;
    bottom:12px;
    position: absolute;
    width: 202px;
    display:none;
    z-index:2;
    color:black;
    font-size:0.65em;
}
#satellite .map li   .popin .top{
    background:url(../images/css/popin-top.png) 0 0 no-repeat transparent;
    height:20px;
}
#satellite .map li .popin .bottom{
    background:url(../images/css/popin-bottom.png) 0 0 no-repeat transparent;
    height:24px;
}
#satellite .map li .popin .content{
    background:url(../images/css/popin-content.png) 0 0 repeat-y transparent;
    padding:0 15px;
    min-height: 160px;
}
#satellite .map li .popin .title{
    text-indent:0;
    font-size:1em;
    text-transform: uppercase;
}
#satellite .map li .popin .position{
    color:red;
}

#satellite .map li .popin a{
    color:red;
    width:auto;
}
#satellite .map li .popin .header{
    padding-bottom:6px;
    margin-bottom:8px;
    border-bottom:1px solid black;
}
#satellite .map li .popin .unfold .title{
    background:url(../images/css/popin-unfold.png) right center no-repeat transparent;
}
#satellite .map li .popin .fold .title{
    background:url(../images/css/popin-fold.png) right center no-repeat transparent;
}
#satellite .map li .popin .fold ul{
    display:none;
}
#satellite .map li .popin .fold .title {
    padding-bottom:4px;
    border-bottom:2px solid #bfbab4;
    margin-bottom:4px;
}

#satellite .map li .popin  ul{
    display:block;
    position:static;
    top:0;
    padding-left:13px;
    padding-top:8px;
    padding-bottom:20px;
    list-style-type: disc;
    list-style-position: inside;
}
#satellite .map li .popin ul li{
    background:none;
    margin-left:0;
    position : static;
    left:0;
    color:#4d4d4d;
    font-size:0.95em;
}

#wrapper #content #satellite .error{
    display:none;
}

#satellite .map ul li a{
    display:block;
    height:11px;
    width:11px;
}
#satellite .map ul li .title{
    display:block;
    text-indent:-9000px;
    border:0 none;
    padding:0;
}
/******* SATELITE END******************/

/******* CONTACT ********************/
.form-contact{
    margin-left:227px;
    width:855px;
}
.form-contact .panel{
    width:50%;
    display:inline-block;
    vertical-align:top;
    text-align:right;
}
.form-contact .panel.first{
    text-align:left
}

.form-contact .line{
    margin-bottom:9px;
}

.form-contact div.error{
    color:red;
    margin-bottom:5px;
}

div.information p{
    font-size:10px;
    text-align:left;
}


.form-contact label{
    display:inline-block;
    width:124px;
    text-align: left;
}

.form-contact input,.form-contact select{
    width:228px;
    height:21px;
    padding:0;
    border:1px solid #616E73;
    display:inline-block;
    background:#4a5a60;
    color:#ffffff;

}
.form-contact select{
    width:230px;
}
.form-contact .jqTransformSelectWrapper {
    background:none;
    height:21px;
    display:inline-block;
    float:none;
    padding:0;
    text-align:left;
    vertical-align: middle;
    width: 230px !important;
}
.form-contact .jqTransformSelectWrapper a.jqTransformSelectOpen{
    background : url('../images/jqtransform/select.png') no-repeat scroll right bottom transparent;
    width:22px;
    height:21px;
    right:0px;
    top:1px;
}
.form-contact .jqTransformSelectWrapper div span {
    border:1px solid #616E73;
    background-color:#4a5a60;
    height:21px;
    line-height:21px;
    padding: 0 0 0 10px;
    font-size:0.85em;
    width:218px!important;
    left:0;
}
.form-contact .jqTransformSelectWrapper ul{
    top:23px;
    border:1px solid #616E73;
    background:#4a5a60;
    width:228px!important;
    left:0;
}
#wrapper .form-contact .jqTransformSelectWrapper ul a {
    background-color:transparent;
}
#wrapper .form-contact .jqTransformSelectWrapper ul a.selected {
    background:#3582c4;
    color: #fff;
    text-decoration:none;
}
#wrapper .form-contact .jqTransformSelectWrapper ul a:hover{
    background:#3582c4;
    color: #fff;
    text-decoration:none;
}

.form-contact textarea{
    display:inline-block;
    background:#4a5a60;
    max-width:228px;
    width:228px;
    height:252px;
    max-height:252px;
    padding:0;
    border:1px solid #616E73;
    resize:none;
    overflow: auto;
}

.form-contact .textarea{
    margin-top:16px;
}

.form-contact .textarea label{
    vertical-align:top;
}

.form-contact .textarea textarea{
    vertical-align:top;
}

.form-contact .radio label{
    width:auto;
    height:21px;
    vertical-align:middle;
    line-height:23px;
}

.form-contact .radio input{
    width:auto;
    border:0 none;
    margin:0;
    vertical-align:middle;
    margin-left:127px;
    margin-right:8px;
    background:transparent;
}
.form-contact .buttons{
    text-align:right;
    margin-top:12px;
}
.form-contact .buttons input{
    color:#ffffff;
    width:85px;
    height:28px;
    cursor:pointer;
}
.form-contact #cancel{
    margin-right:9px;
}
.form-contact .success{
    font-weight: bold;
    margin-bottom: 15px;
}
/******* CONTACT END******************/
/******* GLOSSAIRE ********************/


#glossaire{
    /*width:799px;
    margin-left:220px;*/
}

#glossaire, #glossaire a{
    color:#58585a;
    font-weight:100;
}
.glossaire #menu a{
    color:#ffffff;
}
.glossaire #menu{
    margin-top:0;
    top:13.5%;
    position:relative;


}

#glossaire-wrapper {
    width:723px;
    padding:37px 46px 10px 30px;
    margin-left:247px;
}

.letter{
    padding-bottom:9px;
    border-bottom:1px dotted #80c6f9;
}
.letter li{
    display:inline-block;
    margin-right:34px;

}
.letter li a{
    font-size:1.3em;
}
#wrapper .letter li a.current{
    font-weight:bold;
    color:#58585a;
    text-decoration:none;
}
.dictionary{
    margin-top:20px;
}
.dictionary .line{
    margin-bottom:1px;
    min-height:18px;
    position:relative;
    background:url(../images/css/glossary-background.jpg) 0 0 repeat-y;
}
.dictionary .line.top{
    min-height:none;
    margin:0;
    height:42px;
    position:static;
    text-align:right;
    background-image:none;
}
#glossaire #glossaire-wrapper .top a, #glossaire #glossaire-wrapper .top a:hover {
    color:#808080;
    background:url(../images/css/glossary-top-arrow.png) 0 50% no-repeat;
    text-decoration:underline;
    line-height:42px;
    padding-left:10px;
    font-weight:100;
}

.dictionary .line .sep{
    border-bottom:1px dotted #80c6f9;
    position: absolute;
    right:0;
    left:169px;
    height:1px;
    bottom:-1px;
}

.dictionary .word{
    width:152px;
    /*background-color:#f2fcff;*/
    margin-bottom:1px;
    display:inline-block;
    line-height:100%;
    vertical-align:top;
    color:#00c0ff;
    padding-left:16px;
    /*line-height:44px;*/
    font-size:1.15em;
}
.dictionary .definition{
    display:inline-block;
    background-color:#ffffff;
    width:521px;
    padding-left:20px;
    vertical-align:middle;
    font-size: 0.95em;
    min-height:18px;
    padding-top:3px;
    padding-bottom:5px;
}

/******* GLOSSAIRE END******************/
/******* OFFICE ******************/
.office #map-canvas {
    margin: 2%;
    padding: 0;
    height: 95%;
    padding:0;
}
.office #glossaire-wrapper{
    margin-left:20.18%;
    width:79.82%;
    height:100%;
    padding:0;
    overflow:hidden;
}
.office .gm-style .gm-style-iw div,.office .gm-style .gm-style-iw{
    overflow:visible !important;
}


/******* OFFICE END******************/


/******* FAQ ********************/
#themes-wrapper{
    padding-right:70px;
    width:924px;
    height:400px;
    margin-left:227px;
}
#themes{
    border-bottom:1px solid #ededed;
    border-bottom:1px solid rgba(237,237,237,0.6);
}
#themes > li{
    border-top:1px solid #ededed;
    border-top:1px solid rgba(237,237,237,0.6);
    padding-top:17px;
    padding-bottom:16px;
    padding-left:3px;
}
#themes-wrapper #themes > li.close > a{
    color:#ffffff;
    font-size:1.15em;

}
#themes > li > a{
    font-size:1.15em;
    text-transform:uppercase;
    color:#0000D4;
}

#themes-wrapper #themes > li > a:active , #themes-wrapper #themes > li > a:focus{
    text-decoration:none;
    color:#00c0ff;
}

#themes-wrapper #themes > li > a:hover{
    text-decoration:underline;
    /*color:#0000D4;*/
}

#themes > li.close > .questions{
    display:none;
}

.questions{
    margin-top:10px;
    /*margin-bottom:6px;*/
    margin-left:9px;
    font-weight:100;
}

#themes .questions li a{
    line-height:1.5em;
    text-decoration:underline;
}
#themes-wrapper #themes .questions > li.close > a{
    color:#ffffff;
}
#themes .questions > li > a{
    /*color:#0000D4;*/
}


#themes .questions li a:active , #themes .questions li a:focus{
    color:#ffffff;
    font-weight:100;
}

#themes .questions li a:active , #themes .questions li a:focus{
    text-decoration:none;
}
#themes .questions li  a:hover{
    text-decoration:underline;
    /*color:#0000D4;*/

}

#themes .answer, #themes .answer a{
    color:#ededed;
    line-height:1.4em;
}
#themes .answer a{
    text-decoration:underline;
}
#themes .questions .answer a:hover{
    font-weight:100;
}

.answer{
    padding:18px 0;
}

.questions li.close .answer{
    display:none;
}

.answer .links{
    margin-top:60px;
    border-top:1px solid #ededed;
    border-top:1px solid rgba(237,237,237,0.6);
}
/******* FAQ END******************/
/******* PLAN DU SITE ********************/

#sitemap .map{
    padding-top: 38px;
}

#sitemap .map .button{
    background:url(../images/css/sitemap-button-unfold.png) 0 50% no-repeat;
    height:16px;
    width:8px;
    display:inline-block;
    vertical-align:middle;
    margin-left:5px;
}

#sitemap .map .button.close{
    background:url(../images/css/sitemap-button-fold.png) 0 50% no-repeat;
    height:18px;
    width:11px;
    display:inline-block;
    vertical-align:middle;
}

#sitemap .map .button span{
    text-indent:-9000px;
    display:inline-block;

}

#sitemap .map,#sitemap .map a{
    color:#58585a;
}

#sitemap .map > li.first{
    padding-top: 0;
}

#sitemap .map > li{
    padding-top: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #bababa;
}

#sitemap .map > li.last{
    border-bottom: 0 none;
}


#sitemap .map > li > ul {
    margin-top:18px;
}
#sitemap .map > li > ul li{
    margin-bottom:10px;
}
#sitemap .map > li > ul ul{
    margin-bottom:10px;
    margin-top:10px;
    margin-left:17px;
}
#sitemap .map > li > ul li.last{
    margin-bottom:0;
}

/******* PLAN DU SITE END ********************/

/******* SUBSCRIBE FORM ********************/
.form-subscribe{
    margin-left:227px;
    width:994px;
}
.form-subscribe .panel{
    width:352px;
    display:inline-block;
    vertical-align:top;
    text-align:left;
    padding-left:35px;
    padding-right:110px;
}
.form-subscribe .panel.first{

}
.form-subscribe .title.big,.form-subscribe .title.big p {
    font-size:1.1em;
    font-weight:normal;
}


.form-subscribe .text{
    margin:31px 0;
    font-weight:100;
    font-size: 0.95em;
}

#subscribe .form-subscribe .text a{
    text-decoration:underline;
}
#subscribe .form-subscribe .text a:hover{
    color:#ffffff;
}

.form-subscribe input{
    width:228px;
    height:21px;
    padding:0;
    border:1px solid #616E73;
    display:inline-block;
    background:#4a5a60;
    color:#ffffff;

}

.form-subscribe .newsletters li{
    margin-bottom:22px
}
#subscribe .form-subscribe .newsletters li a{
    text-decoration:underline;
}
#subscribe .form-subscribe .newsletters li a:hover{
    color:#ffffff;
}

.form-subscribe label{
    display:inline-block;
    width:122px;
    text-align: left;
    font-weight:100;
}

.form-subscribe .buttons{
    text-align:right;
    margin-top:32px;
}

.form-subscribe .buttons input{
    color:#ffffff;
    width:85px;
    height:28px;
    cursor:pointer;
}

.form-subscribe .title,.form-subscribe .title p {
    font-size:1em;
    font-weight:bold
}

.form-subscribe .newsletters{
    margin-top:26px;
    font-weight:100;
}

#countrySelector{
    position: relative;
}

#countrySelector .regionChoosen {
    background: url("../images/css/menu-lang.png") no-repeat 100% center;
    padding-right: 13px;
    display: block;
    text-align: center;
}

#countrySelector .country-overlay{
    display:none;
}

#countrySelector .country-overlay.open {
    z-index: 10000;
    display: block;
    position: absolute;
    right: -150px;
    top: 1em;
}

#countrySelector .country-overlay.open .region-container {
    float: left;
}


#countrySelector .country-overlay.open .regions {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    line-height: 25px;
    z-index: 1000;
    float: right;
    padding: 10px 0 10px 0;
    position: relative;
    width: 275px;
}

#countrySelector .country-overlay.open .regions > ul {
    list-style: none;
    padding: 0;
}

#countrySelector .country-overlay.open .regions > ul > li > a {
    padding: 0.3em 20px;
}

#countrySelector .country-overlay.open .regions > ul > li.toggle {
    background-color: #E5E5E5;
    font-weight: bold;
}

#countrySelector .country-overlay.open ul li.toggleSubMenu a.zoneTitle {
    background: url("../images/css/menu-lang.png") no-repeat scroll 100% center transparent;
}

#countrySelector .country-overlay.open ul li.toggle .region.one-col{
    background-color: #fff;
    border: 1px solid #E5E5E5;
    font-weight: normal;
}

#countrySelector .country-overlay.open .region .countries {
    overflow: hidden;
    padding: 5px 0px 5px 10px;
}

#countrySelector .country-overlay.open .region ul:last-child {
    margin-right: 0;
}

#countrySelector .country-overlay.open .region.one-col ul {
    width: 100%;
}

#countrySelector .country-overlay.open .region ul {
    float: left;
    list-style: none;
    margin: 0 4% 0 0;
    padding: 0;
    width: 48%;
}

#countrySelector .country-overlay.open  .region ul li a {
    padding: 0.15em 0 0.25em 2em;
}


li.newsdeskroom .mynewsdesk img {
    width: 205px;
    height: 127px;
}

li.newsdeskroom .loader {
    margin: 60px auto;
    font-size: 12px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.1em solid rgba(255, 255, 255, 0.2);
    border-right: 0.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
    border-left: 0.1em solid #000;;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
li.newsdeskroom .loader,
li.newsdeskroom .loader:after {
    border-radius: 50%;
    width: 4em;
    height: 4em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/***********************************/

