a span{cursor:pointer}
.carroussel_bar{display:inline}
.carousel_bar .on_bar .la_date {
    height:55px;
    padding-top: 5px;
}
.carousel_bar .on_bar button{position:relative;left:-5px}

.global .menu .menu_liste li {
    display: inline;
    height:80px;
}

.global .menu .menu_liste li a {
    white-space:nowrap;
    display: inline;
    height:auto;
    position: relative;
    top: expression(((this.parentNode.clientHeight - this.scrollHeight) / 2) + 'px');
}
.global .menu .menu_liste li.last.active a{
    padding-left:12px;
    padding-right:12px;
    left:-12px
}
.global .menu .menu_liste li.active a .active_menu{
    top:expression((80 - parseFloat(this.parentNode.style.top)) + 'px')
}

#carroussel-conteneur .carroussel_bloc .lien{
    display: inline;
    width:auto;
}

.carousel_content .histoire_texte {
    text-align: center;
}

.carousel_content .histoire_texte .texte {
    display: inline;
    position: relative;
    top: expression(((this.parentNode.clientHeight - this.scrollHeight) / 2) + 'px');
}

.visuel6 .carroussel_bloc .lien {display: inline}

.header_menu ul li a{
    display: block
}

.header_menu ul li a span{
    display: inline;
    position: relative;
    top: expression(((this.parentNode.clientHeight - this.scrollHeight) / 2) + 'px');
}
.header_menu ul li .sous_menu a{
    position: static;
    top:auto;
}

.bloc_wrapper .gros_titre h2{
    display: inline;
}
.bloc_wrapper .gros_titre .bkg_right, .bloc_wrapper .gros_titre .bkg_left{
    display: inline-block;
    width:expression( ( this.parentNode.scrollWidth - this.parentNode.getElementsByTagName('h2')[0].scrollWidth )/2 + 'px' );
}

.texte_news .bloc_txt {
    display: inline-block;
    position: relative;
    top: expression(((this.parentNode.clientHeight - this.scrollHeight) / 2) + 'px');
    /*left: 10px;*/
    
}

.image_membres{
    display:inline;
}

.image_membres .image_membres_center {
    display: inline-block;
}

.image_membres .image_membres_center img{
    display: inline;
    position: relative;
    top: expression(((this.parentNode.clientHeight - this.scrollHeight) / 2) + 'px');
}

.histoire_texte .texte hr{
	margin-top:3px;
	margin-bottom:-10px;
}
.chiffrescles{position:relative}
.chiffre-wrapper .chiffre-content{
	display:block;
	height:auto;
    position: relative;
    top: expression(((this.parentNode.clientHeight - this.scrollHeight) / 2 - 10) + 'px');
}
