@import 'contenu.css';
@import 'navig.css';
@import 'gallery.css';

* {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
font-size:80%;
font-family:Arial, Helvetica, sans-serif;
background:url(/Lormafer/local/images/body.jpg) repeat-x;
}

#conteneur {
width:1000px;
margin:0 auto;
}

#conteneur-bis {
position:absolute;
width:1000px;
background:url(/Lormafer/local/images/fond.jpg) repeat-y
}

#conteneur-ter {
padding:0 0 10px;
min-height:500px;
}

h1#titre {
background-image:url(/Lormafer/local/images/titre.jpg);
background-repeat:repeat-y;
color:#000;
background-color:#fff;
padding:10px 10px 0;
margin:0;
overflow:hidden;
height:80px;
}

h1#titre span {
display:block;
height:0;
width:0;
overflow:hidden;
}

#contenu {
margin:4.5ex 0 0;
padding:150px 10px 0;
width:750px;
float:right;
position:relative;
z-index:100;
}

ul#bas {
background:url(/Lormafer/local/images/bas.jpg) no-repeat
}

ul#bas li {
height:0;
width:0;
overflow:hidden;
}



/**
 * @section					Liste (d'actus)
 * @tree					#PLLlisteGalerie
 */
#PLLlisteActuEntete {
	width:750px;
	float:left;
	padding:0;
	margin:0 0 10px 0;
}
#PLLlisteActu {
	position:relative; 	/* Pour positionner #PLLlisteGalerieRecherche en absolu */
	width:750px;
	float:left;
	padding:0;
	margin:0;
}
#PLLlisteActu a img {
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
	margin:0 10px 0 0;
}
#PLLlisteActu ul {
	list-style-type: none;
	padding: 0;
	margin:0;
}
#PLLlisteActu ul li {
	padding-bottom: 15px;
	margin:0;
	background:none;
}
#PLLlisteActu .lireLaSuite {
	font-size:12px;
}
#PLLlisteActu .retourTop {
	padding:0 0 0 20px;
}



.actuImg {
	float:left;
	width:180px;
	padding:0 10px 0 0;
}
.actuTitre {
	font-size:18px;
}
.actuChapo p {
	margin-top:0;
}
