@charset "UTF-8";
@import url(include/style.css);
@import url(include/menu.css);
@import url(include/scroller.css);

.encart h4 {
	background-color: #77a3d0;
}

.encart a.bouton{
	background-color: #a3bbd4;
}

ul, li{
	list-style-image: url(../img/puce-liste-bleu.jpg);
}

.tabNews {
	text-align: center;
}

table td {
	vertical-align: top;
}

a.selected{
	color:#77a3d0;
	text-decoration: none;
}

a:hover.selected{
	text-decoration: underline;
}