/* http://www.developpement-web.net */


/****** Menu ******/
/******************/

/* zone contenant le menu */

div#content {
	background-position: 0% 0%; width:150px;
	margin-top: 20px; background-color:transparent; background-repeat:repeat-y; background-attachment:scroll
}

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

/* Afficher une image en bas du menu pour faire plus jolie (ombre) */

div#bas {
	background-position: center bottom; padding-top: 2px;
	padding-bottom: 2px
	/* height: 4px -> bug sur Internet Explorer */; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll
}

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

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

.menutitre {
	background-position: 
               0% 0%; text-align: left;
	color: #000000;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
	height: 20px;
	cursor: pointer;
	font-size: 14px;
	width: 155px; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll
}

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

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

.stretcher {
	text-align:left;
	
	font-size:9px;
	line-height: 15px
}

.stretcher a {
	
	cellpadding-left:3px;	
	color: #000000;
	text-decoration: none
}

.stretcher a:hover {
	color: #c00a1d
}

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