div#content {
	/*background: url('../images/menu_fond.gif') repeat-y;
	width:168px;*/
	margin-left: 25px;
	height: 100%;
}

/* Titre d'une catégorie principale (avec le fond boisé) */

.menutitre {
	/*background: url('../images/menu_titre.gif') no-repeat;*/
	text-align: center;
	color: #4f4f4f;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	margin: 0px;
	height: 21px;
	font-size: 12px;
	width: 517px;
        border: none;
}

/******************/

/* zone contenant les sous-catégories */

.stretcher {
	text-align:center;
	font-size:12px;
	line-height: 16px;
}

.stretcher a {
	padding-left:26px;	
	color: #4f4f4f;
	text-decoration: none
}

.stretcher a:hover {
	color: #c00a1d
}

/******************/