.mask_pop {
	background: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:alpha(opacity=30);
} 

#communique {
	float: left;
	padding: 0 0 15px 0;
	font-family: verdana,din,OpenSans;
}

.communique_content {
	border: 1px solid #CCCCCC;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 1px rgba(204,204,204,1);
}

#communique_content_2p {			/*EGA ajout : CSS pour encart Ã  2 paragraphes*/
	background: url(../images/actus/communique_background_2p.gif) no-repeat right bottom;
	margin: 0 22px 0 0;
	padding: 0 20px 0 20px;
	text-align: right;
	width: 405px;
}

#communique .accroche {
    clear: both;
    overflow: hidden;
}

#communique .accroche .title {
	
	margin: 20px 0 0 0;
	clear:both;
	overflow:hidden;
	display: inline-block;
	vertical-align: middle;
	font-size: 0px;
}

#communique .communique_content .date{
	width : 70px;
	height:70px;
	background: #666666;
	color:#FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 4px;
	display: inline-block;
	vertical-align: middle;
	font-family:dl;
}

#communique .communique_content .date span {
    font-size: 48px;
    font-family:dl;
    line-height: 53px;
}

#communique .communique_content .title h2.titleContent, #communique .communique_content .title h2.titleContent {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	margin-left: 20px;
	font-weight: bold;
	font-family:dr;
	color: #333333;
	max-width: 340px;
    background: none;
    margin-top: 0;
    padding: 0;
    text-transform: none;
}

#communique .communique_content .accrocheDesc {
	margin : 20px 0 0 95px;
	border-left: 1px solid #B3B3B3;
	padding: 0 0 0 20px;
	font-family: dr;
	font-size: 16px;
	color: #595959;
	width:360px;
}

#communique .communique_content .accroche img {
	float:right;
	width: 410px;
/*	height: 265px; */
	margin-left: 35px;
}

#communique .content {
	font-family:verdana;
	color: #595959;
	padding: 15px 60px 20px 60px; 
}

#communique .content h3{
	font-family:dr;
	font-weight: bold;
	color: #595959;
	margin: 25px 0 0 0;
	font-size: 20px;
}

#communique p {
	font-family:verdana;
	color: #595959;
	font-size: 14px;
	margin: 25px 0 0 0;
}

#communique p.cite{
	font-style: italic;
}

#communique a {
	color: #555696;
	text-decoration: none;
}

#communique .content .section img{
	width: 265px;
	height:265px;
	float : left;
	margin: 25px 40px 25px 0; 
	height: auto;
}

#decouverte{
	background: url('../images/infos/tarif_liberte.gif');
}
#decouverte.disabled{
	background: url('../images/infos/tarif_liberte_off.gif');
}
#decouverte:hover, #decouverte:hover.disabled{
	background: url('../images/infos/tarif_liberte_over.gif');
}



.tarifs_content ul {
/* 	list-style: none; */
	margin:0;
/* 	padding:0; */
}
.tarifs_content {
	background: url(../images/infos/tarif_popbackground.png) no-repeat left top;
	padding: 25px 25px 5px 25px;
}

.section {
	overflow: hidden
}

.communique_content .center {
	margin-top: 25px;
	text-align: center
	
}

#communique .content img.specific1 {
	margin-top:60px;
	margin-bootom:73px;
}

#communique a {
	font-size: 14px;
}

.actus_table {
	border: 1px solid black; 
	border-collapse:collapse;
	width: 100%;
}
.actus_table td, .actus_table th {
	border: 1px solid black;
	text-align: center;	
}
.actus_table th {
	background-color: #656ab6;
	color: white;
	font-weight: bold;
}

.contenu ul{
	list-style:unset;
	font-size:14px;
	font-family:verdana;
}