/* Caracteristiques du bandeau d'en-tete de la page d'accueil */
#entete {
	font-size: 10px;
	color: #333333;
	width: 950px;
	height: 165px;
	float: right;
}
#baseline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-bottom: 10px;
}
#logo {
	float: left;
}
