#header {
	padding: 3px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #98AAD0;
}

#header div.title {
	font-size: 12px;
	color: #3A5395;
	width: 810px;
	float: left;
}

#header li {
	float: left;
}

#header li.border {
	border-left: 1px solid #98AAD0;
	border-right: 1px solid #98AAD0;
	padding: 0 10px;
	margin: 0 10px;
}

#header li a {
	width: 15px;
	height: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

#go-home {
	background-image: url(img/home.gif);
}

#go-home span {
	background-color: #2897EA;
}

#go-contact {
	background-image: url(img/contact.gif);
}

#go-contact span {
	background-color: #E96A01;
}

#go-sitemap {
	background-image: url(img/sitemap.gif);
}

#go-sitemap span {
	background-color: #8BC43F;
}

#header li a span {
	display: none;
	position: absolute;
	left: 600px;
	top: 0;
	padding: 10px;
	width: 150px;	
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 5px 0;
}

.IE6 #header li a:hover {
	background-color: #FFF;	/* sinon les spans en popups ne s'affichent pas */
}

body.no-js #header li a:hover span {
	display: block;
}

/* ---------------- FOOTER ----------------*/

#footer {
	padding: 3px 0;
	margin: 10px 0;
	border-top: 1px solid #98AAD0;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #3A5395;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
