/* CSS Document */
.browser-link{
	margin-top:5px;
	margin-bottom:-10px;
	margin-left:-10px;
	padding-left:15px;
	width:970px;
	font-weight:bold;
	color:#214b92;
	font-size : 11px;
	height:19px;
 
 
}

.browser-link a:link, .browser-link a:visited {
	text-align:right;
	width:auto;
	padding-right:11px;
	margin-right:7px;
	background:url(../images/puce-suite-art.png) no-repeat   right 5px;
 	text-decoration :none;
	color:#346c82;
} 

.browser-link a:hover{
	text-align:right;
	width:auto;
	padding-right:11px;
	margin-right:7px;
	background:url(../images/puce-suite-art-selected.png) no-repeat right 5px;
	color:#eda32b;
 
 
} 

