/* CSS Document */

/* PMP CONCEPT 11/2007 */

/* ACTUALITE */

/*
*/


/****************** Body ******************/
body {
	background-color: #73280d;
	background-image: url(../_image/fond_coeur_1.png);
}

/****************** Haut Site ******************/
#menuSite ul {
	background-color: #73280d;
}

/****************** Bas Site ******************/
#infosCrea, #infosCrea a {
	color: #9c6754;
}


/****************** Coeur Site ******************/
.topPageActualite {
	width: 800px;
	height: 92px;
	margin-bottom: 15px;
	display: block;
	background-image: url(../_image/fr//titre_actualite.jpg);
}


.blockActu {
	padding: 9px 75px 12px 75px;
	background-image: url(../_image/tire_actu.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 13px;
	line-height: 17px;
	clear: both;
	overflow: hidden;
}
.blockActu h3 {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding-left: 23px;
	background-image: url(../_image/puce01.png);
	background-repeat: no-repeat;
	background-position: left;
}
.blockActu a.pmpup {
	float: right;
}
.blockActu p {
	margin-bottom: 0;
}
.photoActu p {
	width: 500px;
}
.photoActuDroit {
	float: right;
	border: none;
	margin-bottom: 12px;
}

/*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: #be4712;
}
.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;
	background-image: url(../_image/bottom_diaporama.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.blockActu .open div a.pmpup {
	float: none;
}

.telechargement {
	padding-top: 10px;
}
.telechargement a {
	color: #be4712;
}

.navigation {
	padding-bottom: 15px;
}