/* orange 
couleur :
link, visited, hover
h3, .componentheading, table.moduletable th
div.module_menu a {

+ div.module_menu h3 
contentheading { dans templates

*/
a:link {
/*	color: #cd6620;*/
color:#0000ff;
}

 a:visited {
/*	color: #cd6620;*/
/* color:#ad53ac; */
color:#0000ff;
}

a:hover {
/* PRS 	color: #ac5419; */
/* color:#941459;*/
color:#a82896;
	
}

#pillmenu a:hover {
  color: #cd6620;
}

#pillmenu a#active_menu-nav {
  background: url(../images/orange/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
/* PRS Titres gras   color: #cd6620; */
/*color:#941459;*/
/*color: #C52973; */
color:#89507a;
}

div.module_menu {
	background: url(../images/orange/mw_box_br.gif) 100% 100% no-repeat;
}

div.module_menu a {
/* PRS couler menu color:#cd6620; */
/*color:#941459;*/
color:#a82896;
}

div.module_menu a:visited {
/* PRS couler menu color:#cd6620; */
color:#a82896;
}


div.module_menu div {
	background: url(../images/orange/mw_box_bl.gif) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/orange/mw_box_tr.gif) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/orange/mw_box_tl.gif) 0 0 no-repeat;
}