/* général */
body {
	background-color: white;
	margin: 0;
	padding: 0;
	}
	
#wrapper {
	height: auto;
	position:relative;
	margin: auto;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	color:#5e5e5e;
	background : #FFFFFF;
	}
	
.menu_gauche {
	background: url("images/boutton_menu.jpg");
	width : 215 px;
	height : 38px;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.link_gauche:active{
	font-weight:normal;
}

.link_gauche:visited{
	font-weight:normal;
}

.link_gauche:link{
	font-weight:normal;
	color:#5e5e5e;
	text-decoration:none;
}

.link_gauche:hover{
	font-weight:bold;
}
