h1.bloc_titre {
	margin:0;
	padding:0 0 5px 0;
	font-size:1.6em;
	font-weight:100;
}
h2.bloc_sstitre {
	margin:0;
	padding:0 0 5px 0;
	font-size:1.4em;
	font-weight:100;
	border-bottom:1px solid #009ce0;
}
.bleu_fonce {color:#003e60;}
.bleu_clair {color:#00a6ff;}

.encart ul {
	margin:0;
	padding:0;
}
.encart ul ul, .encart ul li ul {
	margin:0 0 0 24px;
	padding:0;
}
.encart li {
	background:url(../img/public/puce_li.png) no-repeat;
	text-indent: 22px;
	padding: 5px 0;
	list-style:none;
	overflow:hidden;
}
.encart li ul li, .encart li li, .encart ul ul li {
	background:url(../img/public/puce_li_ul_li.png) top left no-repeat;
	text-indent: 18px;
	padding: 5px 0;
	list-style:none;
	overflow:hidden;
}

.encart li p, .encart li ul li p {
	margin:0;
	padding:0;
}
table.contenu li p {
	margin:0;
	padding:0;
}

.encart-contenu table {
	border:none;
	/*border-top:1px solid #00a6ff;	
	border-right:1px solid #00a6ff;*/
	padding:0; margin:0;
	/*width:98%;*/	
	text-align:left;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	-o-hyphens: auto;
  	hyphens: auto;
	word-wrap: break-word;
	table-layout: fixed;
	
}
.encart-contenu table td {
	/*border:none;
	border-bottom:1px solid #00a6ff;	
	border-left:1px solid #00a6ff;*/
	border:1px solid #ebebeb;
	padding:3px; margin:0;
}