/* fil d'ariane */
#ariane{
	position: relative;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#ariane ul{
	list-style: none;
}
#ariane li{
	float: left;
	margin-right: 5px;
}
/* moteur de recherche */
#rechercher{
	position: absolute;
	top: 20px;
	right: 20px;
	height: 20px;
	width: 140px;
	text-align: right;
}
#rechercher label{
	display: none;
}
#rechercher input[type=text]{
	width: 106px;
	font-size: 11px;
	padding-left: 1px;
	border: 1px solid #666666;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 16px;
	background-color: #FFFFFF;
	color: #000000;
	float: left;
}
#rechercher input[type=submit]{
/*	position: absolute;*/
	height: 18px;
	width: 25px;
	background-color: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
	margin-left: 2px;
}
/* bas du centre */
#centreBas{
	position: relative;
	height: 0px;
	clear: both;
}
