a.selecteur{
	font: 14px arial;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a.selecteur:hover {
	color: red;
	font:14px arial
	text-decoration: none;
	font-weight: bold;
}
table.ann {
	background-image: url(img/haut_tab_ann.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F9F9F9;
}
td.ann {
	background-image: url(img/bas_tab_ann.gif);
	background-position: bottom;
	background-repeat: repeat-x;

}
a.promo{
	font: 22px arial;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a.promo:hover {
	color: red;
	font: 22px arial
	text-decoration: none;
	font-weight: bold;
}

img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}
