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

body{
	background		: #0068b4;
}

#global{
	background		: url('../img/bleu-f/bg-body.jpg') top center repeat-y #0068b4;
}

#top{
	background		: url('../img/bleu-f/bg-top.jpg') top center no-repeat #0068b4;
}

#footer{
	background		: url('../img/bleu-f/bg-footer.jpg') top center no-repeat #0068b4;
}

#menu li a{
	color				: #004c84;
}

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