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

.niveau-deroule{
	width: 225px; /*width of accordion menu*/
	margin: 0;
	padding:0px 0px 0px 0px;
	background:#bababa;
}
.niveau-deroule .menuheader,.niveau-deroule .menuheader a{ /*ORANGE*/
	font: bold 12px Arial;
	color: white;
	background: #f6a516;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background: #999999;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #FFFFFF;
	background: #999999;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule .menuheader2:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background: #89b3db;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
h3{
	margin: 0;
	padding: 0;
}
.niveau-deroule .openheader{ /*GRIS*/
	background: #999999;
}
.niveau-deroule .openheader2{ /*CSS class to apply to expandable header when it's expanded*/
	background: #89B3DB;
}
.niveau-deroule ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 5px; bottom spacing between each UL and rest of content*/
	background:#F3F3F3;
}
.niveau-deroule ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.niveau-deroule ul li a{
	color: #ffffff;
	background:#afafaf url(../images/global/arrowbullet1.gif) no-repeat 6px center; /*custom bullet list image*/
	display: block;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}
.niveau-deroule ul li a:visited{
	color: #fcfcfc;
}
.niveau-deroule ul li a:hover{ /*hover state CSS*/
	color: #ffffff;
	background:#999999 url(../images/global/arrowbullet1.gif) no-repeat 6px center ;
}
/****************************************************************************/
.niveau-deroule2{
	width: 225px; /*width of accordion menu*/
	margin:0px 0px 0px 0px;
	background:#bababa;
}
.niveau-deroule2 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background: #0173ba;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule2 .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background:#999999 ;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule2 .menuheader2{ /*BLUE*/
	font: bold 12px Arial;
	color: #fff;
	background: #3091CB;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule2 .menuheader2:hover{ /*GRIS #999999 hover*/
	font: bold 12px Arial;
	color: white;
	background: #999999;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule2 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #999999;
}
.niveau-deroule2 .openheader2{ /*CSS class to apply to expandable header when it's expanded*/
	background: #999999;
}
.niveau-deroule2 ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 5px; bottom spacing between each UL and rest of content*/
	background:#F3F3F3;
}
.niveau-deroule2 ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.niveau-deroule2 ul li a{
	color: #ffffff;
	background:#afafaf url(../images/global/arrowbullet1.gif) no-repeat 6px center; /*custom bullet list image*/
	display: block;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}
.niveau-deroule2 ul li a:visited{
	color: #fcfcfc;
}
.niveau-deroule2 ul li a:hover{ /*hover state CSS*/
	color: #ffffff;
	background:#999999 url("../images/global/arrowbullet1.gif") no-repeat 6px center ;
}
/****************************************************************************/
.niveau-deroule3{
	width: 225px; /*width of accordion menu*/
	margin:0px 0px 0px 0px;
	background:#bababa;
}
.niveau-deroule3 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background: #0173ba;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule3 .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background:#999999 ;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule3 .menuheader3{ /*BLUE*/
	font: bold 12px Arial;
	color: #fff;
	background: #cc0000;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule3 .menuheader3:hover{ /*GRIS #999999 hover*/
	font: bold 12px Arial;
	color: white;
	background: #999999;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.niveau-deroule3 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #999999;
}
.niveau-deroule3 .openheader2{ /*CSS class to apply to expandable header when it's expanded*/
	background: #999999;
}
.niveau-deroule3 ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 5px; bottom spacing between each UL and rest of content*/
	background:#F3F3F3;
}
.niveau-deroule3 ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.niveau-deroule3 ul li a{
	color: #ffffff;
	background:#afafaf url(../images/global/arrowbullet1.gif) no-repeat 6px center; /*custom bullet list image*/
	display: block;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}
.niveau-deroule3 ul li a:visited{
	color: #fcfcfc;
}
.niveau-deroule3 ul li a:hover{ /*hover state CSS*/
	color: #ffffff;
	background:#999999 url("../images/global/arrowbullet1.gif") no-repeat 6px center ;
}

/****************************************************************************/
.seul, .seul:hover{
	text-decoration:none;
}
/*********************ESTHETIQUE***********************/
.habitat{
	display:block;
	line-height:43px;
	font-size:16px;
	background:#FF6600 url("../images/global/orangegloss1.gif") repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
.collectivites{
	display:block;
	line-height:43px;
	height:43px;
	font-size:16px;
	background:#0066CC url("../images/global/bluegloss1.gif") repeat-x;
	color: #fff;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
.industrie{
	display:block;
	line-height:43px;
	height:43px;
	font-size:16px;
	background:#cc0000 url("../images/global/redgloss1.gif") repeat-x;
	color: #fff;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
.collectivites span,.industrie span,.habitat span{
	padding:0px 0px 0px 25px;
	background:url(../images/global/prisme.png) 0px 0px no-repeat;
}
