
#header-container{
    border-bottom:20px solid #65CDEE;
    margin-bottom:5px;
}
#header-separation{
    height:20px;
    margin-bottom:5px;
    background-color:#A1A1A1;
}
#header{
    width:1000px;
    margin:35px auto 0;
    position:relative;
}
#logo{
    float:left;
    width:38.9%;
}
#logo img{
    width:100%;
}
#header-right{
    float:right;
    width:60%;
}
#header-links{
    text-align:right;
}
#header-links img{
    width:20px;
}
#header-linksMobile{
    margin-top:15px;
    text-align:center;
}
#header-linksMobile img{
    margin:0 10px;
}
#search,#searchMobile{
    float:right;
    border:1px solid #65CDEE;
    min-width:267px;
    margin:10px 0 0;
}
#searchMobile .searchInput{
    width:75%;
}
#searchMobile{
    float:none;
    width:90%;
    background-color:#FFF;
    margin:10px auto 0;
}
.searchSubmit{
    float:right;
    background-image:url("/static/img/search.png");
    background-repeat:no-repeat;
    background-position:center center;
    width:32px;
    height:27px;
    cursor:pointer;
}
.searchInput{
    float:left;
    margin:5px 0px 5px 5px;
    width:228px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color:#65CDEE;
    border:1px solid #65CDEE;
}
.invisible{
    border:none;
    background-color:transparent;
}

#footer-container{
    background-image:url('/static/img/shadow.png');
    background-position:top;
    background-repeat:repeat-x;
    background-color:#A1A1A1;
    padding:30px 0;
}

#footer{
    width:1000px;
    margin:0 auto;
    color:#FFF;
}
#footer a{
    color:#FFF;
}
#menu,#menuFooter{
    text-align:center;
    margin:10px 0;
}
#menu{
    margin:30px 0 10px
}
.menuItem,.footerItem{
    display:inline-block;
    border-right:1px solid #A1A1A1;
}
.footerItem{
    border-right:1px solid #FFF;
}
.headerMenuItem,.headerMenuItemSel,.footerMenuItem{
    color:#A1A1A1;
    text-transform:uppercase;
    font-size:1.1em;
    font-weight:lighter;
    padding:3px 10px;
}
.headerMenuItemSel{
    color:#65CDEE;
}
.footerMenuItem{
    color:#FFF;
}
.headerSubmenu {
    text-decoration:none;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
    text-align:center;
    padding-top:10px;
}
.headerSubmenuItem, .headerSubMenuItemSel {
    background-color: #444;
    text-decoration:none;
    padding: 10px;
    display: block;
    color: #FFF;
    font-size:1.1em;
}
.headerSubMenuItemSel,.level-3:hover{    
    text-decoration:none;
    background-color:#65CDEE;
}

#footer-infos div{
    text-align:right;
    font-size:0.9em;
}
#copy{
    font-size:0.8em;
}

#pics{
    width:1190px;
    margin:0 auto;
}
#core{
    width:1000px;
    margin:50px auto;
    min-height:120px;
}
#wideCore{
    margin-bottom:20px;
}
#map iframe{
    width:100% !important;
}
#leftCore{
    width:48%;
    float:left;
}
#rightCore{
    width:48%;
    float:right;
}
.title{    
    font-weight:lighter;
    font-size:1.38em;
    color:#5A5A5A;
    margin:0;
    padding:0;
    padding:5px 0 0;
    margin:10px 0;
    text-transform: uppercase;
}
.input-container{
    margin-bottom:10px;
}
.contactUsLabel{
    margin-bottom:5px;
    color:#525252;
}
.contactUsInput{
    width:100%;
}
.contactUsInput input,.contactUsInput textarea,.contactUsInput select, .input-width{
    width:97%;
    box-sizing: border-box;
    height:40px;
    border:none;
    background-color:#F1F1F1;
    color:#A1A1A1;
    text-align:left;
    font-size:1.14em;
    font-weight:lighter;
    font-family:'Helvetica',sans-serif;
    padding-left:3%;
}
.contactUsInput select{
    height:30px;
    width:50%;
}
.input-width{
    height:30px;
}
.contactUsInput textarea{
    height:120px;
}
.submitButton{
    background-color:#65CDEE;
    padding:10px 30px;
    color:#FFF;
    float:right;
    text-transform: uppercase;
    border:none;
    cursor:pointer;
}

.homeBlog-box{
    width:45%;
    float:left;
    padding-right:5%;
    border-right:1px solid #A1A1A1;
}
.homeBlog-boxRight{
    float:right;
    padding-right:0;
    padding-left:5%;
    border-right:0;
    width:44.5%;
}
.blog-box{
    padding:0 5% 10px;
    min-height:80px;
}
#bullets{
    text-align:center;
}
.bullet{
    cursor:pointer;
}
.line{
    border-bottom:1px solid #65CDEE;
}
.newsletter-button{
    background-color:#65CDEE;
    padding:5px 25px;
    text-transform:uppercase;
    font-size:0.75em;
    color:#FFF;
    float:right;
}
#listMembers{
    margin-bottom:20px;
    padding:10px;
}
#topMembers{
    margin-bottom:20px;
}
#description{
    width:43%;
    float:left;
}
#description *{
    line-height:1em;
}
#location{
    width:55%;
    float:right;
}
#map_canvas{
    width:100%;
    height:400px;
}
.ui-accordion-header{
    cursor:pointer !important;
    background-image: url('/static/img/fleche.png') !important;
    background-repeat:no-repeat !important;
    background-position:left center !important;
    padding-left:25px !important;
    border:none !important;
}
.ui-state-active{
    background-image: url('/static/img/fleche_open.png') !important;   
}
.ui-accordion-content{
    padding:20px;
    border:none !important;
}
.membres{
    margin-bottom:10px;
}
.memberName{
    color:#65CDEE;
    cursor:pointer;
}

.menuColloque,.menuEcole{
    text-align:center;
}
.menuColloque div,.menuColloque a,
.menuEcole div,.menuEcole a{
    display:inline-block;
    color:#65CDEE;
    padding:0 13px 0 11px;
    border-right:1px solid #65CDEE;
    cursor:pointer;
}

#compPreview_AvantPropos_firstChild:before,#compPreview_AvantPropos2_firstChild:before{
    content:"Choisissez cette zone pour ecrire le texte qui apparaitra dans la partie AVANT-PROPOS :";
}
#compPreview_accordeon_firstChild:before,#compPreview_accordeon2_firstChild:before{
    content:"Choisissez cette zone pour ecrire le texte qui apparaitra dans la partie ACCUEIL :";
}
#accordion h5 br{
    line-height:0;
}
.avantpropos{
    display:none;
}
.accordeon, .avantpropos{
    padding-top:10px;
    margin-top:20px;
}
.accordeon #accordion .ui-accordion-header{
    background-color:transparent;
    background-image:none !important;
    padding-left:0 !important;
    border:none !important;
    min-height: 40px !important;
    margin-top: 15px !important;
}
.accordeon #accordion .ui-accordion-content{
    padding: 0 !important;
}
.searchZone{    
    border:1px solid #65CDEE;
    max-width:267px;
    width:100%;
    margin:30px 0;
}

.carroussel-container{
    width:100% !important;
    margin:30px auto;
    border-top:1px solid #65CDEE;
    border-bottom:1px solid #65CDEE;
    max-height:105px;
}
.carroussel-container li{
    display:inline-block;
    padding: 10px;
    width: auto !important;
}
.carroussel-container li img{
    height:85px !important;
    width:auto !important;
}

#mobile-links,.sousMenu,.third-level,#logo-mobile,#mobile-links-button{
    display:none;
}
.leftHome, .rightHome{
    border-bottom:1px solid #65CDEE;
    min-height:285px;
    margin-bottom:20px;
}
.leftHome img{
    width:100%;
    max-width:380px;
}
.rightHome .textRight table td:first-child{
    width:30%;
}
.rightHome .textRight table img{
    width:100%;
    max-width:150px;
}

#accordion table p{
    margin-bottom:0;
}

.searchAndFind,.searchAndFindAs{
    background-color:yellow;
    
}