/* category.tpl */
body#category #subcategories li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 232px;
	border : solid 1px #eee;
}

div.cat_desc { 
	color: #555555;
    font: 11px/18px verdana;
    margin: 10px 15px;
}
body#category div#subcategories .inline_list a img { display: inline }
#category img#categoryImage { margin-top: 1em }

body#category #subcategories li a.image{
	overflow : hidden;
    display: block;
	height: 160px;
}

body#category #subcategories li a.titre{
	background-color: #F3F3F3;
    color: #777777;
    font: 18px arial;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    width: 232px;
    display: block;
}

body#category #subcategories li:hover{
	border : solid 1px #ffc7c1;
}

body#category #subcategories li a:hover{
	color: #e61702;
}