/* Grey Background */
#page_bg {
	background-image: url(../images/grey/background.jpg);
	background-repeat: repeat;
}

div#motifs_bg {
	background:url(../images/grey/background_motifs.jpg) repeat-x top center;
}

div#wrapper {
}


div#header {
}

div#header_l {
	background: url(../images/white/mw_header_t_l.png) 0 0 no-repeat;
}

div#header_r {
	background: url(../images/white/mw_header_t_r.png) 100% 0 no-repeat;
}

div#footer {
	background: #101010;
}

div#footer_l {
	background: url(../images/white/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/white/mw_footer_b_r.png) 100% 0 no-repeat;
}