/* ACTION */
/* Left col */
	/* Sub-menu */
	#subMenu {
		background: url(design/bg_sub_menu.jpg) no-repeat top left;
	}
	#subMenu li {
		background: url(design/bg_sub_menu_item.gif) repeat-x bottom left;
	}

/* Central col */
	/* News */
	.newsTitle {
		color: #D90019;
	}
	
/* Right col */
	/* Classement */
	#classement .red {
		color: #C62942;
	}
	
/* TEXT */
h2 {
	color: #E2001A;
}
h3 {
	color: #E2001A;
}
h4 {
	color: #B01;
}
.hr {
	border-bottom: 1px solid #E18E9A;
}

/* LINKS */
a, a strong {
	color: #E2001A;
}