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

#entete
{
	width:975px;
	height:auto;
	text-align:center;
	float:left;
}
#banniere img
{
	float:left;
}

#banniere
{
	float:left;
	width:auto;
}

#entete td
{
	min-width:100px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#0b6280;
}

#entete td a:hover
{
	color:#FFFF00;
	/*font-style:italic;*/
 	text-decoration:underline;
}

#entete a:link
{
 color:#FFF;
 text-decoration:none;
}

#entete a:visited
{
	color:#FFF;
	text-decoration:none;
}

#entete a:active
{
	color:#FFF;
	text-decoration:none;
}
