/* category.tpl */
body#category #subcategories li { height: 120px; width: 126px; margin: 2px; padding: 3px; border: 2px solid #417f22;background: url("../img/cat_fond.jpg") no-repeat scroll left 0 #77C44A }
div.cat_desc {
	/* width:690px; */
	padding: 15px;
	background-color:#e6fcc3;
	font-family: Goudy Old Style;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 16px;
	color:#000000;
	border-bottom: 2px solid #568210;
	text-align: justify;
    text-justify: inter-word;
	}
body#category div#subcategories .inline_list a img { display: inline }
#category img#categoryImage { margin-top: 0.8em; margin-bottom: 0.8em }

.wpframe {
margin:auto;	
background: #fff;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
padding: 8px;
-webkit-box-shadow: 1px 2px 1px #d1d1d1;
-moz-box-shadow: 1px 2px 1px #d1d1d1;
box-shadow: 1px 2px 1px #d1d1d1;
z-index:1;
position: relative;
}
#subcategories{
	margin:0 auto;
	text-align: center;
}

.titre_categorie{
	font-family: Goudy Old Style;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-box-shadow:4px 4px 6px 0px #d0d0d0 ;
	-moz-box-shadow:4px 4px 6px 0px #d0d0d0 ;
	box-shadow:4px 4px 6px 0px #d0d0d0 ;
	margin:0 auto;
	text-align:center;
	display: inline-block;
	padding:10px;
	background:white;
	text-transform: none;
	margin-bottom: 5px;
	}

.cat_image_over{
	margin-top:-184px;
	margin-left: 2px;
	width:1026px;
	height:182px;
	z-index:10;
	position: relative;
}
