div#conteneur {
	color: #000000;
	width: 104px;
	padding: 0px 0px 0px 0px
}


/****** Menu ******/
/******************/

/* zone contenant le menu */

div#content {
	width:104px;
	margin-top: 10px
}

/******************/

/* Afficher une image en bas du menu pour faire plus jolie (ombre) */

div#bas {
	background: url('../images/menu_bas.gif') no-repeat center bottom;
	padding-top: 2px;
	padding-bottom: 2px
	/* height: 4px -> bug sur Internet Explorer */
}

/******************/

/* Titre d'une catégorie principale */

.menutitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #514649;
	padding-left: 4px;
}
.menutitre a {
	color: #514649;
	text-decoration: none;
}

/******************/

/* zone contenant les sous-catégories */

.stretcher {
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	font-size:9px;
	line-height: 11px;
	color:#996666
}

.stretcher a {
	color: #996666;
	text-decoration: none;
}

.stretcher a:hover {
	color: #c00a1d
}

h3 {margin-bottom: 10px}
/******************/