/*************  rub.css  *****************/

/*************  BLEU  *****************/
#rub-bleu a, #rub-bleu a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	height: 15px;
	width: 164px;
	display: inline-block;
	padding-top: 18px;
	text-decoration: none;
	font-size: 12px;
	margin-right: 3px;
}

#rub-bleu a:hover, .bleu-on {
	color: #06576A;
	background-image: url(../images/srub-bleu-off.jpg);
	background-repeat: no-repeat;
}

.bleu-off {
	color: #FFF;
	background-image: url(../images/srub-bleu-on.jpg);
	background-repeat: no-repeat;
}
/*************  VERT  *****************/
#rub-vert a, #rub-vert a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	height: 15px;
	width: 164px;
	display: inline-block;
	padding-top: 18px;
	text-decoration: none;
	font-size: 12px;
	margin-right: 3px;
}

#rub-vert a:hover, .vert-on {
	color: #4E660B;
	background-image: url(../images/srub-vert-off.jpg);
	background-repeat: no-repeat;
}

.vert-off {
	color: #FFF;
	background-image: url(../images/srub-vert-on.jpg);
	background-repeat: no-repeat;
}
