@charset "utf-8";
/* CSS Document */

body {
   background-color: #E2EDB2; /*light-blue-bg: #edf2fb; light-green: #E2EDB2 */
}

@media print {
	body {
	   background-color: #FFFFFF;
	}
}

H1 {color: #8b3902; font-size: 160%; font-weight:bold;} /*dark brown: 8b3902 */
H2 {color: #8b3902; font-size: 150%; font-weight:normal;} /*dark brown: 8b3902 */
H3 {color: #8b3902; font-size: 140%; font-weight:normal;} /*dark brown: 8b3902 */
H4 {color: #8b3902; font-size: 120%; font-weight:normal;} /*dark brown: 8b3902 */

A {color: #317504;}
A:link {color: #317504;}
A:visited {color: #D25603;}
A:hover {color: #D25603;}
A:active {color: #D25603;} /* #775533 */

div#pagewrapper {
    color: #222222;
}

div.DIV_Header  {
  background-color: #7abc34;
  color:#E2EDB2; /*light-blue: #d8e4fa; light-green: #E2EDB2 */
}

.MenuBar .sf-menu a  {color: #317504;}
.MenuBar .sf-menu a:hover  {color: #d25603;}
.MenuBar .sf-menu a:active, .MenuBar .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #775533;
}

.MenuBar .sf-menu a:hover {
    color: #D25603;
}

.MenuBar .sf-menu a.BLACK {
    color: #FF6600;
    background-color: #FFFFFF;
}

.BlockMenu ul a {
   background: url(../images/arrow-hove-orange.gif) no-repeat 0.8em center; /*0.5em */
}

.DIV_LeftSideBar .BlockMenu ul ul a {
	background: url(../images/arrow-hove-orange.gif) no-repeat 1.8em center; /*0.5em */
}

.DIV_LeftSideBar .BlockMenu ul ul ul a {
    background: url(../images/arrow-hove-orange.gif) no-repeat scroll 2.7em center transparent;
}

.DIV_LeftSideBar .BlockMenu ul ul ul ul a {
    background: url(../images/arrow-hove-orange.gif) no-repeat scroll 3.7em center transparent;
}

.DIV_LeftSideBar .BlockMenu ul ul ul ul ul a {
    background: url(../images/arrow-hove-orange.gif) no-repeat scroll 4.7em center transparent;
}

.DIV_LeftSideBar .BlockMenu ul ul ul ul ul ul a {
    background: url(../images/arrow-hove-orange.gif) no-repeat scroll 5.7em center transparent;
}

.DIV_LeftSideBar .DIV_AppMenu a.BLACK {
    color: #FF6600;
}

.DIV_LeftSideBar .DIV_AppMenu a:hover {
   background-color: #f5fcd7; /* #d9e5fc; #f2f9fd; */
   color: #d25603;
}

.DIV_LeftSideBar .DIV_AppMenu a.activeparent:hover {
   background-color: #f5fcd7; /* #d9e5fc; #f2f9fd; */
   color: #d25603;
}

.DIV_LeftSideBar .DIV_AppMenu a.activeparent {
   background-color: transparent;
   color: #317504;
}

.BoutonMenu {
	background-color:#d1dba7;
	color:#235602;
	border-color:#d1dba7;
}

.BoutonMenu a {
    color: #235602;
    text-decoration: none;
}

div.DIV_ContentTitle {
	color: #FF6600; /* marine-blue: #336699; orange: #FF6600 */
	font-size: 160%;
	font-weight:bold;
	border-bottom: 1px solid #afb2b3;
	border-left: 1.1em solid #7BAB3E; /* deep-blue: #4a7caf; deep-green: #7BAB3E */
}

div.zone-tabs a.selected {
    color: #ff6600;
}

div.zone-tabs a.plain {
    color: #317504;
}

div.zone-tabs td ul li a:hover 
{
	color: #d25603;
}

div.TitleSection {
    color: #ff6600;
	font-weight: normal;
}

.DIV_Content TH {
    color: #6f766f;
}

.DIV_Content table.dblist tr.inlist:nth-child(even) {
	background-color: #f5fcd7;
}

.evenRow {
    background-color: #f5fcd7;
}

.ui-widget-header {
    background: #bde98f;
    border: 1px solid #afb2b3;
    color: #222222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #E2EDB2;
    border: 1px solid #afb2b3;
    color: #555555;
}

ul.tagit li.tagit-choice {
    background-color: #F5FCD7;
}
ul.tagit li.tagit-choice:hover {
	background-color: #D1DBA7;
}