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

.arrowlistmenu{
	width: 235px; /*width of accordion menu*/
	margin: 0;
	padding:0px 0px 0px 0px;
	background:#bababa;
}
.arrowlistmenu .menuheader,.arrowlistmenu .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;
}
.arrowlistmenu .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;
}
.arrowlistmenu .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;
}
.arrowlistmenu .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;
}
.arrowlistmenu .openheader{ /*GRIS*/
	background: #999999;
}
.arrowlistmenu .openheader2{ /*CSS class to apply to expandable header when it's expanded*/
	background: #89B3DB;
}
.arrowlistmenu 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;
}
.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
	color: #ffffff;
	background:#afafaf url(../images/arrowbullet1.gif) no-repeat 10px center; /*PRODUITS ORANGE*/
	display: block;
	padding: 2px 0;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	/*font-size: 90%;*/
	margin: 0;
}
.arrowlistmenu ul li a:visited{
	color: #fcfcfc;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #ffffff;
	background:#999999 url(../images/arrowbullet1.gif) no-repeat 10px center ;
}
/****************************************************************************/
.arrowlistmenu2{
	width: 235px; /*width of accordion menu*/
	margin:15px 0px 0px 0px;
	background:#bababa;
}
.arrowlistmenu2 .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;
}
.arrowlistmenu2 .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;
}
.arrowlistmenu2 .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;
}
.arrowlistmenu2 .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;
}
.arrowlistmenu2 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #999999;
}
.arrowlistmenu2 .openheader2{ /*CSS class to apply to expandable header when it's expanded*/
	background: #999999;
}
.arrowlistmenu2 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;
}
.arrowlistmenu2 ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu2 ul li a{
	color: #ffffff;
	background:#afafaf url(../images/arrowbullet1.gif) no-repeat 10px center; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	/*font-size: 90%;*/
	margin: 0;
}
.arrowlistmenu2 ul li a:visited{
	color: #fcfcfc;
}
.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
	color: #ffffff;
	background:#999999 url("../images/arrowbullet1.gif") no-repeat 10px center ;
}
/****************************************************************************/
.arrowlistmenu3{
	width: 235px; /*width of accordion menu*/
	margin:0px 0px 0px 0px;
	background:#bababa;
}
.arrowlistmenu3 .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;
}
.arrowlistmenu3 .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;
}
.arrowlistmenu3 .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;
}
.arrowlistmenu3 .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;
}
.arrowlistmenu3 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #999999;
}
.arrowlistmenu3 .openheader2{ /*CSS class to apply to expandable header when it's expanded*/
	background: #999999;
}
.arrowlistmenu3 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;
}
.arrowlistmenu3 ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu3 ul li a{
	color: #ffffff;
	background:#afafaf url("../images/arrowbullet1.gif") no-repeat 10px center; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	/*font-size: 90%;*/
	margin: 0;
}
.arrowlistmenu3 ul li a:visited{
	color: #fcfcfc;
}
.arrowlistmenu3 ul li a:hover{ /*hover state CSS*/
	color: #ffffff;
	background:#999999 url("../images/arrowbullet1.gif") no-repeat 10px center ;
}

/****************************************************************************/
.seul, .seul:hover{
	text-decoration:none;
}
/*********************ESTHETIQUE***********************/
.habitat{
	display:block;
	line-height:43px;
	font-size:16px;
	background:#FF6600 url("../images/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/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/redgloss1.gif") repeat-x;
	color: #fff;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}