#centre #page {
	position: relative;  
	float: left;
	left:11px;
	top:0px;
	width: 975px;	
	height: auto;
}

.col3 {
	position: relative;  
	float: left;
	left: 40px;
	width: 304px;
	height:auto; 	
}

H2{
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 10pt;
	color: #9eadbe;
	line-height: 23px;
	height: 30px; 
	font-variant: small-caps;
	width:291px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border-bottom-style: solid;
	border-bottom-color: #9eadbe;
	border-bottom-width: 1px;
	padding-left: 13px;
	background-position: left 11px;
	background-repeat: no-repeat;
	background-image: url("../images/puce-h2.gif");
}

H2.particuliers{
	color: #01afe6;
	border-bottom-color: #01afe6;
}

H2.entreprises{
	color: #83b31e;
	border-bottom-color: #aec504;
}

H2.pompiers{
	color: #c4001a;
	border-bottom-color: #c4001a;
}

H3{
	font-family: Arial, "Times New Roman", Tahoma, Verdana;
	font-size: 9pt;
	font-weight:bold;
	color:#9eadbe;
	line-height: 17px;
	width: 94.5%;
	background:url("../images/puce-h3.gif")  ;
	background-position: left 3px;
	padding-left:5.5%;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: justify;
	background-repeat: no-repeat;
}

span.chef {
	font-family: Arial, "Times New Roman", Tahoma, Verdana;
	font-size: 9pt;
	font-weight:bold;
	color: #83b31e;
	line-height: 17px;
}

span .part {
	font-family: Arial, "Times New Roman", Tahoma, Verdana;
	font-size: 9pt;
	font-weight:bold;
	color: #01afe6;
	line-height: 17px;
}

span .pomp {
	font-family: Arial, "Times New Roman", Tahoma, Verdana;
	font-size: 9pt;
	font-weight:bold;
	color: #c4001a;
	line-height: 17px;
}

/* =========================== Enumeration Particuliers ================================== */

a {
	font-family: Arial, "Times New Roman", Tahoma, Verdana;
	font-size: 9pt;
	color: #555555;
	line-height: 17px;
	text-align: justify;
	text-decoration: underline;
}

a:hover  {
	text-decoration: none;
}



ul {
	margin-top: 0px;
 	margin-bottom: 0px;
 	font-family: Arial, "Times New Roman", Tahoma, Verdana;
	font-size: 9pt;
	color: #555555;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	line-height: 17px;
	text-align: justify;
	margin-left: 20px; 
}

ul li {
 	/*display : list-item;*/
	background-position: left 7px;
	background-repeat: no-repeat;
	background-image: url("../images/puce-li.gif");
	padding-left: 10px; !important;
	*padding-left: 10px;
	list-style-type: none
}

ul.part li {
 	background-image: url("../../particuliers/images/puce-li.gif");
}

ul.ent li {
 	background-image: url("../../entreprises/images/puce-li.gif");
}

ul.pomp li {
 	background-image: url("../../pompiers/images/puce-li.gif");
}

ul li a {
	color: #555555;
	text-decoration: underline;
}

ul li a:hover  {
	text-decoration: none;
}
