#barretitre {
	width: 100%;
    background-color: #FFF;
	border-style: none;
	vertical-align: top;
}

#titrepage {
    background-color: #FFF;
	width: 962px;
	margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 29px;
    
    font-size: 19px;
	font-family: 'Brimo-Lato-Bold', sans-serif;
    text-transform: uppercase;
}

#page {
	z-index: 1;
	width: 100%;
    background-color: #FFF;
	border-style: none;
	vertical-align: top;
    border-bottom: 22px solid #FFF;
}

#globaldiv {
	z-index: 2;
	width: 962px;
	margin: 0 auto;
    padding: 0;
}

#publiglob {
    
}

.publicadre {
    float: left;
    width:430px;
    min-width:430px;
    max-width:430px;
    min-height:224px;
    vertical-align: top;
}

.publiimg {
    float: left;
    width:196px;
    min-width:196px;
    max-width:196px;
    min-height:186px;
}

.publiimg img {
    margin-top: 6px;
    height:186px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.24);
}

.publitxt {
    float: left;
    width:234px;
    min-width:234px;
    max-width:234px;
    
    font-size: 13px;
}

.annee {
    line-height: 22px;
	font-family: 'Brimo-Lato-Regular', sans-serif;   
}

.titre {
    line-height: 20px;
	font-family: 'Brimo-Lato-Bold', sans-serif;   
}

.contn {
    line-height: 20px;
	font-family: 'Brimo-Lato-Regular', sans-serif;   
}

.trait {
    line-height: 18px;
	font-family: 'Brimo-Lato-Regular', sans-serif;   
}

.pages {
    line-height: 21px;
	font-family: 'Brimo-Lato-Regular', sans-serif;   
}

.epui {
    font-style: italic;
    line-height: 21px;
	font-family: 'Brimo-Lato-Regular', sans-serif;   
}

.publispacehorz {
    clear: both;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
}

.publispacevert {
    float: left;
    width: 102px;
    min-width: 102px;
    max-width: 102px;
}

#flechespages {
    clear: both;
    width: 80px;
    height: 36px;
    min-width: 80px;
    max-width: 80px;
    min-height: 36px;
    max-height: 36px;
    margin: 0 auto;
}

    #flechespages .fg {
        width: 37px;
        height: 36px;
        min-width: 37px;
        max-width: 37px;
        min-height: 36px;
        max-height: 36px;
        background: url(../images/flechegauche.png) top center no-repeat;
        float: left;
    }

    #flechespages .fgn {
        width: 37px;
        height: 36px;
        min-width: 37px;
        max-width: 37px;
        min-height: 36px;
        max-height: 36px;
        background: url(../images/flechegauchen.png) top center no-repeat;
        float: left;
    }

    #flechespages .fg:hover {
        transition: background 0.5s;
        cursor: pointer;
        background: url(../images/flechegauchehover.png) top center no-repeat;
    }

    #flechespages .fd {
        width: 37px;
        height: 36px;
        min-width: 37px;
        max-width: 37px;
        min-height: 36px;
        max-height: 36px;
        background: url(../images/flechedroite.png) top center no-repeat;
        float: right;
    }

    #flechespages .fdn {
        width: 37px;
        height: 36px;
        min-width: 37px;
        max-width: 37px;
        min-height: 36px;
        max-height: 36px;
        background: url(../images/flechedroiten.png) top center no-repeat;
        float: right;
    }

    #flechespages .fd:hover {
        transition: background 0.5s;
        cursor: pointer;
        background: url(../images/flechedroitehover.png) top center no-repeat;
    }

#bottomspace {
    clear:both;
    min-height:24px;
}