#libre h1 {
	margin: 0;
	padding: 0;
	color: #001CAC;
	font-size: 18px;
	font-family: Optima, "Trebuchet MS", sans-serif;
	font-weight: bold;
}
#libre h2 {
	margin: 0;
	padding: 0;
	color: #74777A;
	font-size: 13px;
	font-family: Optima, "Trebuchet MS", sans-serif;
	font-weight: normal;
}
a.libre, a.libre:visited, a.libre:link {
	padding-left: 15px;
	background: url("../../img/common/puce_p_off.png") no-repeat left top;
	color: #59AED9;
	font-weight: bold;
	text-decoration: none;
}
a.libre:hover{
	padding-left: 15px;
	background: url("../../img/common/puce_p_on.png") no-repeat left top;
	color: #59AED9! important;
	font-weight: bold;
	text-decoration: underline! important;
}
#listeArticles {
	width: 100%;
	background: url("../../img/common/bg_bulle.png") no-repeat left top;
	background-color: #CDE5FD;
}
#listeArticles h1 {
	margin: 3px 0px 10px 30px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
#listeArticles h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}
#listeArticles ul.listeArticles {
	font-size: 13px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	font-family: Optima, "Trebuchet MS", sans-serif;
}
#listeArticles ul.listeArticles li.listeArticles {
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	display: list-item;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 20px;
}
#listeArticles ul.listeArticles li.listeArticles a.listeArticles:hover {
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	list-style-image: url(../../img/common/puce_p_on.png)! important;
	list-style-position: outside;
	list-style-type: none;
	display: list-item;
}
#listeArticles ul.listeArticles li.listeArticles a.listeArticles, a.listeArticles:visited, a.listeArticles:link {
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	list-style-image: url(../../img/common/puce_p_off.png)! important;
	list-style-position: outside;
	list-style-type: none;
	display: list-item;
}

