#catalog{
	width:1000px;
}
.Ncat{
	float:left;
	width:325px;
	height:185px;
	margin:3px;
}
.Ncat_exp{
	float:left;
	width:325px;
	height:320px;
	margin:3px;
}
.img_cat{
	float:left;
/*	border: solid 1px #ff6600;*/
	width:100px;
	height:120px;
	text-align:center;
	padding-top:5px;
}
.list_cat{
	float:left;
	font-family:verdana;
	font-size:12px;
	text-align:left;
}
.titre_Ncat{
	font-family:verdana;
	font-size:12px;
	font-weight: bold;
	color:#ff6600;
	margin:5px
}
#lien_cat a{
	text-decoration:none;
	color:black;
}
#lien_cat a:hover{
	color:#ff6600;
}