/* STYLES DES COMMUNIQUES */
#communique {
	padding:10px 16px 10px 0;
}
	#communique p, #communique ul, #communique li {
		text-align: justify;
		color:#000;
	}
	#communique p[align="center"] {
		text-align: center !important;}
	#communique p[align="right"] {
			text-align: right !important;}

	#communique p {
		margin:6px 0 8px 0;}
#global .act-title, #communique h2, .act-title{
	font-size:1.4em;
	color: #999999;
	background-color: transparent;
	font-weight: bold;
	margin-bottom:20px;
	border:0;
}
/* STYLES EXPORTES A TRAVERS LES COMMUNIQUES */
	#global .act-small, .act-small {font-size:0.9em;}
	#global .act-vsmall, .act-vsmall {font-size: 0.8em;}
	#global .act-big, .act-big {font-size:1.2em;}
	#global .act-table, .act-table { 	
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
		border-left: 1px solid #000000;
		border-top: 1px solid #000000;
	}
	#global .act-table td, .act-table td {
		border-right: 0px;
		border-bottom: 0px;
		border-left: 1px solid #999999;
		border-top: 1px solid #999999;
	}
/* FIN DES STYLES DES COMMUNIQUES */
		#global .important{
			color: #00428C;
			font-weight: bold;}