/* green */
a:link, a:visited {
	color: #206A2F; /*#4ba123*/
}

a:hover {
	color: #206A2F; /*#206A2F*/
}

/* Liens dans article + lire la suite */
table.contentpaneopen a:link, table.contentpaneopen a:visited, table.contentpaneopen_news a:link, table.contentpaneopen_news a:visited {
        font-weight: bold;
}

table.contentpaneopen a:hover, table.contentpaneopen_news a:hover {
        color: #45C11A;
}


/* Couleurs au survol du premier niveau du menu activites */
#pillmenu li a:hover {
  color: #45C11A; /*#4ba123*/
}

/* Couleur au survol sous menu activites */
#pillmenu li li a:hover {
  color: #FFFFFF;
}

#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: #fff;
}

h3, .componentheading, table.moduletable th {
  color: #206A2F; /*#4ba123*/
}


/* Contours vert des modules dans la colonne de gauche */
div.module_menu {
	background: url(../images/green/mw_box_br.png) 100% 100% no-repeat;
}

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_tr2.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/green/mw_box_tl2.png) 0 0 no-repeat;
}


/* Contours vert des modules dans la colonne de gauche second css */
div.module_menu2 {
	background: url(../images/green/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu2 div {
	background: url(../images/green/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu2 div div {
	background: url(../images/green/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu2 div div div {
	background: url(../images/green/mw_box_tl.png) 0 0 no-repeat;
}

/* Contours vert menu demande en ligne */
div.module_devis {
	background: url(../images/green/mw_box_br.png) 100% 100% no-repeat;
}

div.module_devis div {
	background: url(../images/green/mw_box_bl.png) 0 100% no-repeat;
}

div.module_devis div div {
	background: url(../images/green/mw_box_tr_notitle.png) 100% 0 no-repeat;
}

div.module_devis div div div {
	background: url(../images/green/mw_box_tl_notitle.png) 0 0 no-repeat;
}
