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

body{
	background		: #3fc0f1;
}

#global{
	background		: url('../img/bleu-c/bg-body.jpg') top center repeat-y #3fc0f1;
}

#top{
	background		: url('../img/bleu-c/bg-top.jpg') top center no-repeat #3fc0f1;
}

#footer{
	background		: url('../img/bleu-c/bg-footer.jpg') top center no-repeat #3fc0f1;
}

#menu li a{
	color				: #1784ad;
}

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