
#barre_droite{
	position: relative;
	width:204px;
	height: auto;
	background-color:#EFFFEF;
	padding: 4px;
	text-align: left;
	float: right;
	font-size:11px;
	margin: 0px 0px 0px 7px;
	border: 1px dashed #ABABB3;
	border-bottom: 1px dashed #ABABB3;
	border-left: 1px dashed #ABABB3;
	}
#barre_droite A:link,A:visited
{
	text-decoration: none;
	color: #006699;
}
#barre_droite A:hover
{
	border-bottom: 1px dashed #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
}
#titre {
position:relative;
background-color:#666666;
height:auto;
color:#FFFFFF;
font-weight:bold;
font-size: 11px;
text-align:center;
float: right;
width:100%;
padding-bottom:1px;
padding-top:1px;
}