#centreHaut{
	position: relative;
	height: 141px;
}
/* fil d'ariane */
#ariane{
	position: relative;
	height: 20px;
	padding-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
#ariane ul{
	list-style: none;
}
#ariane li{
	float: left;
	margin-right: 5px;
}
/* moteur de recherche */
#search{
	position: absolute;
	right: 0px;
	top: 15px;
}
#search label{
	display: none;
}
#search form{
	border: 1px solid #dddddd;
	background: #f7f7f7 url(../images/fd_search.png) right center no-repeat;
	padding: 1px;
}
#search input{
	border: none;
	background: #f7f7f7;
}
#search input[type=text]{
	width: 130px;
	padding-left: 3px;
	padding-right: 3px;
}
#search input[type=submit]{
	opacity: 0;
}
#search input[type=submit]:hover{
	cursor: pointer;
}
/* réseaux sociaux */
#reseaux{
	position: absolute;
	right: 0px;
	top: 52px;
	z-index: 900;
}
#reseaux ul{
	list-style: none;
}
#reseaux li{
	float: left;
	width: 24px;
	height: 24px;
}
#reseaux a{
	display: block;
	width: 100%;
	height: 100%;
}
#reseaux span{
	display: none;
}
#reseaux li.twitter{
	margin-left: 7px;
	margin-right: 7px;
}
#reseaux .facebook a{
	background: transparent url(../images/icones/facebook.png) center center no-repeat;
}
#reseaux .twitter a{
	background: transparent url(../images/icones/twitter.png) center center no-repeat;
}
#reseaux .RSS a{
	background: transparent url(../images/icones/rss.png) center center no-repeat;
}
/* navigation : cf. navigation.css */
/* bas du centre */
#centreBas{
	position: relative;
	height: 20px;
	clear: both;
}
