/* Haut de page layout.php*/
#banniere
{
	height: 100px;
	float: left;
	width: 950px;
	background-image: url('/images/banniere.jpg');
}
#banniere img
{
	border: none;
}
#lienaccueil
{
	display: block;
	width: 220px;
	height: 90px;
	float: left;
}
#lienaccueil:hover
{
	text-decoration: none;
}
#identification
{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 0 0;
	float: right;
}

#identification a {
	color: #006B6B;
}

#menu
{
	float: left;
	clear: both;
	width: 650px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 150px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu li
{	
	margin: 0px 10px;
	padding: 0;
	float: left;
}

#menu li a
{
	margin: 0;
	display: block ;
	height: 26px;
	width: 107px ;
	border: 0px;
	color: #000 ;
}
#menu li a:hover
{
	height: 35px;
	margin-top: -5px;
}

#menu li a img
{
	border: 0;
}
