@CHARSET "UTF-8";
#focus * { background: none; }

div#feature_list {
	width: 630px;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin: 1em auto;
}

div#feature_list ul {
	position: absolute;
	padding: 0;
	margin: 0;
    list-style: none;
}

ul#focus {
	left: 0;
    right: 0;
    bottom:0;
	z-index: 2;
	width: 630px;
    text-align: center;
}

ul#focus li {
    width:12px;
    height:12px;
    display: inline-block;
    vertical-align: middle;
}

ul#focus li a {
    background-image: url('../images/rounded_active.png');
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
}

ul#focus li a.current {
    background-position: right top;
}

ul#focus li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	width: 620px;
	height: 215px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 620px;
	height: 215px;
    background-color: #FFFFFF;
}

ul#output li h3 {
    font-weight: normal;
    font-size: 18px;
    color:#006688;
    margin: 0;
}
ul#output li small {
    display: block;
    color:gray;
    font-size: 12px;
}
ul#output li p {
    font-size: 14px;
    margin: 0;
}
ul#output li img.spip_logos {
    float:right;
    margin: 5px 5px 1em 1em;
}

ul#output li a, ul#output li a:hover {
    display:block;
    text-decoration: none !important;
    color:#333333;
}
/*
ul#output li a {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #000;
	background: rgba(255, 255, 255, 0.6);
}

ul#output li a:hover {
	background: #F1F1F1;
}*/


/** Bloc Top Actus sur page Marque Blanche Franchises **/

#top_actus {
	background:#fff;
	padding:10px;
	overflow:hidden;
}

#top_actus h1{
	background: url("../images/puce_titre.png") no-repeat scroll 10px 6px;
    border-bottom: 1px solid #C5C5C5;
    color: #516C99;
    font-size: 1.1em;
    margin: 0 0 1em;
    padding-left: 26px;
    position: relative;
}

#top_actus ul{
	list-style:none;	
	margin:0;
}
#top_actus ul li{
	float:left;
	width:185px;
	padding-right:10px;
	min-height:280px;
}
#top_actus ul li:hover{
	background:#EDEDED;
}
#top_actus ul li a{
	font-size:0.75em;
	padding-left:17px;
	display:block;
	text-decoration:none;
}
#top_actus ul li a img{
	margin:0 0 5px -17px;
}
#top_actus ul li a h3{
	font-size:13px;
}
#top_actus ul li:hover a h3{
	background:#EDEDED;
	color:#0393CF;
}
#top_actus ul li a small{
	color:#808080;
}