/* orange */
a:link, a:visited {
	color: #1c4fbc; /*#cd6620;*/
}

a:hover {
	color: #1c4fbc; /*ac5419;*/
}

#pillmenu a:hover {
  color: #cd6620;
}

#pillmenu a#active_menu-nav {
  background: url(../images/orange/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #ffcc66;
}

#pillmenu a#active_menu-nav:hover {
  color: #ffcc66;
}

h3, .componentheading, table.moduletable th {
  color: #cd6620;
}

div.module_menu {
	background: url(../images/orange/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/orange/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/orange/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/orange/mw_box_tl.png) 0 0 no-repeat;
}




/* Corps de la page */
div#corps_l{
	background: #f8e8bd url(../images/orange/corps_l.png) 0 0 repeat-y;
}

div#corps_r {
	background: url(../images/orange/corps_r.png) 100% 0 repeat-y;
}

div#corps_t {
	background: url(../images/orange/corps_t.png) 0 0 repeat-x;
}

div#corps_tl {
	background: url(../images/orange/corps_tl.png) 0 0 no-repeat;
}

div#corps_tr {
	background: url(../images/orange/corps_tr.png) 100% 0 no-repeat;
}

div#corps_b {
	background: #f8e8bd url(../images/orange/corps_b.png) 0 100% repeat-x;
}

div#corps_bl {
	background: url(../images/orange/corps_bl.png) 0 0 no-repeat;
}

div#corps_br {
	background: url(../images/orange/corps_br.png) 100% 0 no-repeat;
}
