@charset "utf-8";
/* CSS Document */

#articles .art .lire_suite {
	display:none;
}
#articles .art:hover .lire_suite {
	display:block;
	color:#2684DC;
	float:right;
	font: normal 9px Arial, Helvetica, sans-serif;
	margin:-25px 0 0 25px;
}

#articles .art:hover .lire_suite a{
	color:#2684DC;
	font: normal 9px Arial, Helvetica, sans-serif;
}


/* --- Bloc Bulle ----------------------------------------------------------- */
#bulle_1, #bulle_2, #bulle_3, #bulle_4, #bulle_5, #bulle_6, #bulle_7, #bulle_8, #bulle_9, #bulle_10,
 #bulle_11, #bulle_12, #bulle_13, #bulle_14, #bulle_15, #bulle_16, #bulle_17, #bulle_18, #bulle_19, #bulle_20
, #bulle_21, #bulle_22, #bulle_23, #bulle_24, #bulle_25, #bulle_26, #bulle_27, #bulle_28, #bulle_29, #bulle_30 
, #bulle_31, #bulle_32, #bulle_33, #bulle_34, #bulle_35, #bulle_36, #bulle_37, #bulle_38, #bulle_39, #bulle_40
, #bulle_41, #bulle_42, #bulle_43, #bulle_44, #bulle_45, #bulle_46, #bulle_47, #bulle_48, #bulle_49, #bulle_50{
	display:none;
}
#bulle {
	z-index:1;
	width:352px;
	position:relative;
	/*top:-250px;*/
	left:200px;
}
/* BULLE ENTETE */
.bulle_top {
	background: url(../images/fond_bulle_top.png) no-repeat left top;
	width:352px;
	height:80px;
	zoom:1;
}
.bulle_top h2 {
	width:250px;
	margin: 5px 0 0 45px;
	_margin: 5px 0 0 20px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:auto;
	float:left;
}
.bulle_top a {
	width:20px; height:16px;
	float:right;
	margin: 8px 14px 0 0; padding:0;
	text-decoration:none;
	border:none;
}
.bulle_top a img {
	border:none;
	cursor:pointer;
}
/* BULLE MILIEU */
.bulle_middle {
	background: url(../images/fond_bulle_middle.png) no-repeat left center;
	width:352px;
	height:auto;
}
.bulle_middle_texte {
	margin: 0 0 0 45px;
	padding:10px 0 0 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	width:270px;
}
/* BULLE MILIEU BULLE GRISE */
.bulle_middle_grise {
	margin: 0 0 0 45px;
	padding:10px 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	width:289px;
}
.bulle_middle_grise_top {
	background: url(../images/fond_virgule_top.jpg) no-repeat left top;
	width:289px;
	height:15px;
}
.bulle_middle_grise_middle {
	background: url(../images/fond_virgule_middle.jpg) repeat-y left top;
	width:289px;
	_width:269px;
 #width:269px;
	height:auto;
	padding: 0 5px;
	_padding: 0 10px 0 10px;
 #padding: 0 10px 0 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
}
.bulle_middle_grise_bottom {
	background: url(../images/fond_virgule_bottom.jpg) no-repeat left top;
	width:289px;
	height:5px;
}
/* BULLE BAS */
.bulle_bottom {
	background: url(../images/fond_bulle_bottom.png) no-repeat left top;
	width:352px;
	height:55px;
}
.bulle_bottom ul {
	margin: 0;
	float:none;
	list-style-type:none;
	padding:2px 0 0 0;
	margin: 0 0 0 40px;
 #margin: 0 0 0 40px;
	_margin: 0 0 0 40px;
}
.bulle_bottom ul li {
	float:left;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:15px;
}
.bulle_bottom ul li.libelle {
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#333333;
	width:30px;
	text-align:right;
	margin: 0 10px 0 0;
	line-height:15px;
}

