#flashune {
	width:655px;
}

#flashune ul.images {
	width:486px;
	float:left;
}

#flashune ul.images li {
	position:absolute;
	width:486px;
	height:256px;
	visibility:visible;
}

#flashune ul.images li.selected {
}

#flashune ul.images li div.image {
	display:block;
	width:486px;
	height:256px;
	text-decoration:none;
	cursor:pointer;
}

#flashune div.cadre {
	background-color:#000000;
	height:100px;
	left:0;
	opacity:0.6;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	position:relative;
	top:156px;
}

#flashune div.texte {
	border-top:1px solid #000000;
	color:white;
	height:95px;
	left:0;
	padding:5px 5px 0;
	position:relative;
	top:55px;
}


#flashune div.texte h2 {
	color:white;
	font-size:16px;
	height:25px;
}

#flashune div.texte div.chapeau {
	height:44px;
	overflow:hidden;
	color:white;
}

#flashune div.texte div.bottom {
	font-size:10px;
	height:20px;
	color:white;
	margin-top:5px;
}

#flashune div.texte div.bottom a.reagir {
	text-decoration:none;
	color:white;
	padding:2px 0px 2px 20px;
	background-image:url(/images/design/btn-reagir-dark.png);
	background-repeat:no-repeat;
	background-position:0px 1px;
}

#flashune div.texte div.bottom span.source {
	color:white;
	padding:2px 4px 2px 4px;
	background-color:#1a478b;
	border-radius:2px; 
	-moz-border-radius:2px;
}


#flashune ul.titres {
	display:block;
	width:169px;
	height:256px;
	float:right;
}

#flashune ul.titres li {
	height:43px;
	background-image:url(/images/design/flashune-titre.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #4c99cb;
	padding:10px;
}
#flashune ul.titres li.selected {
	background-image:url(/images/design/flashune-titre-selected.png);
}

#flashune ul.titres li a {
	color:white;
	text-decoration:none;
}


hr.home {
	margin:20px 0 10px 0;
}