@charset "utf-8";

/* ~~ aucune largeur n'est attribuée à l'en-tête. Il occupera toute la largeur de votre mise en page. Il contient un espace réservé pour une image, qui doit être remplacé par votre logo lié. ~~ */
#header {
	background-color: #FFFFFF;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#logo {
	margin-top: 10px;
	float: left;
	padding-left: 10px;
}

#header #headinfo {
	width: 520px;
	text-align: right;
	color: #CCCCCC;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 18px;
	line-height: 20px;
}

#headinfo a:link, #headinfo a:visited, #headinfo a:active {
	color: #00A0BE;
	text-decoration: none;
}

#headinfo a:hover {
	color: #000000;
	font-weight: normal;
	background-color: #E1DEDD;
}	
	
#top {
	background-color: #FFF;
	height: 30px;
	padding-left: 142px;
	background-image: url(../images/boutons/top_bg_1px.gif);
	background-repeat: repeat-x;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	font-size: 15px;
	position: relative;
}
