/*
*Feuille de style page /organigramme
*Michael de Cadaran
* michael@pixight.net
*/


ul.menu{
    
}
ul.menu li{
    
}
ul.sub{
    float:right;
    position: relative;
    left:250px;
    top:0px;
}
ul.menu ul.sub{
    display:none;
}
ul.menu li.active > ul.sub{
    display: block;
}

/*------------------------------------------------*/
/*-----------------[CATEGORIE EVENEMENT]-----------------*/
/*------------------------------------------------*/       

.timeline-separator {
    padding-top: 25px;
    background-image: url("../images/bg-timeline.jpg");
    background-position: 50% 50%;
    background-repeat: repeat-y;
}
.title-timeline{
    padding-bottom: 15px;
    margin : 20px;
    border-bottom:  1px solid #EBEBEB;;
    
}
.timeline-separator img{
    margin: 0px;
    background: none;
    padding-right: 0;
    padding-left: 0;
}

.timeline-separator .et-orga{
    width:288px;  
}
.timeline-separator .et-orga {
    border: 1px solid #CFCFCF;
}
.timeline-separator p{
    color:#201F1F;
}
.timeline-separator .et-orga .et-box-content2{
    padding: 3px 20px 8px 20px;
    background: none;
    border: none;
}
.content-alt .timeline-separator{
    padding: 0px 46px 15px 45px;
}
.month-sep{
    width: 100%;
    text-align: center;    
    text-transform: uppercase;
    clear: both;
    float: left;
    background-color: #fff;
    padding: 15px 0 5px;
}
.month-sep a{
    color : #727272;
    font-weight: bold;
    font-size: 15px;
}

.align-left {
    clear: left;
    float: left;
    margin-bottom: 25px;
    padding: 10px 0;
}
.align-right {    
    clear: right;
    float: right;
    padding: 10px 0;
    margin-top: 25px;
}

.corner-left-top {
    background-image: url("../images/corner-left-top.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 14px;
    left: 34px;
    position: relative;
    top: 15px;
    width: 34px;
}
.corner-left {
    background-image: url("../images/corner-left.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 14px;
    left: 34px;
    position: relative;
    top: 15px;
    width: 34px;
}

.corner-right {
    background-image: url("../images/corner-right.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 14px;
    right: 287px;
    position: relative;
    top: 60px;
    width: 34px;
}

#content a.readmore-top {
    background: url("../images/readmore-top.png") no-repeat scroll right bottom transparent;
    color: #282828;
    display: block;
    float: right;
    font-size: 11px;
    height: 27px;
    line-height: 27px;
    padding-right: 13px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#content a.readmore-top span {
    background: url("../images/readmore-top.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 27px;
    padding: 0 0 0 12px;
}


/*
#menu-menu-organigramme{
    position: relative;
    left: 0px;
    float:left;
}
.entry .tabs-left{
    padding-left : 0px;
    float:left;
    width:100%;
}*/
.tabs-left .et-tabs-control li.current-menu-item {
    background: url("../images/tabs-left-link-active.png") no-repeat scroll right 11px transparent !important;
    padding-right: 7px !important;
}
.tabs-left .et-tabs-control li.current-menu-item a{
    color: #B41621 !important;
    font-weight: bold;
    text-decoration: none;
}
.tabs-orga{
    margin-top: 12px;
    /*padding: 23px 20px 23px 210px;*/
}/*
.et-box-content2 p{
    padding-bottom: 0px;
}*/
.tabs-orga .et-box-content2 img{
    padding: 6px 6px 10px 6px;
    background: url("../images/author-overlay-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin: -25px 8px 5px -75px;
    position: relative;
}

.tabs-orga .et-box .et-box-content2 {
    padding: 16px 20px 8px 84px;
}
.tabs-left {
    min-height: 566px;
}3827