/* =FRISE --- */
.frise ol, 
.frise ul, 
.frise li { 
	list-style: none outside none; 
}
.frise .titre1{
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 10px;
    font-weight: normal;
    color: #868686;
    position: absolute;
    bottom: 4px;
    right: 10px;
}
.frise h1{ font-weight: normal; }
.frise{ 
	padding: 0 10px 10px; 
	height: 115px; 
	background: url(../images/bg-frise.png) repeat-x scroll left top transparent;
	position: relative;
}
.frise .candidats{ background: url(../images/bandeau-frise.png) no-repeat scroll 0 0 transparent; }
.frise .candidats ul{ margin: 0; }
.frise .candidats li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 97px;
	height: 75px;
    position: relative;
   /*  margin-left: 15px; */
}
.frise .candidats li img{ 
    display: block;
    position: absolute;
    bottom: 0;
}
.frise .candidats li div{
	position: absolute;
	bottom: -27px;
	left: 5px;
	width: 90px;
	height: 30px;
	background: url(../images/bulle.png) no-repeat scroll 0 0 transparent;
}
.frise .candidats li span{
	position: absolute;
	top: 10px;
	padding-left: 17px; 
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 64px;
}
.frise .candidats li .up{ background: url(../images/f-up.png) no-repeat scroll 7px 2px transparent; }
.frise .candidats li .down{ background: url(../images/f-down.png) no-repeat scroll 7px 2px transparent; }
.frise .candidats li .eq{ background: url(../images/f-eq.png) no-repeat scroll 7px 5px transparent; }
.frise .candidats li span.inf{
    left: 10px;
    padding-left: 0;
}
