.boutoncat {
	text-align: left;
	width:275px;
	float: left;
	margin: 0 2px 10px;
	background: #FDFDFD url("images/bg_button_main.png") repeat-y;
}

.boutoncat a {
	color: #505050;
}
.boutoncat a:hover {
	text-decoration: none;
	color: #C6001F;
}

.boutoncat h3 {
	margin: 0;
}

.boutoncat h3 a {
	color: #C6001F;
}
.boutoncat h3 a:hover {
	text-decoration: none;
}

.boutoncattop {
	background: #FDFDFD url("images/bg_button_top.png") no-repeat center top;
	font-size: 0;
	padding-top: 10px;
}

.boutoncatmain {
	padding: 0 10px;
/* 	font-size: 0.8em; */
}
.boutoncatmain img {
	float: left;
	margin-right: 10px;
}

.boutoncatbtm {
	background: #FDFDFD url("images/bg_button_bottom.png") no-repeat center bottom;
	font-size: 0;
	padding-bottom: 10px;
	clear: left;
}
