/*fonts.css*/
select, input, textarea{font:99% arial,helvetica,clean,sans-serif;}
body *{line-height:1.22em;max-width: 100%;height: auto}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
/* core.css*/
/* CSS Document */

/*@media screen and (min-width: 0px) and (max-width: 599px) {
  .f_prec{
        left:29%!important;
        }
  .f_suiv{
        left:63%!important;
        }

}*/
.link_app{
    margin-top: 25px;
}
body{
    text-align:center;
    margin: 0;
    padding: 0;
    font-family:"Trebuchet MS";
    font-size: 5px;
    color:#000;
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p, form, input{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
#nav h1, #nav h3, #nav h4, #nav h5, #nav h6, #nav p, #nav form, #page h1, #page h3, #page h4, #page h5, #page h6, #page p, #page form
{
    font-size:2em;
}
a{
    color:#0071b9;
    text-decoration: none;
    cursor:pointer;
}
a:hover{
    text-decoration: underline;
}
h1 a, h2 a, h3 a , h4 a, h5 a , h6 a{
    text-decoration: none;
}

ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
legend{
    display: none;
}
img{
    border: none;
}
select, input, textarea{
    font:220% "Trebuchet MS";
}
input{
    vertical-align:middle;
}
input[type="submit"]{
    -webkit-appearance: none;
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: pre-wrap;
  }
strong{
    font-weight: bold!important;
}
em{
    font-style: italic;
}
.hide{
    display: none;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.breaker{
    clear: both;
    height: 1px;
    overflow: hidden;
}
.bg_none{
    background:none;
}
.bold{
    font-weight:bold;
}

/*pagelayout.css*/
/* CSS Document */
body{
    text-align:center;
}
#general{
    text-align: left;
    margin: 0 auto;
}
ul.subchild{
  padding-left:25px!important;
}
/************************************************************************************************************************************************
******************************************* SQUELETTE HOME **********************************************************************************
*************************************************************************************************************************************************/
/*****************************************
****************** HEADER *************
******************************************/
#general #bandeau .mini_lien{
    float:right;
    margin:120px 0 7px 0;
    width: 100%;
    font-size: 280%;
    text-align: center;
    display: block;
}
#general #bandeau .mini_lien a{
    color:#000;
    text-decoration:none;
    font-weight:bolder;
}
#general #bandeau .logo{
    background:url(/extension/smiledesign/design/coe_public/images/css/logo-rexecode.png) no-repeat top center;
    background-size: 100% 100%;
    width:263px;
    margin: 0 0 6px 13px;
    display: block;
    float: none;
    height: 38px;
    background-size: contain;
    position: absolute;
    top: 30px;
}
@media only screen and (max-width:386px) {
    #general #bandeau .logo {
        top:62px;
    }
}

#general #bandeau #memorize {
    color: white;
    font-size: 400%;
    text-align: left;
    float: left;
    width: 97%;
    margin-left: 10px;
    margin-top: 11px;
}
#general #bandeau #memorize input[type="checkbox"], .user-login .block input[type="checkbox"],
.agenda input[type="checkbox"], .search input[type="checkbox"]{
    font-size: 100% ;
    background-color: white;
    border : 1px solid #494749;
    width: 2em;
    height: 2em ;
    line-height: 1em;
    margin: 0 0.25em 0 0 ;
    padding: 0;
    -webkit-border-radius: 0.25em;
    vertical-align: text-top;
    -webkit-appearance: none;
}

#general #bandeau #memorize input[type="checkbox"]:checked, .user-login .block input[type="checkbox"]:checked,
.agenda input[type="checkbox"]:checked, .search input[type="checkbox"]:checked {
    border-color:rgba(0, 0, 0, 0.5);
}


#general #bandeau #memorize input[type="checkbox"]:checked:before, .search input[type="checkbox"]:checked:before, .agenda input[type="checkbox"]:checked:before {
    line-height: 40px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    content: '\2713';
    -webkit-margin-start: 0;
    margin-left: 2px;
    font-size: 40px;
}

.user-login .block input[type="checkbox"]:checked:before {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    line-height: 18px;
    content: '\2713';
    -webkit-margin-start: 0;
    font-size: 20px;
}

#general #bandeau .identification{
    background:#494749 no-repeat;
    background-size: 100% 100%;
    min-height:160px;
    padding-top: 2em;
    display: none;
    z-index: 9;
    position: relative;
}/*
#general #bandeau .identification:before,#general #bandeau .identification_extranet:before{
    display: block;
    color: white;
    font-size: 420%;
    width: 30%;
    float: left;
    text-align: left;
    content: "Espace adhérent";
    line-height: 1.5em;
    position: absolute;
    font-weight: bold;
}*/
#general #bandeau .identification_extranet{
    background:#494749 no-repeat;
    background-size: 100% 100%;
    min-height:60px;
    display: block;
    z-index: 9;
    position: relative;
}
#general #bandeau .identification input{
    border:solid 1px #464446;
    border-bottom:none;
    vertical-align:middle;
    margin:0;
    color:#626262;
    height: 2em;
    width: 8em;
    border-radius: 0.5em;
    font-size: 3em;
}


#general #bandeau .open span input{
    border:none;
    vertical-align:middle;
}

#general #bandeau .identification .btn{
    background-color: #0071b9;
    color: white;
    margin-right:0;
    padding:0;
    border:none;
    cursor:pointer;
    width: 3em;
}
#general #bandeau .identification ul{
    float: left;
    text-align: left;
    padding-right: 10%;
    margin-left: 10px;
}

#general #bandeau .identification ul li{
    display:inline;

}
#general #bandeau .identification ul li a{
    display: block;
    font-size:400%;
    text-decoration:none;
    font-family:Arial, Verdana, sans-serif;
    color: #ffffff;
    margin-top: 15px;
}
#general #bandeau .identification_extranet ul{
    width: 70%;
    position: absolute;
    bottom: 0;
    margin-left: 30%;
    margin-bottom: 5px;
}
#general #bandeau .identification_extranet ul li:first-child{
    border-right: 1px solid white ;
}
#general #bandeau .identification_extranet ul li{
    display:inline-block;
    padding-right:5%;
    padding-left: 5%;
}
#general #bandeau .identification_extranet ul li a{
    font-size:300%;
    text-decoration:none;
    font-family:Arial, Verdana, sans-serif;
    color: #ffffff;
    display: block;
}
#general #bandeau .identification fieldset{
    float: left;
    width: 97%;
    text-align: left;
    margin-left: 10px;
}
/*****************************************
****************** Menu ******************
******************************************/
#general #nav{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
   /* text-align: center;*/
}

#general #nav .coin{
    display: none;
}

.barre_menu{
    position:relative;
    width: 100%;
    z-index: 999;
}
.toggleMenu{
    display: inline-block;
    width: 85px;
    height: 29px;
    text-indent: 30px;
    background:url(/extension/smiledesign/design/coe_public/images/css/menu.png) no-repeat top left;
    position: relative;
    margin-left: 7px;
    padding-top: 11px;
    color: white;
    font-size: 315%;
    font-weight: bold;
}
.toggleThemes{
    display: inline-block;
    width: 85px;
    height: 29px;
    text-indent: 23px;
    background:url(/extension/smiledesign/design/coe_public/images/css/themes.png) no-repeat top left;
    position: relative;
    margin-left: 15px;
    padding-top: 11px;
    color: white;
    font-size: 300%;
    font-weight: bold;
}
.toggleAdh{
    display: inline-block;
    width: 100px;
    height: 45px;
    text-indent: -9999px;
    background:url(/extension/smiledesign/design/coe_public/images/content/adh.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.toggleRecherche{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background:url(/extension/smiledesign/design/coe_public/images/css/recherche.png) no-repeat top left;
    background-size: contain;
    position: relative;
    z-index: 10;
    vertical-align:  top;
    margin-left: 15px
}
.toggleZone{
display: inline-block;
width: 40px;
height: 40px;
text-indent: -9999px;
    background:url(/extension/smiledesign/design/coe_public/images/content/web-icone-orange.jpg) ;
background-size: contain;
position: relative;
z-index: 10;
vertical-align: top;
margin-left: 15px;

}
.toggleMenu:hover{
    text-decoration: none;
}
.menu{
    list-style: none;
    background:#2b648f;
    width: 100%;
    font-size: 4em;
    display: none;
    position: relative;
    vertical-align: middle;
}
.menu:before,
.menu:after{
    content: " ";
    display: table;
}
.menu:after{
    clear: both;
}
.menu ul{
    list-style: none;
}
.menu a{
    color:#fff;
}
.menu li{
    float: left;
    border-top: 1px solid #ffffff;
    z-index: 200;
    clear: both;
    width: 99%;
}
.menu1{
    padding-left: 1%;
    height: 50px;
    font-family: Arial,Helvetica,sans-serif;
}
.menu li.menu1 .right{
    background:url(/extension/smiledesign/design/coe_public/images/css/arrows.png) no-repeat;
    background-position: 0 0;
    float: right;
    width: 30px;
    height: 35px;
    margin-top: 15px;
}
.menu li.hover .right{
    background-position: -30px 0;
}
.menu li li{
    background: none;
    border-top: 0 solid #ffffff;
    width: 98%;
}
.menu li li a{
    display: block;
}

.menu li a{
    text-decoration:none;
    font-weight:bolder;
    color: #fff;
    width: 80%;
    float: left;
    margin-top: 0.5em;
}
.menu li ul{
    position: absolute;
    left: -9999px;
}

.menu .hover
{
    background-color: #e97512;
    text-decoration: none;
}

#general #nav .barre_menu .menu li:hover ul li a:hover{
    text-decoration:none;
}
#general #nav .barre_menu .menu li li.bas_menu{
    background:url(../images/css/bas_menu.gif) no-repeat bottom;
    height:4px;
}
.menu > li{
    float: none;
}
.menu ul{
    float: left;
    display: block;
    width: 100%;
}
.menu > li.hover > ul , .menu li li.hover ul{
    position: static;
    background-color: #5299cf;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    display: none;
}
.menu li ul li{
    padding-left: 2%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.open-menu{
    overflow-x: hidden;
}
.ssmenu{
    display: none;
}
/***/
#general #nav .recherche{
    color: #FFFFFF;
    display: block;
    -webkit-transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    font-size: 60%;
    position: relative;
    right: 0;
    z-index: 0;
}

#general #nav .recherche legend{
    text-indent:-9000px;
    height:0;
    line-height:0;
    width:0;
    font-size:0;
}

#general #nav .recherche input{
    border:solid 1px #4e8fc0;
    font-size: 4em;
    height: 36px;
    margin-top: 5px;
    vertical-align: middle;
    width: 219px;
}

#general #nav .recherche .btn{
    background-color: blue;
    border: medium none;
    margin-top: 4px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    background: url("/extension/smiledesign/design/coe_public/images/css/recherche.png") no-repeat;
    text-indent: -9000px;
    width: 40px;
    height: 40px;
    background-size: cover;
    vertical-align: top;
}

#general #nav .recherche a{
    display: none;
}

/*****************************************
****************** FOOTER *************
******************************************/
#general #footer{
    background:url(/extension/smiledesign/design/coe_public/images/css/bg_footer.gif) repeat-x;
    background-size: cover;
    color:#fff;
    padding: 0;
    width: 100%;
    padding-top: 4%;
}
#general #footer ul li{
    display:inline-block;
    font-size:400%;
    width: 95%;
    height: 3%;
    text-align: left;
    margin-left: 5%;
    font-weight: bold;
    font-style: italic;
    margin-top: 4%;
    margin-bottom: 4%;
}
#general #footer a{
    color:#fff;
    text-decoration:none;
    width: 100%;
}
#general #footer a:hover{
    color:#fff;
    text-decoration:underline;
}
#general #footer .logo{
    margin-left: 5%;
    margin-right: 25%;
    width: 146px;
}

/**************************************************************
*************************** CONTENEUR *************************
**************************************************************/
#general #page{
    padding:1%;
    width: 98%;
}


/*********************************************************
********************* col_center *************************
*********************************************************/
#general #page .col_center{
    float:left;
    width: 100%;
}

#general #page .col_center .default,#general #page .col_center .liste{
    display: block;
}

#general #page .col_center .reunion{
    padding: 0 1.5em;
}

#general #page .col_center h1{
    font-size: 501%;
    color:#0071b9;
}
#general #page .col_center h2{
    font-size: 23px;
    color:#0071b9;
    margin:0 0 5px 0;
    padding:0 0 0 0;
    overflow: visible;
}


#general #page .col_center .search_form h2 a{

    font-size : 2em;
}

#general #page .col_center .search_form h2{
    font-size : 220%;
    padding-top : 13px;
}
#general #page .col_center .search_form li a {
    font-size : 18px;
    margin-left: 0;
}

#page .col_center .reunion h3 {
    margin: 0 0 3px 0;
    font-size: 18px;
    color: #ff7e00;
}

#general #page .col_center td h2 {
  font-size: 23px;
}
.col_center .bloc_present{
    margin:0 0 24px 0;
}

#general #page .bloc_livre{
    padding:0 20px 0 22px;
}
#general #page .bloc_livre img{
    float:left;
}
#general #page .bloc_livre ul{
    padding-top:20px;
    float:left;
}

/*********************************************************
********************* col_left ***************************
*********************************************************/
#general #page .col_left{
    float:left;
    width: 100%;
    font-size: 3em;
}
.online_editor{
    margin-bottom:30px;
}
.online_editor h2{
    font-size:167%;
    color:#0071b9;
    margin:0 0 5px 0;
}
.online_editor h3{
    font-size:2em;
    color:#ff7e00;
    margin:0 0 5px 0;
    font-weight:normal;
}
.online_editor .date{
    color:#838383;
    margin:0 0 8px 0;
    font-size:1em;
}

.online_editor .chapo{
    color:#838383;
    margin:0 0 11px 0;
}
#page .online_editor .chapo p{
  font-size: 18px;
}
.savoir_plus{
    margin:18px 5px 0;
    background:#eef3f6;
    padding:6% 0.8em 0.3em 0;
    clear:both;
    position: relative;
    z-index: 9;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 10px;
    height: 100%;
}
.savoir_plus b{
    top: -0.5em;
    position: relative;
    z-index: 11;
    padding-left: 4.3em;
    font-size: 250%;
}
.savoir_plus.dernieres_publi{
    margin:15px 0 15px 0;
}

.savoir_plus.dernieres_publi .date{
    color:#838383;
    font-size:100%;
    margin:0 0 8px;
}

.logo_extension{
    display:inline-block;
    padding-right: 5px;
}
.file_savoir_plus{
    display: inline;
    vertical-align: middle;
}
.savoir_plus_logo img{
    width: 52px;
    height: 52px;
    position: absolute;
    top: -1em;
    left: -0.5em;
    z-index: 10;
}
.savoir_plus_title{
    top: -0.5em;
    position: relative;
    z-index: 11;
    padding-left: 19%;
    font-size: 15px;
}

.savoir_plus_title_voir{
    position: relative;
    z-index: 11;
    top: -0.5em;
    color: #FF8000;
    padding-left: 19%;
    font-size: 15px;
}
.savoir_plus ul.plus2 img{
    vertical-align: middle;
}
.savoir_plus_indicateur{
    float: left;
    font-size: 150%;
}
ul.plus, ul.plus2{
    padding-top:3em;
    padding-left: 1em;
}
ul.plus li div.no_chrono.chrono_graph, ul.plus2 li div.no_chrono.chrono_graph{
  background: url(/extension/smiledesign/design/coe_public/images/css/visuel9.png) no-repeat right 3px;
  padding-right: 20px;
}
.pays_zone ul.plus, .pays_zone ul.plus2{
    padding-top: 1em;
}
ul.plus2 li{
    font-size: 300%;
}
ul.plus li,ul.plus2 li{
    padding-left:10px;
    margin-bottom:3px;
}

ul.plus li{
    list-style: disc;
    list-style-position :inside;
    background-size: 1%;
    font-size: 300%;
    margin-bottom: 3%;
}

.col_center .search_form ul.plus li{
    margin-bottom :0;
}


.col_center .search_form ul.plus {
    padding-top :0;
}

ul.plus li li{
    font-size: 100%;
}
ul.plus li.last,ul.plus2 li.last{
    margin-top:14px;
}
ul.plus li .chrono{
    padding: 0 20px 0 0;
    display:block;
    background: url(/extension/smiledesign/design/coe_public/images/css/visuel9.png) no-repeat right center;
}
ul.plus li .methodo{
    padding: 0 20px 0 0;
    background: url(/extension/smiledesign/design/coe_public/images/css/visuel10.png) no-repeat right center;
}
ul.plus li a, ul.plus2 li a{
    color:#0071b9;
    text-decoration:none;
    margin-left: 3%;
}
.contact ul.plus li a {
  font-size: 120%;
}
ul.plus li a:hover,ul.plus2 li a:hover{
    text-decoration:underline;
}
.col_left .online_editor a{
    display: inline;
}
.col_left .online_editor .lien{
    background:url(/extension/smiledesign/design/coe_public/images/css/icone2.png) no-repeat left;
    padding:0 0 1px 22px;
    color:#838383;
    font-size:100%;
    display:block;
}
#page .col_left .online_editor h3{
    font-size: 116%;
}
#page .col_left .online_editor p.date{
    font-size:100%;
}
.col_center{
    display: none;
}

.one_col_center .col_center{
    display: block;
}
.archive{
    margin:15px 0 20px 0;
    font-size: 250%;
    margin-top: 65px;
}
.archive ul{
    display: inline;
}
.archive span{
    font-size:16px;
    color:#ff7e00;
    font-weight:bold;
    float:left;
    display:block;
}
.archive li{
    float:left;
    padding:0 0 20px 28px;
    font-size:116%;
}
.documents {
    margin-top: 10px;
}
.col_center .documents .date {
  color: #838383;
}
.documents .liste li {
    font-size: 300%;
}
#general #page.one_col_center .col_center .documents .archive{
    margin:10px 0 15px 0;
    border:solid 1px #fff;
}
.feedback {
    background-color: #CCFFCC;
    border: 1px solid #339900;
    table-layout: auto;
    font-size: 18px;
    padding: 5px 10px;
}
.agenda .feedback{
    font-size: 15px;
    margin-bottom: 10px;
}


/*********************************************************
********************* col_right **************************
*********************************************************/
#general #page .col_right{
    float:left;
    width: 100%;
}

#general #page .col_right .bloc{
    margin-bottom:10px;
    overflow-x: hidden;
}

#general #page .col_right .bloc .contenu,#general #page .outils_device .bloc .contenu{
    background:#f9fcfe;
    padding:10px 10px 0 11px;
}
#general #page .col_right .bloc h2,#general #page .outils_device .bloc h2{
    font-size:133%;
    color:#0071b9;
    margin:0 0 8px 0;
    font-weight:bolder;
    float:left;
}
#general #page .col_right .bloc h2.titre,#general #page .outils_device .bloc h2.titre{
    font-size:350%;
    font-weight:bold;
}
#general #page .col_right .bloc .pagination{
    clear: both;
}
#general #page .col_right .bloc .pagination a{
    float:left;
    height:15px;
    padding-top:1px;
    text-decoration:none;
    margin:0 3px;
    color:#000;
    text-align:center;
    font-size:200%;
    font-weight:normal;
}
#general #page .col_right .bloc .pagination span{
    float:left;
    text-decoration:none;
    margin:0 3px;
    color:#fff;
    background:url(/extension/smiledesign/design/coe_public/images/css/rond_orange.gif) no-repeat;
    text-align:center;
    width:16px;
    font-size:91%;
    font-weight:normal;
    height:15px;
    padding-top:1px;
}
#general #page .col_right .bloc .pagination a.select, #general #page .col_right .bloc .pagination span{
    float:left;
    text-decoration:none;
    margin:0 3px;
    color:#fff;
    background:url(/extension/smiledesign/design/coe_public/images/css/rond_orange.gif) no-repeat;
    text-align:center;
    font-size: 200%;
}
#general #page .col_right .bloc .pagination .fleche_prec{
    float:left;
    background:url(/extension/smiledesign/design/coe_public/images/css/fleche_prec.png) no-repeat left;
    width:35px;
    height: 35px;
    display: block;
}
#general #page .col_right .bloc .pagination .fleche_suiv{
    background:url(/extension/smiledesign/design/coe_public/images/css/fleche_suiv.png) no-repeat left;
    width:35px;
    height: 36px;
    float: right;
    display: block;
}
#general #page .col_right .bloc .pagination span,#general #page .col_right .bloc .pagination a{
    display: none;
}

#general #page .col_right .bloc ul{
    padding:0 0 0 0;
}

#general #page .col_right .bloc li{
    clear:both;
}

#general #page .col_right .bloc div.date,#general #page .outils_device .bloc div.date{
    float:left;
    color:#838383;
    font-size: 2.5em;
    width: 100%;
}
#general #page .col_right .bloc p,#general #page .outils_device .bloc p{
    padding:0 0 3px 0;
    font-size: 2em;
}
#general #page .col_right .bloc p a,#general #page .outils_device .bloc p a{
    color:#000;
}
#general #page .col_right .bloc p a.rubrique{
    font-weight: normal;
}
#general #page .col_right .bloc div.texte,#general #page .outils_device .bloc div.texte{
    float:left;
    width: 96%;
    font-size: 140%;
}
#general #page .col_right .bloc .bas_bloc {
  height: 11px;
  background: #f9fcfe;
}
.actusepar{
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 7px;
    padding-bottom:4px;
    margin-left: 10px;
}
.articlesepar{
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 7px;
    padding-bottom:4px;
    clear: both;
}

#general #page .col_right .bloc a,#general #page .outils_device .bloc a{
    text-decoration:none;
    font-weight:bolder;
}
#general #page .col_right .bloc a:hover{
    text-decoration:underline;
}
#general #page .col_right .mini_lien{
    margin:2px 0 0 56px;
}
#general #page .col_right .mini_lien li{
    display:inline;
    padding-right:10px;
}

#general #page .col_right .mini_lien li img{
    vertical-align:middle;
    padding-right:10px;
}

#general #page .col_right .mini_lien li a{
    color:#ff7e00;
    text-decoration:none;
    font-weight:normal
}

#general #page .col_right .mini_lien li a:hover{
    color:#ff7e00;
    text-decoration:underline;
}

#general #page .col_right .picto,#general #page .outils_device .picto{
    float:right;
    padding:0 20px 0 0;
}

#general #page .col_right .date{
    color:#838383;
    margin:0 0 5px 0;
}
#general #page .col_right .bloc ul.plus{
    margin:4px 0 0 0;
}
#general #page .col_right .bloc ul.plus li a{
    font-weight:normal;
}
#general #page .col_right .bloc ul.plus li img{
    vertical-align:middle;
    margin:0 0 0 6px;
}
#general #page .col_right .link{
    margin:8px 0 0 0;
    border:solid 1px #f9fcfe;
}
#general #page .col_left .link_alaune, #general #page .col_right .agenda_device .link,#general #page .outils_device .agenda_device .link{
    margin:14px 0 30px;
    background:url(/extension/smiledesign/design/coe_public/images/css/lire_fleche.png) no-repeat left ;
    float: right;
    height:33px;
    padding-right:10px;
}
#general #page .col_right .agenda_device .link a, #general #page .col_left .link_alaune a,#general #page .outils_device .agenda_device .link a{
    vertical-align:middle;
    padding-left:36px;
    font-weight:normal;
    color:#ff7e00;
    margin-top: 7px;
}
#general #page .col_left .link_alaune a{
    font-size:110%;
}
#general #page .col_right .agenda_device .link a,#general #page .outils_device .agenda_device .link a{
    font-size: 300%;
}
#general #page .col_center_search .search h2{
    color: #0071B9;
    display: inline;
    float: left;
    font-size: 501%;

    margin: 0 8px 5px 0;
}

.mes_alertes .envoyer input,.form_agenda .envoyer input{
    float:right;
    background-color: #0071B9;
    border:none;
    cursor:pointer;
    font-weight:bold;
    color:#fff;
    margin: 0;
    clear: both;
}
.mes_alertes .envoyer{
    text-align: center;
}
.mes_alertes .warning{
  font-size: inherit;
}
.mes_alertes .envoyer input[name = "AddButton"]{
    margin-top: 2%;
    float:none;
    text-align: center;
    min-width: 30%;
}
.form_agenda .visuel {
    float: left;
    margin-right: 1em;
}
.mes_alertes{
    font-size: 18px;
    line-height: 1em;
    word-break: break-all;
}
.mes_alertes ul{
    padding-top: 0;

}

.search form .mes_alertes li a{
    font-size: inherit;
}
.search .mes_alertes li a{
  font-size: inherit;
}
.search form .mes_alertes li{
    margin-top: 15px;
}

.mes_alertes select{
    font-size: 100%;
}
.mes_alertes .label_rubrique{
  font-size: 18px;
  vertical-align: top;
  width: 77%;
  display: inline-block;
}
.mes_alertes .text{
    font-size: 100%;
    width: 70%;
    float: left;
    padding-top: 5px;
}
.mes_alertes table td{
    font-size: 100%;
}
.valign {
    height: 40px;
    display: inline-block;
}
.search_form .mes_alertes input{
    float:left;
    margin: 3px 9px 0 0;
    width: 40px;
    height: 40px;
}
.search_form .mes_alertes input[type=radio]{
    border-radius: 500px;
}
.search_form .mes_alertes input[type=submit]{
    padding-top: 3px;
    padding-bottom: 3px;
    width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    float: none;
    height: auto;
}
.mes_alertes .plus input{
    width: 40px;
    height: 40px;
    display: block;
}
.mes_alertes .plus .rubrique{
    display: block;
    width: 87%;
    vertical-align: middle;
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
}
.mes_alertes .plus div{
  font-size: 18px;
}
.mes_alertes ul.plus li{
    font-size: 18px;
    clear: both;
    margin-top: 20px;
}
.mes_alertes ul.plus li b{
    display: inline-block;
    width: 90%;
}
#page .agenda h3.sous_titre{
    color:#FF7E00;
    font-size: 18px;
    font-weight : normal;
}
#page .agenda p{
    font-size: 15px;
}
div.ordre_du_jour{
  color:#0071B9;
}
.agenda form .checkbox{
    float: left;
    width: 40px;
    height: 40px;
}
.agenda form label{
    font-size: 15px;
    margin-top: 7px;
}
.agenda form div{
  font-size: 15px;
}
.agenda form div a{
  font-size: 18px;
  line-height: 30px;
  line-height: normal;
}
.agenda_inscription{

    margin-bottom: 60px;
    margin-left: 5px;
}
.agenda .agenda_inscription input{
    font-size: 23px;
    left: 0;
    margin-top: 40px;
    margin-left: -45px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#general #page .col_center .agenda form h2{
    font-size: 220%;
}
.bloc{
    display: none;
}
.actu{
    display: block;
    border: 1px solid #CDCDCD;
    width: 99%;
    margin-top: 10px;
}
/*********************************************/
/*************** one col center *********************/
/********************************************/

#general #page.one_col_center .col_center .online_editor h2{
    margin:0 0 3px 0;
    font-size: 450%;
}
#general #page.one_col_center .col_center .online_editor h3{
    margin:0 0 3px 0;
    font-size: 18px;
}
#general #page.one_col_center .col_center .online_editor .liste li .date{
    margin:0 0 4px 0;
    font-size: 100%;
}
#general #page.one_col_center .col_center .online_editor .date{
    margin:0 0 4px 0;
    font-size: 300%;
}
#general #page.one_col_center .col_center .online_editor .liste li{
    padding-bottom: 2%;
    margin-bottom: 0%;
    font-size: 300%;
}
#general #page.one_col_center .col_center .online_editor .liste a{
    display: block;
    font-size: 100%;
    width: 90%;
}
#general #page.one_col_center .col_center .online_editor .liste p a{
    font-size: 100%;
}
#general #page.one_col_center .col_center .online_editor .liste .savoir_plus a{
    display: inline;
    font-size: 100%;
    width: 80%;
}
#general #page.one_col_center .col_center .online_editor .lien, #general .col_center .lien{
    background:url(/extension/smiledesign/design/coe_public/images/css/icone2.png) no-repeat left ;
    padding:0 0 1px 22px;
    color:#838383;
    margin:0 0 5px 0;
    display:block;
    font-size: 300%;
}
#general #page.one_col_center .col_center .online_editor .chapo{
    margin:0 0 11px 0;
}
#general #page.one_col_center .col_center .online_editor .visuel{
    float:left;
    margin:0 10px 11px 0;
    max-height: 371px;
    max-width: 550px;
    padding-bottom: 20px;
}
.visuel object{
    display: none;
}
.object-right {
  float: right;
  padding-left: 5px;
}

#general #page.one_col_center .col_center .reunion .visuel{
    float: left;
    margin:0 10px 11px 0;
}
#general #page.one_col_center .col_center .online_editor p{
    margin:0 0 12px 0;
    display: block;
    font-size: 300%;
}
#general #page.one_col_center .col_center .online_editor .chapo p, #general #page.one_col_center .col_center .reunion .chapo p{
    font-size: 18px;
    color:#838383;
}
#general #page.one_col_center .col_center .online_editor .voir_aussi{
    background-color:#fff5eb;
    margin:18px 5px 25px 5px;
}
#general #page.one_col_center .col_center .online_editor .voir_aussi.domaine_competences{
    margin-top:15px;
    margin-bottom:30px;
}
#general #page.one_col_center .col_center .online_editor h4{
    color:#ff7e00;
    font-weight:bold;
    margin:0 0 3px 0;
    font-size: 316%;
}

.fil_ariane{
    display: none;
}
.displayinlineblock{
    display: inline-block!important;
}
.displayblock{
    display: block!important;
}

/***********************************************************************************
****************************** Coe-Rexecode_annuaire *******************************
***********************************************************************************/
#general #page .col_center .annuaire h2{
    font-size:183%;
    margin:0 0 20px 0;
    width: 100%;
}

.annuaire .titre{
    vertical-align: middle;
    background-color: orange;
}
.annuaire .titre a{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    background-size: 9%;
    padding:10px 0 0 3em;
    margin:0.2em 0 1px 0;
    display:block;
    text-decoration:none;
    font-size: 350%;
    color: #ffffff;
    height: 28px;
}
.annuaire .open a{
    background-color: #e97512;
    color: #ffffff;
}
.annuaire .item_block{
    padding:1.5em 2em 0 1.5em;
}
.annuaire .item_block .visuel{
    border:0.1em solid #dedede;
    padding:0.1em;
    float:left;
    margin:0.2em 1em 0 0;
    overflow:hidden;
}
.annuaire .item_block .domaine{
    float:right;
    padding:1.8em 0 0 0;
}
.annuaire .item_block .domaine span{
    display:block;
    padding:0;
}
#page .annuaire .item_block h4{
    font-weight:bold;
    margin:0 0 0.3em 0;
    color:#0071b9;
    font-size: 400%;
}
.annuaire .item_block span{
    display:block;
    padding:0 0 7px 0;
}
.annuaire .item_block .fiche{
    font-size:300%;
    background:url(/extension/smiledesign/design/coe_public/images/css/lire_fleche.png) no-repeat 0 6px;
    padding:13px 0 0 40px;
    margin:0.9em 0 1em 0;
    display:block;
    height: 40px;
}
.col_center .annuaire .separateur{
    margin:0 0 0 0;
}
.annuaire .item_block .domaine{
    display: none;
}
.coord{
    font-weight: bold;
}
.col_center .separateur{
    background:url(/extension/smiledesign/design/coe_public/images/css/separateur_p.png) repeat ;
    background-size: 100%;
    height:1px;
    overflow:hidden;
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 3em;
}

#general #page.one_col_center .col_center .reunion h1{
    font-size: 501%;
    color: #838383;
}

.col_center .pays_zone{
    border: 2px solid #CDCDCD;
}
#general #page.one_col_center .col_center .reunion .chapo{
    color: #0071B9;
    font-size: 18px;
}
.col_center .reunion .liste_lien{
    font-size: 300%;
}
.col_center .reunion .liste_lien li{
    padding-bottom: 4%;
}
.liste_contact span{
    display: block;
    font-weight: bold;
    font-size: 300%;
}
.liste_contact li{
    margin: 0 0 2em;
    font-size: 300%;
}
.liste_contact li span{
    float: left;
    font-weight: normal;
    padding: 0 0.2em 0 0;
    text-align: left;
    width: 100%;
    display: inline-block;
    font-size: inherit;
}
.liste_contact li a{
    background: url("/extension/smiledesign/design/coe_public/images/css/icone2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    background-size: 2.3em;
    color: #000000;
    padding: 0 0 0 2.2em;
    font-size: 0.85em;
}
.col_center .reunion .liste_lien li a{
    color: #FF7E00;
    font-weight: normal;
    text-decoration: none;
    vertical-align: super;
}
.col_center .reunion .liste_lien li img{
    padding-right: 0.6em;
    width: 20px;
    vertical-align: top;
}

#general #page.one_col_center .col_center .reunion p{
    padding: 0 0 1em;
    font-size: 15px;
}
#general #page.one_col_center .col_center .reunion td{
    font-size: 15px;
}

#general #page.one_col_center .col_center .reunion td p{
    font-size: 1em;
}
#general #page.one_col_center .col_center .reunion table{
    font-size: 2.5em;
}
#general #page.one_col_center .col_center .reunion table{
    font-size: 1em;
}

.visuel2{
    float: left;
}
.bloc_titre span{
    background: url("/extension/smiledesign/design/coe_public/images/css/indicateur.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 212%;
    background-size: contain;
    margin: 0 1.4em 0 0;
    padding: 1em 2em 2em 0.8em;
}
#general #page.one_col_center .col_center .bloc_titre h1{
    color: #FF7E00;
    font-family: "Trebuchet MS";
    font-size: 150%;
    font-weight: normal;
    padding: 1em 0 0;
}
.visuel2:after{
    background-color: red;
}
.sommaire b{
    font-size: 250%;
}
.outils_desktop{
    display: none;
}
.sprite{
    background-image: url(/extension/smiledesign/design/coe_public/images/content/sprite2.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 165%;
}

.icon_extra .sprite-picto-equipe {
    width: 41px;
    height: 41px;
    background-position: -8px -345px;
    margin-right: 0;
}

.icon .sprite-picto-RSS{
    width: 41px;
    height: 41px;
    background-position: -8px -8px;
    margin-right: 20px;
    margin-left: 6px;
}
.icon .sprite-picto-alertes-mail{
    width: 41px;
    height: 41px;
    background-position: -8px -143px;
    margin-right: 20px;
}

.icon .sprite-picto-newsletter{
    display: inline-block;
    width: 54px;
    height: 41px;
    background-position: -5px -188px;
    background-size: 113%;
}
.icon .sprite-picto-twitter{
    width: 41px;
    height: 41px;
    background-position: -7px -276px;
    margin-right: 18px;
}
.icon_extra .sprite-picto-RSS{
    width: 41px;
    height: 41px;
    background-position: -5px -5px;
    margin-right: 18px;
    margin-left: 18px;
}
.icon_extra .sprite-picto-alertes-mail{
    width: 41px;
    height: 41px;
    background-position: -8px -143px;
    margin-right: 18px;
}
.icon_extra .sprite-picto-twitter{
    width: 41px;
    height: 41px;
    background-position: -7px -277px;
    margin-right: 18px;
}
.icon_extra .sprite-picto-agenda{
    width: 41px;
    height: 41px;
    background-position: -7px -75px;
    margin-right: 18px;
}
.icon,.icon_extra{
    text-align: left;
    margin-bottom: 1em;
}
.icon a,.icon_extra a{
    display:table-cell;
}
.subscriptiontxt{
    display: inline-block;
    color: #888888;
    width: 50%;
    font-size: 200%;
}
.outils_device{
    width: 99%;
    clear: both;
}
.keywords{
    height: 50px;
}
.menu .keywords a{
    background:url(/extension/smiledesign/design/coe_public/images/css/arrow.png) no-repeat;
    background-size: contain;
    float: left;
    display: block;
    padding-left: 0.8em;
    margin-left: 0.3em;
    width: 80%;
}
.acces{
    display: none;
}
#general #bandeau .identification p{
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 3px;
    font-size: 250%;
}
#general #bandeau .identification_extranet p{
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 3px;
    font-size: 350%;
    margin-left: 30%;
    padding-top: 3px;
    padding-left: 4%;
}
#general #page .col_center .long{
    font-size: 200%;
}
.col_center .contact .envoyer input{
    background-color: #0071B9;
    border:none;
    cursor:pointer;
    font-weight:bold;
    color:#fff;
    padding: 0;
    margin-top: 10px;
    height: auto;
    -webkit-appearance: none;
    width: inherit;
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top :2px;
    padding-bottom :2px;
    white-space: pre-wrap;
}
.col_center .contact .envoyer {
  text-align: center;
}
.col_center .contact label span{
    color: #FF7E00;
}
.col_center .contact form a{
    font-size: 18px;
}
.col_center .contact .champ span{
    color:#ff7e00;
}
.col_center .contact textarea{
    width: 100%;
    min-height:40px;
    resize: none;
}
.col_center .contact label{
    color: #0071B9;
    display: block;
    float: left;
    font-size: 150%;
    font-weight: bold;
    margin: 0.2em 1em 0 0;
    text-align: left;
    width: 100%;
}
.col_center .contact input{
    width: 99%;
    height: 40px;
}
.col_center .contact .champ{
    margin-top: 10px;
    float: left;
    font-size: 150%;
}
#page .col_center .contact p{
    font-size: 300%;
}

.search_form #form_notif_settings input[checkbox]{
    width: 40px;
    height: 40px;
}

/*.f_suiv{
    background-image: url(/extension/smiledesign/design/coe_public/images/css/fleche_suiv.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    left: 43%;
}

.f_prec{
    background-image: url(/extension/smiledesign/design/coe_public/images/css/fleche_prec.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    left: 18%;
}*/
.f_prec_article{
    background-image: url(/extension/smiledesign/design/coe_public/images/css/fleche_prec.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
    display: block;
    float:left ;
}
.fleche_sous_article{
    width: 37%;
    margin: auto;
    height: 23px;
}

.f_suiv_article{
    background-image: url(/extension/smiledesign/design/coe_public/images/css/fleche_suiv.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
    display: block;
    float:right;
}

.col_center_search .search .search_form .bt_blue{
    border: 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #0f79bc;
    padding-top : 2px;
    padding-bottom : 2px;
    position: absolute;
    margin-top: 40px;
}
.col_center_search .search .search_form .ico_date{
    float: left;
    padding-left: 5px;
}
.col_center_search .search .search_form .bt_dark{
    border: 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 0 3px 0;
    cursor: pointer;
    background: url(/extension/smiledesign/design/coe_public/images/css/bg_bt_grey.png) no-repeat;
    height: 18px;
    margin: 10px 0 20px 328px;
}
.col_center_search .search .search_form{
    background-color:#F8F8F8;
    margin: 3px 0 3px 0;
}
#page .col_center_search .search .search_form h3{
    font-size:23px;
    padding:5px 0 10px 10px;
    font-weight: bold;
    color: #0071B9;
    font-family: Arial, Helvetica, sans-serif;
}
#page .col_center_search .search .search_form form h3{
    font-size:23px;
}
.col_center_search .search .search_form h3 img{
    vertical-align: middle;
}
.col_center_search .search .search_form form{
    padding:0 0 0 0;
    overflow: hidden;
}
.col_center_search .search .search_form label{
    font-size:135%;
    text-align:left;
    font-weight:bold;
    color:#1A1E26;
    float:left;
    margin:0 1em 0 0;
    padding-top: 3px;
    width: 170px;
}
.col_center_search .search .search_form .label_date2{
    font-size:135%;
    text-align:left;
    font-weight:bold;
    color:#1A1E26;
    float:left;
    clear: both;
}
#Rechercher_interieur_des_documents{
    height: 40px;
    width: 40px;
}
.col_center_search .search .search_form .input_search_form{
    width:100%;
}
.col_center_search .search .search_form .select_search_form{
    font-size: 130%;
    padding: 1px 0 1px 4px;
    margin: 0 0 8px 0;
    color:#626262;
    border: 1px solid #CDCDCD;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    height: 40px;
}
.col_center_search .search .search_form .date_search_form1{
    font-size: 130%;
    padding: 1px 0 0 7px;
    margin: 0 0 8px 0;
    color:#626262;
    border: 1px solid #CDCDCD;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 80%;
    clear: both;
    height: 40px;
}
.col_center_search .search .search_form .date_search_form2{
    font-size: 90%;
    padding: 1px 0 0 7px;
    margin: 0 0 8px 0;
    color:#626262;
    height: 15px;
    border: 1px solid #CDCDCD;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}
.search_form ul.plus {
  font-size: 150%;
}
.search_form ul.plus ul.subchild {
  font-size: 100%;
}
.col_center_search .search .results .n_results{
    color: #333333;
    font-size: 200%;
}
.normal_list{
    font-size: 150%;
}
.user-login input[type=text], .user-login input[type=password]{
    width: 100%;
}
.user-login input[type=checkbox]{
    width: 30px;
    height: 30px;
}
.user-login label{
    font-size: 2em;
}
.user-login .attribute-header div a, #page .user-login .attribute-header h1 {
    font-size: 4em;
}
.user-login .attribute-header {
    font-size: 50%
}
#page .user-login p, #page .user-login ol {
    font-size: 400%;
}
.annuaire span{
    font-size: 300%;
}
.annuaire .item_block p,  #page .annuaire .item_block p{
  font-size: 300%;
}
.warning{
    background-color:#FFCCCC;
    border:1px solid #CB0000;
    margin:10px 2px;
    padding:5px 10px;
    table-layout:auto;
    font-size: 15px;
}

#general #page.one_col_center div.warning p, #general #page.one_col_center div.online_editor div.warning p {
  font-size: 15px;
}

#general #page.one_col_center  div.warning a {
    font-size: 15px;
}

.warning h4, .centre .warning p{
    background:transparent none repeat scroll 0% !important;
    color:#CB0000;
    margin:0;
    padding:0;
    text-transform:none;
}
#toggle_tabmat{
  font-size: 300%;
}

.table_matiere .online_editor ul.plus li {
  font-size: 100%;
}
/* Datepicker ui.datepicker.css
----------------------------------*/
.ui-datepicker{ width: 95%; padding: .2em .2em 0; background-color: rgb(218,218,218);font-size: 300%;}
.ui-datepicker .ui-datepicker-header{ position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ position:absolute; top: 2px; width: 3.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{ top: 1px; }
.ui-datepicker .ui-datepicker-prev{ left:2px; }
.ui-datepicker .ui-datepicker-next{ right:2px; }
.ui-datepicker .ui-datepicker-prev-hover{ left:1px; }
.ui-datepicker .ui-datepicker-next-hover{ right:1px; }
.ui-datepicker .ui-datepicker-prev a{ display:inline; float:left; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-next a{ display:inline; float:right; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title{ margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select{ float:left;margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year{width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{ width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year{ float: right; }
.ui-datepicker table{width: 100%;  border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th{ padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td{ border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a{ display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane{ background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button{ float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{ float:left; }
.ui-datepicker-trigger{
    float: left;
    padding-left: 5px;
    cursor:pointer;
    height: 40px;
}
#Searchresult{
    width: 100%;
}
.acces_infos{
    background-color:#f6f6f6;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #BDBDBD;
    margin-bottom: 30px;
}

.doc table img,div.online_editor table.default img{
    display: none;
}
#general #page.one_col_center .col_center .online_editor h2.gris a{
    color: #9A9999;
}
#general #page.one_col_center .col_center .online_editor .liste a {
    display: inline;
}
.pays_zone table tr td, .doc table tr td, .reunion table tr td{
    display: block;
}
.doc table tr td{
    font-size: 200%;
}
.agenda_device{
    display: block;
    border: 1px solid #CDCDCD;
    width: 99%;
    margin-bottom: 10px;
}

/***********************************************************************************
****************************** Coe-Rexecode_recherche_resultats ********************************
***********************************************************************************/
.col_center_search .search p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    padding:0 0 10px 0;
}
.col_center_search .search .separateur{
    background:url(/extension/smiledesign/design/coe_public/images/css/separateur_search.png) no-repeat ;
    height:1px;
    overflow:hidden;
    margin:0 0 0 0;
}

.col_center_search .search .search_form .bt_dark{
    background-size: auto;
    width: 157px;
}
.col_center_search .champ{
    display: inline-block;
    margin-bottom: 60px;
    font-size: 15px;
    margin-top: 13px;
}
/***********************
******* Liste de Resultas
***********************/
.col_center_search .search .results .n_results{
    padding: 18px 0 10px 0;
    font-size: 15px;
}
.col_center_search .search .results .pagination{
    padding: 5px 0 0 0;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    width: 950px;
    text-align: right;
}
.col_center_search .search .results .pagination ul{
    float: right;
    width: 100%;
    line-height: 60px;
}
.col_center_search .search .results .pagination li{
    display: inline;
    padding: 0 1.5% 0 1.5%;
    font-size: 300%;
}
.col_center_search .search .results .pagination li:first-child{
    display: table-row;
    width: 100%;
}
.col_center_search .search .results .pagination li a{
    color: #0071B9;
    font-weight: normal
}
#page .col_center_search .search .results .results_list p{
    color: #4E4D4D;
    font-size: 300%;
    font-family: "Trebuchet MS";
    padding:0;
}
.col_center_search .search .results .results_list ul li{
    display: block;
    padding: 15px 0 15px 1px;
    border-top: 1px solid #CCCCCC;
}
.col_center_search .search .results .results_list ul li:first-of-type{
    border-top: 0;
}

.col_center_search .search .results .results_list ul li h4 a{
    color: #0071B9;
    font-size:200%;
    font-weight:bold;
}
.col_center_search .search .results .results_list .date{
    color: #FF7E00;
    font-size: 210%;
    font-weight: bold;
}
.col_center_search .search .results .results_list .rub{
    color: #666666;
    font-size: 300%;
}
.col_center_search .search .results .results_list .pertinence{
    font-size: 190%;
    color:#FF7E00;
}
.col_center_search .search .results .results_list .highlighted{
    color:#0071B9;
}
.para{
    display: none;
}
#general #page .col_right .bloc .contenu .lien{
    color: #296DC0;
    display: block;
}
#general #page .outils_device .bloc .contenu .lien{
  color: #296DC0;
}
#page .col_center .contact form p {
    font-size: 150%;
}
#general #bandeau .subtitle {
    display: none;
}
.attribute-image {
    float: left;
}

.link_app a {
    background: url("/extension/smiledesign/design/coe_public/images/css/lire_fleche_prec.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 33px;
    padding-left: 40px;
    padding-top: 10px;
    display: block;
    font-size: 250%;
}

.contenu_acces_infos{
    padding:15px 0 0px 14px;
}
#general #page.one_col_center .col_center .reunion .contenu_acces_infos p{
    padding: 0;
}

.col_center .reunion .liste_lien li .alertnotif{
  background: url("/extension/smiledesign/design/coe_public/images/content/alert.png");
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.col_center .reunion .liste_lien li .rssnotif{
  background: url("/extension/smiledesign/design/coe_public/images/content/rss.png");
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

#recherche_full {
  width: 98%;
}
#page .feedback h3, #page .warning h3 {
  font-size: inherit;
}
#page .mes_alertes p, #page .mes_alertes form {
  font-size: inherit;
}

.agenda_device ul .texte .chapo .lien {
    display: block;
    margin-top : 15px;
}

#page .agenda .ordre_du_jour p {
    font-size:18px;
}

.online_editor .object-center .attribute-image {
    text-align: center;
    padding-bottom: 7px;
    float: none;
}


.agenda_device ul .texte a.lien {
    font-size: 15px;
}

#general #page.one_col_center .col_center .pays_zone .object-left {
    float : none;
}

#general #page.one_col_center .col_center .pays_zone .object-left .attribute-image {
    float : none;
}

.object-left  {
  float: left;
  padding-right: 5px;
}
.object-center {
    text-align: center;
}

.object-left .attribute-image {
    float: left;
}

.object-center .attribute-image {
    float: none;
}

.object-right .attribute-image {
    float: right;
}

#btn_affiner{
    font-size: 4em!important;
    cursor:  pointer;
    font-size: 16px!important;
    padding: 5px 0 10px 10px;
    font-weight: bold;
    color: #0071B9;
    font-family: Arial, Helvetica, sans-serif;
}

.img_article>img{
    max-width: 300px!important;
    width:365px!important;
    height: 257px!important;
}

.sprite-picto-equipe {
    display: inline-block;
    width: 54px;
    height: 41px;
    background-position: -5px -256px;
}

.button_share_twitter {
    max-height: 35px;
    margin-left: 5px;
}
.button_share_linkedin {
    max-height: 35px;
    margin-left: 5px;
}
.share-box {
    text-align: center;
    margin-bottom: 20px;
}
.annuaire .item_block .big_visuel {
    width: 172px;
    max-height: 198px;
    padding: 1px;
    margin: 2px 10px 10px 0;
    float: left;
    text-align: center;
}
