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

body {
	color: #000000;
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

div#img {
	border: none
}

div#conteneur {
	color: #000000;
	width: 990px;
	padding: 0px 0px 0px 0px;
	margin: auto
}

h1 {
	font-size: 14px;
	margin: 5px
}

h2 {
	margin: 5px
}

h2 a {
	font-size: 12px;
	color: #000;
	text-decoration: none
}

h2 a:hover {
	color: #C00
}

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

/* zone contenant le menu */

div#content {
	background: url('../images/menu_fond.gif') repeat-y;
	width:168px;
	margin-top: 20px
}

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

/* 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 (avec le fond boisé) */

.menutitre {
	background: url('../images/menu_titre.gif') no-repeat;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
	height: 20px;
	cursor: pointer;
	font-size: 12px;
	width: 168px
}

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

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

.stretcher {
	text-align:left;
	font-weight: bold;
	font-size:11px;
	line-height: 27px
}

.stretcher a {
	background: transparent url('../images/menu_etoile.gif') no-repeat 8px 2px;
	padding-left:26px;	
	color: #000000;
	text-decoration: none
}

.stretcher a:hover {
	color: #c00a1d
}

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