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

body{
	background		: #ce0006;
}

#global{
	background		: url('../img/rouge/bg-body.jpg') top center repeat-y #ce0006;
}

#top{
	background		: url('../img/rouge/bg-top.jpg') top center no-repeat #ce0006;
}

#footer{
	background		: url('../img/rouge/bg-footer.jpg') top center no-repeat #ce0006;
}

#menu li a{
	color				: #b10005;
}

#menu li a.selected, #menu li a.selected:hover{
	background			: #b10005;
	color				: #fff;
}