/* green */
/* 
	vert clair #01954B;
	vert foncé #006634;
	#F7F7F7; gray tres clair
*/
a:link, a:visited {
	color: #4ba123;
}

a:hover {
	color: #316b16;
}

#pillmenu a:hover {
  color: #01954B;

  
}

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

#pillmenu a#active_menu-nav:hover {
  color: #01954B;
  text-decoration:none;
  border-left:#006634;
 }

h3, .componentheading, table.moduletable th {
  color: #4ba123;
}

div.module_menu,#leftcolumn div.module, .moduletable  { /* Menu principal */
	margin-bottom:2em;
	/* background: url(../images/OmbrePostIt259_18.png) bottom right no-repeat; */
	background-color:#F7F7F7;  /* gray tres clair */ 
	padding-bottom:2em;
}


div.module_menu h3,#leftcolumn div.module h3, .moduletable h3  {
	background-color:#01954B;
	color:white;
}
/*
table.contentpaneopen > tbody > tr {
	background-color:#01954B;
	color:white;
}
*/
div.module_menu ul li a,#leftcolumn div.module ul li a, .moduletable ul li a {/* last article, see more, poll, module perso */
	color:#006634;
}


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

div.module_menu div div {
	/* background: url(../images/green/mw_box_tr.png) 100% 0 no-repeat; */

}

div.module_menu div div div {
	/* background: url(../images/green/mw_box_tl.png) 0 0 no-repeat; */
}

.moduletable ul li { /* last article, see more, poll, module perso */
	list-style:none outside;
	margin-left:-2em;
}
.moduletable ul li a:hover,div.module_menu ul li a:hover, #leftcolumn div.module ul li a:hover { /* last article, see more, poll, module perso */
	list-style:none outside;
	margin-left:0em;
	background-color:#01954B;
	color:white;
	text-decoration:none;
	display:block;
}
/*
html > body #page_bg .color_green bg_green width_fmax > div .center > div #wrapper > div #wrapper_r > div #whitebox > div #whitebox_m 
	> div #area > div #maincolumn > table .nopad > tbody > tr > td > table .contentpaneopen > tbody > tr > td
*/
.contentpaneopen   {
	background-color:#F7F7F7;
}
