@charset "UTF-8";
/* CSS Document */

body {
	font-family:Helvetica, sans-serif,Verdana, Arial;
	margin: 0;
	padding: 0;
	background-color:#333;
}

#logo a{
position:absolute;
background-image:url(../images/masaititre_dark.jpg);
left:60px;
top:35px;
display: block;
width:355px;
height:69px;
}


#gauche {
	position: absolute;
	top:455px;
	left:38px;
	width: 250px;
	font-size:24px;
	text-align:left;	
}

.menugauche {
	list-style-type: none;
	margin: 0;
	padding-left:20px;
	line-height:40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menugauche li {
margin-bottom: 5px;
line-height: 20px;
}
.menugauche a {
display:block;
margin: 0;
color: #fff;
text-decoration: none;

}
.menugauche a:hover {
color:#B5B7BA;
}
