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

table#cadre{
	background-color:#b3071b;
	width:1024px;
	color:#fff;
}

div#content-inner {
	
	
	display:block;
	width:180px;
	height:290px;

	
	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:#b3071b;
	
}

div#content-inner img{
	vertical-align:middle;
	
}

 table#liste a:link, table#liste a:visited{
	text-decoration: none;
	border-bottom:0;
	
}





