/* Images de fond */
.FondPlongeur {
	background-image:     url(imagesR05/MenuDecoBulleVerticale.gif);
	background-repeat: no-repeat;
	background-position: center 70%;
	background-color: #99DBF9;
}
.FondBulle {
	background-image:     url(imagesR05/HautDecoBulle06.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #99DBF9;
	background-attachment: fixed;
}

/* liens de la barre de menus */ 
a:link { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
	text-decoration: underline;
}