



/* kiosque */


#kiosque {
	width:490px;
	height:280px;
	overflow:scroll;
	border:2px solid #000;
}
.textholder {
	text-align:left;
	font-size:small;
	padding:6px;


}

#thumbs {
	background-color: #000;	
}
 






#kiosque a.article_titre {
	color: #c43306;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}


#kiosque a.article_auteur {
	color: #FFF;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: block;
}

#kiosque a.article_extrait {
	color: #FFF;
	font-size: 12px;
	
}

#kiosque a:hover.article_extrait  {
	color: #FFF;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


#kiosque .article {
	margin-top: 13px;
	margin-left: 13px;
}

/* // Easy Slider */

