/******************************************************************************
		barre modalites
 ******************************************************************************/
p {
	display: inline;
}

#barreModalites {
	text-align: right;

	margin: 0px;
	padding: 0px;
	height: 22px;
	left: 100px;
	position: absolute;
	top: 50px;
	width: 570px;

	z-index: 1;
}
#barreModalites a {
	color: #BF2228;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	text-decoration: none;

	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#barreModalites span {
        text-decoration: underline;
}

#barreModalites img {
	text-decoration: none;
	vertical-align: text-bottom;

	margin: 0px;
	padding: 0px;
}
/******************************************************************************
		chemin
 ******************************************************************************/
#chemin {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	text-align: right;

	margin: 0px;
	padding: 0px;

	height: 8px;
	left: 0px;
	position: absolute;
	top: 80px;
	width: 670px;

	/*border: 2px dashed yellow;*/
}
#chemin dt {
	color: #303188;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	text-align: right;

	margin: 0px;
	padding: 0px 5px 0px 10px;

	background-image: url(../images/p_fleche.gif);
	background-position: left center;
	background-repeat: no-repeat;

	display: inline;
}
#chemin dd {
	text-align: right;

	margin: 0px;
	padding: 0px 5px 0px 10px;

	background-image: url(../images/p_fleche.gif);
	background-position: left center;
	background-repeat: no-repeat;

	display: inline;
	list-style-image: url(../images/p_fleche.gif);
}
#barreModalites li {
	display: inline;
}

