/* CSS Document */



#home a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
#home a:hover {
	text-decoration:underline;
}
#edito {
	float:right;
	width:630px;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:0px;
}
#logo {
	margin-bottom:0px;
	padding-top:8px;
	margin-top:-12px;
	z-index:4;
	text-align:center;
	background-color: #008CDC;
}
#edito_ht {
	background-image: url(../img/edito_ht_trans.png);
	background-repeat: no-repeat;
	height:13px;
}
#edito_texte {
	margin-top:0px;
	padding-left:5px;
	padding-right:10px;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:1px;
	background-image: url(../img/trans.png);
	background-repeat: repeat;
	line-height: 20px;
}
#edito_b {
	margin-top:0px;
	background-image: url(../img/edito_b_trans.png);
	background-repeat: no-repeat;
	height:12px;
}
#page_index {
	float: left;
	width:904px;
	margin-right:8px;
	margin-left:15px;
	margin-top:0px;
}
#page_index_ht {
	background-image: url(../img/page_index_ht_trans.png);
	background-repeat: no-repeat;
	height:21px;
	margin:0px;
}
#page_index_texte {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom:1px;
	padding-top:1px;
	margin-top:-9px;
	background-image: url(../img/trans.png);
	background-repeat: repeat;
}
#page_index_b {
	background-image: url(../img/page_index_b_trans.png);
	background-repeat: no-repeat;
	height:16px;
	margin-top:0px;
}
#nettoyeur_news {
	height: 10px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width:100%;
}


/* menu déroulant */


ul#menu{
	margin-left: 0px;
	color:#000000;
	margin-top: 0px;
	background-color:#008CDC;
}
ul#menu li {
	margin-left: -40px;
	display:block;
	list-style:none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-color: #000000;
	background-color:#008CDC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
ul#menu li a {
	color: #000000;
	font-weight:bold;
	display:block;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
ul#menu li:hover>ul {
	display:inline;
}
ul#menu li ul {
	display:none;
	padding:0px;
	position:absolute;
	list-style:none;
	margin-top: -30px;
	margin-left: 140px;
	z-index: 5;
	color: #000000;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-left: 1px dotted #999999;
	background-color:#EBEBEB;
}
ul#menu ul li {
	margin-left:0px;
	display:block;
	padding:0px;
	height:auto;
	border-bottom-color: #999999;
	background-color:#EBEBEB;
}
ul#menu ul li a {
	color: #000000;
	padding:5px;
}
ul#menu ul li a:hover {
	color: #008CDC;
}


