
#header
{
	background : url("img/header.png") no-repeat top left;
	margin-left : auto;
	margin-right : auto;
	text-align: center;
	height : 194px;
	width : 790px;
}

#menuLeft {
	width: 190px;
	text-align : center;
	margin-left: auto;
	margin-right : auto;
	margin-top : 28px;
	margin-bottom : 3px;
	height: auto;
	float: left;
	
    
}
#menuLeft  a  { 
    padding:3px 20px 7px 20px; /*dimension de l'espace du hover*/
	text-decoration : none;
	color: #484848;
	font-weight : bold;	
	font-size : 105%;
	margin : -15px;
}

#menuLeft  a  #conseil{ 
	font-size : 93%;
    padding:3px 0 7px 0;

}

#menuLeft  a:hover{ 
	text-decoration : underline;
}

#menuLeft img { 	
	border : none;
	margin-top : -10px; /*jouer ICI pour l'Espace vertical entre chaque bouton*/

	padding-left: 1px;
	width : 194px;
	height: 31px;
}

/* Permet de remonter le texte sur les bouton*/
#menuLeft .menuTexte {
	position : relative;
	top : -26px;
	
}



