h1.bloc_titre {
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	font-size:30pt;
	font-weight:100;
	line-height:30px;
	font-family:'Teko';
	text-transform:uppercase;
	color:#333333;
	text-align:left;
}
h2.bloc_sstitre {
	margin:0;
	color:#bc1c27;
	padding:0 0 0 0;
	font-size:20pt;
	display:table;
	font-family:'Teko';
	text-transform:uppercase;
	font-weight:normal;
}
.couleur_foncee {color:#bc1c27;}
.couleur_claire {color:#f39100;}

.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: 0;
	list-style:none;
	overflow:hidden;
}
.encart li ul li, .encart li li, .encart ul ul li {
	list-style:square;
	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 #333333;	
	border-right:1px solid #333333;*/
	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 #333333;	
	border-left:1px solid #333333;*/
	border:1px solid #ebebeb;
	padding:3px; margin:0;
}