
#header {
	width:100%;
	height:93px;
	border-bottom:1px solid black;
	background-color : white;
}	

#header img#logo {
	float: left;
	margin: 25px 0 0 40px;
	width: 53px;
}

#header div#titre {
	float: left;
	margin: 0 0 0 30px;
}

#header h1 {
	font: normal 1.8em Myriad,Tahoma, Verdana,Helvetica,sans-serif;
	color: #505A63;
	padding-top: 20px;
}

#header h1 a {
	color: #505A63;
}

#header h1 a:hover {
	text-decoration: none;
}

#header p {
	font-size: 100%;
	color:#505A63;
	text-indent: 30px;
	/*font-weight: bold;*/
}

#menu {
	width: 100%;
	text-align: center;
}

#menu img.img_portable {
	margin-top: 10px;
}

#menu ul {
	list-style-type:none;
	margin: 0;
}

#menu li {
	margin-left : 9px;
	width:229px;
	height:46px;
}

#menu ul li a {
	height: 31px;
	padding-top:15px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background:url('../img/f_menu.jpg') top no-repeat;
}

#menu ul li  a:hover {
	text-decoration: underline;
	background: url('../img/f_menu_hover.png') top no-repeat;
	//background: #7C7E79;
}
