/* Le menu commun à tout le site */

#menu {
	width:210px;
	height:auto;
	margin-top:25px;
	padding:0;
	float:left;
}

#menu img {
	border:0;
	display:block;
}
#menu a {
	border:0;
}
#menu ul {
	padding:0;
	margin:0;
	background-color:#fff;
}

#menu li {
	background-image:url("../images/FlecheMenu.gif");
	background-repeat:no-repeat;
background-position: 18px 5px;
	list-style-type:none;
	padding:2px 0 2px 30px;
	margin:0;
	display:block;
}

/* L'espace news letters*/

#pubNewsLetters {
	margin:10px 0px 10px 2px;
	}

