/*CONCERNE LA PAGE DE PHOTO DES LECTEURS*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	}
	
#conteneur {
	position: relative;
	background-color: black;/*celadon#83A697*/
	width: 1045px;
	margin: 0 auto;
	}
		

#header {
	position:fixed;
	height: 120px;
	width: 1040px;	
	background-color: black;
	z-index: 2;
	}

* html #header{position:relative;overflow:hidden;}/*IE6 only*/



#header img {
	position: relative;
	top:-11px;
	left:0px;
	z-index: 0;
	padding: 0;
	margin-left:0;
	}

#header h1 {
	display:none;
	}

#header h2 {
	font-size: 0.9em;
	position: absolute;
	right: 2em;
	top: 80px;
	color: white;
	}

#header h2 a {
	color: #83A697;
	}
#header h2 a:hover {
	color: white;
	}

 /*contenu principal*/
#contenu {
	position: relative;
	z-index: 0;
	top: 120px;
	font-size: 0.9em;
	margin-left: 5px;
	margin-bottom: 120px;
	background-color: black;/*celadon*/
	  	 }
	  	 
* html #contenu {
top: 0px;
margin-bottom: 0px;
}
	  	 
div#images_lecteur {
	width: 1040px;
	/*height: 990px;*/
	background: none;
	margin: 0;
	padding: 0;
	}
	
/*pied : page photo des lecteurs*/

#pied {
	clear: both;
	position: relative;
	bottom: 0;
	height: 50px;
	background-color: #7b836b;/*vert Proust*/
	list-style-type: none;
	width: 1045px;
	margin: 0px;
	padding:0;
	}

* html #pied {bottom: 0px;}

#pied a {
	margin: 0 8px;
	color: #960018;/*carmin*/
	text-decoration: none;
	line-height: 3em;
	}

#pied a:hover {
	text-decoration: none;
	color: white;
	}

#pied ul {
	margin:0;
	padding-left: 2.2em;
}

#pied li {
	display: inline;
	}	
	
	
/*Titres et paragraphes: Non utilisés
#contenu h1 {
	color: #960018;
	margin-top: 0.8em;
	padding-left: 0.8em;
	border-bottom: 2px solid #83A697;
	}

	
#contenu h3 {
	margin-top : 1em;
	padding: 0 1.7em;
	color: olive;
	}

#contenu h4 {
	margin-top: 1.3em;	
	padding: 0 1.95em;
	color:#83A697;
	}
	
#contenu h5 {
	margin-top: 2em;	
	padding: 0 1.5em;
	color: orange;
	}

#contenu p {
	margin: 0;
	padding: 0 1.5em;
	text-align: justify;
	}
*/

/*liens retour haut de pages
.lien_retour {
	color:#960018;
	font-size: 0.8em;
	position: absolute;
	right: 50px;
}

a:hover.lien_retour {
	color: #6FC067;
}*/


