@charset "utf-8";
/* CSS Document */

#rubrique_container {
    position:relative;
	width: 600px;
	margin-right: 7px;
}
#titre_rubrique {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
#titre_rubrique:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #FC0;
}
#titre_sousrubrique {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#titre_sousrubrique:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #FC0;
}
