/* General */
@font-face
{
font-family: webly_l;
src: url('font/weblysleekuil.ttf'),
     url('font/weblysleekuil.eot'); /* IE9 */
}
@font-face
{
font-family: webly_sb;
src: url('font/weblysleekuisb.ttf'),
     url('font/weblysleekuisb.eot'); /* IE9 */
}
@font-face
{
font-family: webly_sl;
src: url('font/weblysleekuisl.ttf'),
     url('font/weblysleekuisl.eot'); /* IE9 */
}
html 
{
  height:100%;
}
body {
    font-size: 15px;
    line-height: 12px;
    font-family: "webly_l","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    color: #666;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}
a, a:visited {
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
h1{
    font-weight:normal;
    font-size:68px;
    text-decoration:underline;
    text-transform:uppercase;
    color:#00F;
}
h2{
    font-size:14px;
    line-height:14px;
    margin:0;
    text-transform:uppercase;
    font-family:Arial,sans-serif;
}
h3{
    font-size:14px;
    line-height:14px;
    margin:0;
    text-transform:uppercase;
}
h4{
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    margin:0;
}
h5{
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    margin:0;
}
h6{
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    margin:0;
}
a,a:visited{
    text-decoration:none;
    border:0;
    cursor:pointer;
    margin:0;
    padding:0;
    color: #0c7ca2;
}
a:hover,a:active,a:focus{
    color: #f78f1e;
    text-decoration:none;
    outline:0 none;
}
a.active{
    color:#5a3662;
    font-weight:bold;
}
a.active:hover,a.active:focus,a.active:active{
    text-decoration:none;
    cursor:default;
}
ul{
    list-style-type:none;
}
ol{
    list-style-type:decimal;
}
table{
    border-collapse:collapse;
    margin:0;
    padding:0;
    background:transparent;
    text-align:left;
}
table th{
    font-weight:bold;
    margin:1px;
    padding:5px;
    text-align:left;
    white-space:nowrap;
    border-right:1px solid #666;
    border-bottom:1px solid #999;
    color:#666;
}
table tfoot tr{
    border:0;
}
table td{
    margin:0;
    padding:5px;
    border:0;
    vertical-align:top;
    color:#666;
}
.top_header{
    width: 100%;
    height: 38px;
    background: #0c7ca2;
}
.cont_top_header{
    width: 990px;
    height: 100%;
    margin: auto;
    color: #fff;
    line-height: 24px;
}
.left_top_header{
    float: left;
}
.right_top_header{
    float: right;
}
.right_top_header .moduletable{
    float: right; 
    margin-left: 20px;
    margin-top: 5px;
}
.right_top_header .moduletable a{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.right_top_header .moduletable a:hover{
    text-decoration: underline;
}
.search .inputbox{
    padding: 3px 5px 3px 30px;
    font-family: calibri;
    font-size: 15px;
    color: #717171;
    border: none;
    background: url(../images/loupe.png) no-repeat 3% center #fff;
}
.m_header{
    width: 100%;
    height: auto;
    background: #fff;
}
.m_header .cont_m_header{
    width: 990px;
    height: auto;
    display: table;
    margin: auto;
}
.lg-logo-container{
    width: 100%;
    height: auto;
    display: table;
    padding: 25px 0px;
}
.lg-logo-container .logo{
    float: left;
}
div.lg-menu-actu {
    float: right;
    margin-top: 20px;
}
.lg-menu-actu ul li{ 
    float: left;
}
.lg-menu-actu ul li { 
    float: left;
    margin-left: 20px;
}
.lg-menu-actu ul li a{ 
    padding-left:10px;
    line-height: 20px;
    padding-right: 10px;
    background: url('../images/li_menu.png') no-repeat right 60%;
    color: #404040;
    font-size: 14px;
    font-family: webly_sb;
}
.lg-menu-actu ul li a span{ 
    padding-left:7px;
}
.lg-menu-actu ul li a img{
    vertical-align: middle;
    margin-top: -4px;
}
.lg-menu{
    width: 100%;
    height: auto;
    display: table;
    padding: 0px 0px 10px;
    position: relative;
}
.lg-menu ul li:first-child{
    display: none;
}
.lg-menu ul li{
   float: left;
   margin-left: 42px;
}
.lg-menu ul li a, .lg-menu ul li span {
   color: #0c7ca2;
   font-size: 14px;
   font-family: webly_sb;
}
.lg-menu ul li a:hover, .lg-menu ul li span:hover{
   color: #f7901f;
}
.ltr .lg-menu ul li:first-letter { 
  color:#f78f1e;
}
.lg-menu ul li ul{
    display: none;
    z-index: 900;
}
.lg-menu li:hover ul{
    display: block;
    position: absolute;
    background: #fff;
    opacity: 0.9;
    top: 16px;
    padding:10px 20px;
    border-bottom: 5px solid #f78f1e;
}
.lg-menu li:hover ul li{
    float: none;
    margin-left: 0px;
    padding: 10px 0px 10px 0px;
}
.lg-menu li ul li a{
    float: none;
    margin-left: 0px;
    padding: 3px 5px;
}
.lg-menu ul li ul li:first-child{
    display: block;
}
.header{
    width: 100%;
    height: auto;
    background: #0c7ca2;
    min-height: 8px;
}
.header-slide{
    width: 991px;
    margin: auto;
    height: auto;
    display: table;
    direction: ltr;
}
.main_content{
    width: 100%;
    height: auto;
    background: #f3f3f1;
    padding: 30px 0px;
}
.cont_main_content{
    background:url('../../../images/modules/ens_logo_gris.png') no-repeat center;
    width: 100%;
    min-height: 500px;
}
.container_main_content{
    width: 990px;
    display: table;
    min-height: 500px;
    margin: auto;
    font-family: calibri;
    font-size: 15px;
    line-height: 22px;
}
.footer_inf{
    width: 100%;
    height: 375px;
    background: url('../images/bg_footer.png') no-repeat center #0b7295;
}
.cont_footer_inf{
    width: 991px;
    margin: auto;
    display: table;
}
.bottom{
    display: table;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 30px 0px 10px;
    line-height: 25px;
}
.bottom p{
    padding-bottom: 4px;
}
.bottom .img_footer_contact{
    padding-bottom: 25px;
}
.bottom .add_footer_contact{
    padding-bottom: 20px;
    width: 60%;
}
.bottom .link_footer_contact{
    padding-top: 20px;
}
.bottom .link_footer_contact a{
    color: #fff;
    text-decoration: underline;
}
.bottom .link_footer_contact a:hover{
     text-decoration: none;
}
.bottom .bottom_1, .bottom .bottom_2, .bottom .bottom_3{
    float: left;
    width: 26%;
    margin-left: 70px;
}
.bottom .bottom_2 ul{
    display: table;
    width: 100%;
    padding: 10px 0px 35px;
}
.bottom .bottom_2 li{
    float: left;
    margin-right: 10px;
}
.bottom .bottom_2 li a{
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    display: block;
}
.bottom .bottom_2 li a:hover{
    opacity: 1;
}
.bottom .bottom_2 li a.fcb_rs{
    background: url(../../../images/modules/fcb_ico.png) no-repeat;
}
.bottom .bottom_2 li a.twt_rs{
    background: url(../../../images/modules/twt_ico.png) no-repeat;
}
.bottom .bottom_2 li a.lin_rs{
    background: url(../../../images/modules/lin_ico.png) no-repeat;
}
.bottom .bottom_2 li a.ytb_rs{
    background: url(../../../images/modules/ytb_ico.png) no-repeat;
}
.bottom .bottom_2 .etab li{
    padding: 5px 0px;
}
.bottom .bottom_2 .etab li a{
    text-indent: -9999px;
    opacity: 0.7;
    display: block;
    height: 50px;
    background: url(../../../images/modules/other_institution.png) no-repeat;
}
.bottom .bottom_2 .etab li a:hover{
   opacity: 1;
}
.bottom .bottom_2 .etab li a.est_pr{
    width: 70px;
    background-position: 0px 4px;
}
.bottom .bottom_2 .etab li a.ensam_pr{
    width: 44px;
    background-position: -86px 0px;
}
.bottom .bottom_2 .etab li a.facl_pr{
    width: 50px;
    background-position: -142px 0px;
}
.bottom .bottom_2 .etab li a.facs_pr{
    width: 50px;
    background-position: -199px 3px;
}
.bottom .bottom_2 .etab li a.facd_pr{
    width: 57px;
    background-position: 2px -55px;
}
.bottom .bottom_2 .etab li a.face_pr{
    width: 55px;
    background-position: -75px -53px;
}
.bottom .bottom_2 .etab li a.facera_pr{
    width: 55px;
    background-position: -143px -54px;
}
.bottom .bottom_2 .etab li a.umi_pr {
  width: 53px;
  background-position: -199px -60px;
}
.bottom .bottom_3 ul li{
    padding: 5px 0px;
}
.bottom .bottom_3 ul{
    padding: 10px 0px;
}
.bottom .bottom_3 ul li a{
    color: #fff;
    font-size: 14px;
}
.bottom .bottom_3 ul li a:hover{
    text-decoration: underline;
}
.copyright {
  padding: 20px 30px;
  width: 40%;
  margin: auto;
  text-align: left;
  color: #eaeaea;
  font-size: 13px;
  float: left;
}
.footer_space_haut, .footer_space_bas{
    background:url('../images/bg-footer.png') repeat-x;
    width: 100%;
    height: 44px;
}
.blog-featured{
    font-family: calibri;
    font-size: 16px;
    color: #3c3c3c;
}
.blog-featured .leading-0{
    width: 298px;
    float: left;
    border: 1px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    background: #fff;
    padding: 15px 7px;
    height: 400px;
    margin-bottom: 25px;
}
.blog-featured .item{
    width: 298px;
    float: left;
    margin-left: 22px;
    border: 1px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    background: #fff;
    padding: 15px 7px;
    height: 400px;
    margin-bottom: 25px;
}
.blog-featured .item.column-3{
    margin-left: 0px;
}
.blog-featured h3, .blog-featured h2, div.item-page.blog h2{
    background:url('../images/ico_title_actu.png') no-repeat 0% 20%;
    color: #0c7ca2;
    padding-left: 12px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: calibri;
}
.blog-featured h4, div.item-page.blog h4{
   font-family: cambria;
   font-size: 26px;
   color: #0c7ca2;
   padding: 10px 0px;
   line-height: 30px;
   font-weight: normal;
}
.blog-featured p, div.blog.page_actus p{
   line-height: 20px;
   font-size: 14px;
   padding-top: 5px;
}
.blog-featured a, .page_actus a{
    color:#f78f1e;
    margin-top: 10px;
    display: block;
}
.blog-featured a:hover{
    text-decoration: underline;
}
.blog-featured .img_act{
    padding: 0px 0px 10px;
}
/** Slideshow  **/
.header-slide .slide-desc {
position: absolute !important;
bottom: 12% !important;
left: 600px !important;
width: 35% !important;
}
.header-slide .slide-desc-bg {
background: #fff;
opacity: 0.8;
filter: alpha(opacity = 80);
}
.header-slide .slide-desc-text {
color: #0c7ca2;
padding: 10px 15px;
text-align: justify;
font-size: 20px;
line-height: 30px;
}
div.fl_dept_dv.oth_l {
   margin-left: 160px;
}
div.fl_dept_dv.oth_r {
    margin-left: 40px;
}
.page_actus h3, .page_actus h4{
  display:none;
}
.page_actus h2{
  color: #0c7ca2;
  font-size: 24px;
  font-family: cambria;
}
.page_actus h2{
  color: #0c7ca2;
  font-size: 24px;
  font-family: cambria;
  font-weight:normal;
  padding: 0px 0px 15px 0px;
  text-transform: capitalize;
  line-height:25px;
}
.ltr .page_actus h2:first-letter { 
  color:#f78f1e;
}
.page_actus .article-info-term {
display: none;
}
.page_actus .leading-0, .page_actus .leading-1,.page_actus .leading-2, .page_actus .leading-3, .page_actus .leading-4, .page_actus .leading-5, .page_actus .leading-6, .page_actus .leading-7, .page_actus .leading-8, .page_actus .leading-9, .page_actus .leading-10, .page_actus .item.column-1 {
  display:table;
  width: 93.8%;
  float:none;
  margin-left:0px;
  border: 1px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  background: #fff;
  padding: 25px 30px;
  height: auto;
  margin-bottom: 25px;
}
div.pagination {
  text-align: center;
}
div.pagination ul li {
  display: inline-block;
  padding: 4px 8px;
}
.page_actus .img_act {
  float: right;
  margin-top: -55px;
  padding-left: 12px;
}
ul.categories-module li a {
  font-size: 14px;
  font-family: 'calibri';
  line-height: 20px;
  display: block;
  width: 140px;
  border-bottom: 2px solid #0c7ca2;
  text-align: center;
  padding-bottom: 2px;
}
ul.categories-module li {
  display: inline-block;
  padding: 0px 0px 26px;
  font-size: 14px;
  margin-right: 20px;
}
ul.categories-module li a:hover, ul.categories-module li.active a{
  color:#f78f1e;
  border-bottom: 2px solid #f78f1e;
}
div.item-page.page_actus .img_act {
  float: right;
  margin-top: 7px;
  padding-left: 12px;
  padding-bottom: 10px;
}
div.item-page.page_actus .published {
  padding: 5px 0px;
  font-style: italic;
  font-weight: bold;
}
div.item-page.page_actus h2 {
  padding: 5px 0px 15px;
}
div.item-page.blog p {
  line-height: 26px;
}
div.item-page.blog .img_act{
  margin-top: 40px;
  padding: 0px 0px 8px 10px !important;
}
div.item-page.blog h4{
  padding: 8px 0px 7px;
}
div.clear_prt {
  clear: both;
}
div.blog-featured.page_actus .img-intro-right{
  float:right;
}
.shadow_footer_inf{
  background:url(../../../images/modules/shadow_footer.png) no-repeat top center;
  width:100%;
  height:auto;
}
.pad_cv{
  padding-top:10px;
}
div.mod-languages select {
  background:transparent;
  border: none;
  color: #fff;
  margin-top: 6px;
  direction: ltr;
  padding: 3px 0px;
  cursor: pointer;
}
div.mod-languages select option {
  color: #333;
}
/********** RTL **********/
/*
.rtl .txt_article_dir h1:first-letter, .rtl .container_rech_p h1:first-letter{
  color: #0c7ca2 !important; 
}
*/
.rtl .search .inputbox {
  padding: 3px 30px 3px 5px;
  font-family: calibri;
  font-size: 15px;
  color: #717171;
  border: none;
  background: url(../images/loupe.png) no-repeat 97% center #fff;
}
.rtl .lg-logo-container .logo {
  float: right;
}
.rtl div.lg-menu-actu {
  float: left;
  margin-top: 20px;
}
.rtl .lg-menu-actu ul li a span {
  padding-right: 7px;
}
.rtl .lg-menu-actu ul li a {
  background: url('../../../images/modules/li_menu_ar.png') no-repeat left 60%;
}
.rtl .lg-menu ul li {
  float: right;
  margin-left: 58px;
}
.rtl .blog-featured h3, .rtl .blog-featured h2, .rtl div.item-page.blog h2 {
background: url('../../../images/modules/ico_title_actu_ar.png') no-repeat 100% 24%;
padding-right: 12px;
}
.dr_no_flt {
  float: none !important;
  width: 80% !important;
}
div.txt_article_dir.dr_no_flt ul {
  padding-bottom: 20px;
}
div.txt_article_dir.dr_no_flt ul li {
  padding-bottom: 5px;
  padding-left: 38px;
  padding-top: 5px;
  background: url('../../../images/modules/li_menu.png') no-repeat 3.5% 53%;
}
div.container_rech_p.gt_wdth {
  min-height: 120px !important;
  margin-top: 15px;
}
div.container_rech_p.gt_wdth .dv_res_flt{
  width:22% !important;
}
div.container_rech_p.gt_wdth .membres_flt{
  width:35% !important;
}
.flch_d li{
  padding-bottom: 3px;
  padding-left: 15px;
  padding-top: 3px;
  background: url('../../../images/modules/fleche_d.png') no-repeat 0% 53%;
}
div.blog.page_actus .img-intro-right {
  float: right;
}
div.blog.page_actus h2{
    /*background:url('../images/ico_title_actu.png') no-repeat 0% 20%;*/
  }
.rtl div.blog-featured.page_actus .img-intro-right, .rtl div.blog.page_actus .img-intro-right {
  float: right;
  margin-left: 20px;
}
.stl_pg_y table{
  margin: auto;
  text-align: center;
  width: 100%;
}
.stl_pg_y table th{
  border-right:none;
  text-align: center !important;
}
.page_dim_w h4.title_lang_det{
  padding-top:5px;
}
.rtl div.container_lang_det{
 text-align:right !important;
}
.rtl .flch_d li {
    padding-bottom: 3px;
    padding-right: 15px;
    padding-top: 3px;
    background: url('../../../images/modules/li_menu_ar.png') no-repeat scroll 100% 53% transparent;
}
.rtl .flch_d{
  padding-bottom: 15px;
}
.rtl .fl_dept_dv p.readmore {
    padding-right: 16px;
    font-size: 15px;
}
.rtl div.txt_article_dir.dr_no_flt ul li {
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
    background: url('../../../images/modules/li_menu_ar.png') no-repeat scroll 100% 53% transparent;
}
.rtl span.span-block{
    direction: ltr !important;
    display: block;
    float: left;
}
.rtl .dv_res_flt{
   float: right;
}
.rtl .obj_flt {
    float: right;
}
.rtl div.flt_f_det_ch_d table td {
  text-align: right;
}
.rtl div.flt_f_det_ch_d table th {
  text-align: right;
}
.rtl div.flt_f_nm_ch_d {
    float: right;
}
.rtl div.fct_nm_desc_dira {
    left: 105px;
}
.rtl div.fct_nm_desc_sec {
    right: 15px;
}
.rtl .organigramme_top_e .fct_nm_dir {
    left: 335px;
}
div.fct_nm_dira {
    left: 95px;
}
.rtl div.blog.page_actus h2 {
    /*background: url('../../../images/modules/ico_title_actu_ar.png') no-repeat scroll 100% 22% transparent;*/
    padding: 0px 0px 15px 0px;
}
.footer_inf a{
  color:#fff;
}
div.mod-languages {
  width: 80px;
  background: url('../../../images/modules/fleche_bas_select.png') no-repeat 91% 67%;
  overflow: hidden;
}
div.mod-languages select.inputbox {
  width: 110px;
  float: left;
}
.txt_article_dir h1 span {
  color: #ff0000;
  font-size: 27px;
}
button.foxbutton {
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  width: 121px;
  height: 35px;
}
button.foxbutton {
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  width: 121px;
  height: 35px;
  color: #505050;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
  -moz-box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
  border: 1px solid #c0c0c0;
  margin-left: 4px;
}
.vrtimg img{
  vertical-align: bottom;
}
div.vrtimg p {
  padding-bottom: 10px;
}
.spanrtl{
  direction: ltr !important;
  float: left;
  margin-left: 85px;
  margin-top:3px;
}
.clear_pad_sep{
  width:100%;
  height:15px;
}
.stl_pg_y.container_rech_p {
  min-height: 140px;
}
.item-page .page_dim_w h2.title_p_f{
  padding: 10px 0px 20px;
}
.article-info dd.published {
  font-weight: bold;
}
@-moz-document url-prefix()
{
   .right_top_header .moduletable {
      margin-top: 7px;
    }
}
.rtl #btl .btl-panel > span {
  margin: 0px 0px -10px !important;
  box-shadow: none !important;
  padding: 0 5px !important;
}
.ltr #btl .btl-panel > span {
  margin: -3px 0px !important;
  box-shadow: none !important;
  font-size: 14px;
}
.rtl .bottom .bottom_2 li {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
.rtl .lg-menu-actu ul li {
  float: right;
  margin-right: 20px;
  margin-left: 0px;
}
.rtl .btl-content-block{
  text-align: right !important;
}
.rtl .btl-label {
  float: right!important;
}
.rtl .btl-input {
  float: left !important;
}
.rtl #simplemodal-container a.modalCloseImg {
  right: 320px !important;
}
.rtl .btl-content-block h3 {
  padding: 3px 19px 0px 0px  !important;
}
.rtl #btl-content-login ul li {
  text-align: right;
}
.rtl #btl .btl-panel > #btl-panel-profile{
  padding-left: 30px !important;
  background-position: 0%;
}
.rtl .foxcontainer{
   direction:ltr;
}
.rtl .foxcontainer .fox_form div:nth-child(1),.rtl .foxcontainer .fox_form div:nth-child(2),.rtl .foxcontainer .fox_form div:nth-child(3){
   direction:rtl;
}
.rtl .chzn-container-single .chzn-single span{
  float:right;
}
.rtl .foxcontainer .chzn-container .chzn-results li {
  float: right;
  clear: both;
}
.th-theatre th {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999;
  border-top: none;
  background: #ddd;
  padding: 5px 40px;
}
.th-theatre td {
  text-align:center;
}
table.th-theatre {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-featured.blog div.img-intro-right,.blog.page_actus div.img-intro-right {
  width: 297px;
  height: 144px;
  overflow: hidden;
}
.blog-featured.blog div.img-intro-right img, .blog.page_actus div.img-intro-right img {
  width: 100%;
}
.ltr div.blog.page_actus p {
text-align: justify;
width: 65%;
}
li.item-327.deeper.parent ul {
  width: 200px;
}
.cer_page{
  padding: 0px 20px 0px 0px;
}
.cer_page ul li {
  padding-bottom: 5px;
  padding-left: 19px;
  padding-top: 5px;
  background: url('../../../images/modules/li_menu.png') no-repeat 0.5% 53%;
}
.rtl .cer_page ul li {
  background: none;
}
.rtl div.foxcontainer .control-label {
  direction: rtl;
}

.rtl .chzn-container .chzn-results {

max-height: 290px;
}