/*****************************************************************************
 * Copyright (c) 2008, PMP Concept
 *
 * 				Feuille de style des actualites (mode simple)
 *
*****************************************************************************/


.actualite {
}

.actualite .gauche {
	width: 537px;
	margin-right: 20px;
}
.actualite .droite {
	width: 227px;
}

.listeactu {
	overflow: hidden;
	clear: both;
}
.listeactu h3 {
	font-size: 16px;
}
.suite {
	margin-top: 15px;
	padding-top: 15px;
	background-image: url(../_image/sepvert.png);
	background-repeat: repeat-x;
}

.photoactu {
	background-position:0 0;
	background-repeat:no-repeat;
	width:102px;
	height:63px;
	overflow:hidden;
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.pmpup-caption STRONG {
	color:#9fae75;
	font-size:11px;
	display:block;
	line-height:13px;
	/*white-space:nowrap;*/
}
.pmpup-caption SPAN {
	font-size:10px;
	line-height:13px;
	color:#777;
}

/*telechargement*/
.telechargement {
	color: #b98242;
}

/*Galerie*/
.close, .open {
	clear: both;
}
.close h4, .open h4 {
	text-decoration: none;
	padding-left: 12px;
	font-size: 12px;
	cursor: pointer;
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-weight: normal;
	color:#953f2a;
}
.close div, .open div {
}
.close h4 {
	background-image: url(../_image/plus.png);
}
.close div {
	display:none;
}
.open h4 { 
	background-image: url(../_image/moins.png);
}
.open div {
	display:inherit;
	padding-top: 10px;
	padding-bottom: 10px;
}
.open div img {
	margin: 0 2px 3px 2px;
}
