/* ========================================================================== */
/* =general, global style rules============================================== */
/* ========================================================================== */
h2 {
	color: #637e07;
}
h3 {
	color: #637e07;
	border-bottom: 1px solid #637e07;
}
h4 {
 	color: #637e07;
}
a {
		color: #484848;
}
a:visited {
	color: #484848;
}
a:hover {
	color: #637e07;
}
hr {
	border-bottom:solid 1px #8bad38;
}
#toolbar {
	display:none;
}
/* ========================================================================== */
/* =layout rule============================================================== */
/* ========================================================================== */

div.toolbar {
	background-image:  url("/_images/themes/green/top_tile.gif");
	background-position: center center;
	background-repeat: repeat-y;
	background-color:#C2DF99;
}

div.toolbar div a {
	color:#ffffff;
}

div.toolbar div a:hover {
	color:#19313D;
}

td.main ul li{
	list-style-image: url("/_images/themes/green/bullet_li.gif");
}

/* ========================================================================== */
/* =highlighting for selected link=========================================== */
/* ========================================================================== */

.lit {
	color: #009FE8;
}
a.lit {
	color: #8bad38;
}
a.lit:visited {
	color: #8bad38;
}
a.lit:hover {
	color: #484848;
} 

/* ========================================================================== */
/* =rules governing left-hand navigation menus=============================== */
/* ========================================================================== */

/* 2nd level menus */

td.submenu ul li {
	background-image:  url("/_images/themes/green/subnav_bg.gif");
}
td.submenu ul li.submenu {
	background-image:  url("/_images/themes/green/subnav_sub_bg.gif");
}
td.submenu a {
	color: #637e07;
}
td.submenu a:visited {
	color: #637e07;
}
td.submenu a:hover {
	color: #797979;
}

/* 3rd level menus */

td.submenu ul ul {
	background-color:#E7FFBE;
	border-top: solid green 1px;
	border-left: solid green 1px;
	border-right: solid green 1px;
}
td.submenu ul ul li {
	border-bottom:solid green 1px;
}
td.submenu ul ul li a {
	color: #000000;
}
td.submenu ul ul li a:visited {
	color: #000000;
}
td.submenu ul ul li a:hover {
	color: #000000;
}

/* ========================================================================== */
/* =top menu================================================================= */
/* ========================================================================== */

.black {
  color: #000000;
  font-weight: bold;
}


/* Dropdown menus */
#navwrapper {		
	height: 49px;
	width: 738px;
	margin: 0 auto;	
	padding: 0;
}

#nav, #nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#nav * {
	list-style-type: 0;
}

#nav a {
	display: block !important;
	color: #484848 !important;
	font-size: 8pt !important;
	text-decoration: none;
	width: 139px; /* drop-down menu width */
}

#nav li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#nav li ul, #nav li.navl1-fr ul, #nav li.navl1-en ul{
	background: #fff;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #c3c3c3 !important;
	position: absolute;
	top: 44px;
	left: -999em;
	line-height: .1;
	margin: 0;
	padding: 0;
	width: 139px; /* drop-down menu width */
}
#nav li.navl1 ul, #nav li.navl1-fr ul {
	margin-left: 10px;
}
#nav li.navl7-en ul, #nav li.navl7-fr ul {
	text-align:right;
	z-index: 100;
	right: 0;
}

#nav li li, #nav li li.lastsubnav {
	height: auto;
	margin:0;
	padding:0;
	width: 100%;
	border-bottom: 1px dotted #c3c3c3;
}
#nav li li.lastsubnav {
	margin-bottom: 0;
	border-bottom: none;
}

#nav li li a {
	width: 139px;
}
#nav li li span {
	display: block;
	margin: 0;
	color: #484848;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	padding: 6px 7px;
	position: relative;
}

#nav li:hover ul, #nav li.over ul {
	left: auto;
	line-height: 100%;
	
}




/* ENGLISH BUTTONS */
#nav a.navl1-en {
	background: transparent url(/_images/themes/green/navi_don_en.gif) no-repeat top left;
	height: 49px;
	width: 150px;
}
#nav a.navl1-en:hover, #nav a.navl1-en-active {
	background-image: url(/_images/themes/shared/navi_don_en.gif);
	height: 49px;
	width: 150px;
}
#nav li.navl1-en {
	width: 150px;
}

#nav a.navl2-en {
	background: transparent url(/_images/themes/green/navi_maladies_en.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl2-en:hover, #nav a.navl2-en-active {
	background-image: url(/_images/themes/shared/navi_maladies_en.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl2-en {
	width: 90px;
}

#nav a.navl3-en {
	background: transparent url(/_images/themes/green/navi_services_en.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl3-en:hover, #nav a.navl3-en-active {
	background-image: url(/_images/themes/shared/navi_services_en.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl3-en {
	width: 90px;
}

#nav a.navl4-en {
	background: transparent url(/_images/themes/green/navi_environnement_en.gif) no-repeat top left;
	height: 49px;
	width: 134px;
}
#nav a.navl4-en:hover, #nav a.navl4-en-active {
	background-image: url(/_images/themes/shared/navi_environnement_en.gif);
	height: 49px;
	width: 134px;
}
#nav li.navl4-en {
	width: 134px;
}

#nav a.navl5-en {
	background: transparent url(/_images/themes/green/navi_groupes_en.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl5-en:hover, #nav a.navl5-en-active {
	background-image: url(/_images/themes/shared/navi_groupes_en.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl5-en {
	width: 90px;
}

#nav a.navl6-en {
	background: transparent url(/_images/themes/green/navi_catalogue_en.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl6-en:hover, #nav a.navl6-en-active {
	background-image: url(/_images/themes/shared/navi_catalogue_en.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl6-en {
	width: 90px;
}

#nav a.navl7-en {
	background: transparent url(/_images/themes/green/navi_propos_en.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl7-en:hover, #nav a.navl7-en-active {
	background-image: url(/_images/themes/shared/navi_propos_en.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl7-en {
	width: 90px;
}


/* FRENCH BUTTONS */
#nav a.navl1-fr {
	background: transparent url(/_images/themes/green/navi_don_fr.gif) no-repeat top left;
	height: 49px;
	width: 150px;
}
#nav a.navl1-fr:hover, #nav a.navl1-fr-active {
	background-image: url(/_images/themes/shared/navi_don_fr.gif);
	height: 49px;
	width: 150px;
}
#nav li.navl1-fr {
	width: 150px;
}

#nav a.navl2-fr {
	background: transparent url(/_images/themes/green/navi_maladies_fr.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl2-fr:hover, #nav a.navl2-fr-active {
	background-image: url(/_images/themes/shared/navi_maladies_fr.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl2-fr {
	width: 90px;
}

#nav a.navl3-fr {
	background: transparent url(/_images/themes/green/navi_services_fr.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl3-fr:hover, #nav a.navl3-fr-active {
	background-image: url(/_images/themes/shared/navi_services_fr.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl3-fr {
	width: 90px;
}

#nav a.navl4-fr {
	background: transparent url(/_images/themes/green/navi_environnement_fr.gif) no-repeat top left;
	height: 49px;
	width: 134px;
}
#nav a.navl4-fr:hover, #nav a.navl4-fr-active {
	background-image: url(/_images/themes/shared/navi_environnement_fr.gif);
	height: 49px;
	width: 134px;
}
#nav li.navl4-fr {
	width: 134px;
}

#nav a.navl5-fr {
	background: transparent url(/_images/themes/green/navi_groupes_fr.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl5-fr:hover, #nav a.navl5-fr-active {
	background-image: url(/_images/themes/shared/navi_groupes_fr.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl5-fr {
	width: 90px;
}

#nav a.navl6-fr {
	background: transparent url(/_images/themes/green/navi_catalogue_fr.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl6-fr:hover, #nav a.navl6-fr-active {
	background-image: url(/_images/themes/shared/navi_catalogue_fr.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl6-fr {
	width: 90px;
}

#nav a.navl7-fr {
	background: transparent url(/_images/themes/green/navi_propos_fr.gif) no-repeat top left;
	height: 49px;
	width: 90px;
}
#nav a.navl7-fr:hover, #nav a.navl7-fr-active {
	background-image: url(/_images/themes/shared/navi_propos_fr.gif);
	height: 49px;
	width: 90px;
}
#nav li.navl7-fr {
	width: 90px;
}

#bannertd {
	position: relative;
	text-align: right;
	display: block;
	height: 102px;
	width: 738px; 
	margin: 0 auto;
}


#bannerlogo {
	position: absolute;
	top: 22px;
	left: 42px;
}

.tbmargin {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}



