	#glossaire ul{padding : 10px 0; }
	#glossaire li{
		padding : 2px 7px;
		/*color : #ffffff;*/
		color : #4A4A49 ; 
		font-size : .7em;
		font-style : italic ;
		line-height : 13px;
	}
	
/*#glossaire .contenu-glossaire .anim {
	position :relative;
	animation: glossaire-slide 6s infinite; 
	-webkit-animation:  glossaire-slide 10s infinite;
}
#glossaire .contenu-glossaire:hover .anim {
    position :relative;
	animation-name: none; 
	-webkit-animation: none;
}
@keyframes glossaire-slide {
    0%   {bottom: 0px;}
    50% {bottom: 60px;}
    100%   {bottom: 0px;}
}

@-webkit-keyframes glossaire-slide {
    0%   {bottom: 0px;}
    50% {bottom: 60px;}
    100%   {bottom: 0px;}
}*/
