@charset "utf-8";
/* CSS Document */


table#cadre{
	background-color:#cecd00;
	width:1024px;
	color:#000;
}
div#content-inner {
	margin-top: 10px;
	
	display:block;
	width:180px;
	height:260px;

	
	color:#fff;
	
}

div#content-inner:hover{
	background-color:#583119;
	
}

div#content-inner a:link,div#content-inner a:visited{
	color:#fff;
	text-decoration: none;
	border-bottom:0;

}
div#content-inner a:hover{
	color:#fff;
	background-color:#583119;
}







