/* BUREAU */
.bureau h1 {
        color:#556576;
        font-size:2.429em;
        margin:0px 0px 50px 25px;
}
.bureau .partL h2 {
    margin-left:25px;
}
.partL {
    width:962px;
    float:left;
}
.partR {
    width:146px;
    float:right;
}
.bureau .bxDossiers {
    float:none;
    width:auto;
}
.bureau .bxActus {
    width:638px;
}
.bxAlaune {
    width:290px;
    float:right;
}
.bureau .partR h2 {
    text-transform:none;
    text-align:center;
    margin-top:40px;
}
.bureau .itemsActus {
    background:none;
}
.liste .itActu,
.bureau .itActu {
    background:#FFF;
    float:left;
    width:314px;
    height:150px;
}
.bureau .itActu:nth-child(1),
.bureau .itActu:nth-child(3){
    margin-right:10px;
}
.bureau .itActu:nth-child(1),
.bureau .itActu:nth-child(2){
    margin-bottom:10px;
}
.bureau .itemsActus .over {
    max-height: 87px;
    height:auto;
    
}
.liste .item .int,
.bureau .boxHome .int {
    padding: 20px 25px;
}
.bureau .itD3 .img {
    height: 160px;
}
.bxAlaune .itDossier h3 {
    font-size:1.2em;
}
.bxAlaune .itD3 {
    width:290px;
    float:none;
}
.bxAlaune .itD3 .over {
    max-height:115px;
    transition:0.2s;
}
.bxAlaune .itD3:hover h3 {
   font-size: 1.3em;
}
.bxAlaune .itDossier {
    height: 310px;
}
.bureau .itD2 {
    width: 474px;
}
.bureau .itD2:last-child {
   float:right;
}
.bxCommissions,
.bxAgenda {
    width:389px;
    float:left;
}
.bxCommissions {
    margin-right:10px;
}
.itemsCommissions,
.itemsAgenda {
    background-color: #FFF;
    min-height:260px;
}
.bxEmploi {
    float:right;
    width:159px;
}
.bxEmploi .picto {
    display: block;
    background:#FFF url('../img/ic_emploi.png') no-repeat center;
    height:122px;
}
.bxEmploi a {
    display: block;
    background-color: #FFF;
    height:43px;
    padding-top:25px;
    text-align: center;
    color:#000;
    margin:1px 0px;
    font-weight:600;
}
.bxEmploi a:hover {
    background-color:#FFCC00;
}
.entree {
    display:block;
    border:1px solid #C6C7C9;
    text-align: center;
    font-size:1.071em;
    color:#000;
    background: url('../img/ic_fiche.png') no-repeat center 10px;
    padding:80px 0px 10px 0px;
    margin-bottom:4px;
}
.entree.ms_contact {
    background-image: url('../img/ic_contact.png');
}
.entree.ms_stats {
    background-image: url('../img/ic_stats2.png');
}
.entree:hover {
    background-color:#ebebeb;
}
.bxAfis .toutes {
    font-size:0.85em;
    margin-top:6px
}
.bxAfis .int {
    border:1px solid #C6C7C9;
    padding:3px 13px;
}
.bxAfis .int a {
    display:block;
    color:#000;
    border-bottom:1px solid #C6C7C9;
    padding:18px 0px;
    font-weight:600;
	line-height: 1.15em;
}

.bxAfis .int a:last-child {
    border-bottom:0px;
}
.bureau .itDossier .imgH {
    display: none;
}
/* FIN BUREAU */