body {
	margin: 0px;
	behavior:url("csshover3.htc"); 
}
.back {
	background: url(./images/montage.jpg) no-repeat left bottom;
}
.titre_consultation {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	
}
.infos_consultation {
	font-size: 11px;
	color: #000000;
	font-weight: lighter;
}
.link_consultation:link {
	font-size: 11px;
	color: #EA8900;
	text-decoration: none;
}
.link_consultation:visited {
	font-size: 11px;
	color: #EA8900;
	text-decoration: none;
}
.link_consultation:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.texte {
	font-size: 13px;
	color: #000000;
}
.ptt_texte {
	font-size: 11px;
	color: #000000;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline overline;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.textered {
	font-size: 13px;
	color: #CC0000;
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li {
	float: left;
	margin: auto;
}
#menu li a {
	display:block;
	text-decoration:none;
}
#menu li a:hover {
}

#menu ul li ul {
	display: none;
	width: 140px;
}
#menu ul li:hover ul {
	display: block;
}
#menu li:hover ul li {
	float: none;
}
#menu li ul {
	position: absolute;
}
#menu li ul li a {
	letter-spacing: 1px;
	display:block;
	text-decoration:none;
	background: #FF9600;
	padding: 5px 10px 0px 10px;
	margin:0;
	height:20px;
	font-family: Helvetica;
	font-size: 10px;
	color:#FFFFFF;
	text-align: left;
}
#menu li ul li a:hover {
	background: #FEDEAD;
	color:#838287;

}

#consultation .titre {
	width:490px;
	height:20px;
	background: url(images/bkg_consultation.jpg);
	padding: 20px 0 0 55px;
	font-family:Verdana;
	font-weight: bold;
	font-size: 13px;
	color:#CC6600;

}


/*#filtre ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#filtre li {
	float:left;
	margin:10px 30px 10px 30px;
}
#filtre li a {
	display:block;
	text-decoration:none;
	height:20px;
	width: 200px;
	text-indent: -9999px;
}

#filtre .ville {
	background: url('images/btn_ville.png') no-repeat 0px 0px;
}
#filtre .ville:hover {
	background: url('images/btn_ville.png') no-repeat 0px -20px;
}

#filtre .ccas {
	background: url('images/btn_ccas.png') no-repeat 0px 0px;
}
#filtre .ccas:hover {
	background: url('images/btn_ccas.png') no-repeat 0px -20px;
}*/
