/*
@Author : Nicolas Gerner
*/

/*category_1.htm.php*/

.presCategory{
	border: 0px; 
	width: 130px; 
	padding: 0; 
	text-align: center;
}

.tdPresPicture {
	height: 101px; 
	text-align:center; 
	vertical-align:bottom; 
	padding: 4px;
}

.tdNameCategory{
	text-align:center; 
	vertical-align:bottom; 
	height: 35px;
}

/*category_2.htm.php*/

.presCategory2{
	/*width: 150px;*/
	width: 100%;
	border: 0px; 
	border-spacing: 5px;
}

.tdPresPictureCat2{
	height: 101px; 
	text-align: center; 
	vertical-align: bottom; 
	background: url(../../www/img/bg_mini_categ.gif) no-repeat bottom center; 
	padding: 4px;
}

.tdNameCategory2{
	text-align: center; 
	vertical-align: top; 
	height: 35px;
}





