/*CONCERNE LES PAGES BIO, CONTACTS ET LIENS*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	}
	
#conteneur {
	position: relative;
	background-color: #CF3;
	width: 768px;
	margin: 0 auto;
	}
	
#header {
	position:fixed;
	height: 120px;
	width: 768px;	
	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;
	}
	

/*le menu de la colonne de gauche-*/
#blocmenu {
	clear:both;
/*	position:fixed;
	top: 120px;
	float: left;
	width: 183px;
	background-color: #7b836b;/*vert proust 1*/
/*	color: white;
	list-style-type: none;*/
	}

/** html #blocmenu {position:relative;top: 0px;}	/*IE 6*/	

#blocmenu ul {
	/*margin: 2em 0 2em 0;*/
	margin:0;
	padding:2em 0 2em 2em;
	position:fixed;
	top: 120px;
	float: left;
	width: 157px;
	background-color: #6FC067;
	color: white;
	list-style-type: none;
	}

/** html #blocmenu ul {margin-left: 30px;}*/
* html #blocmenu ul {top:0; position: relative;}

#blocmenu li {
	list-style-type: none;
	margin: 0;
	}

#blocmenu li a {
	display: block;
	width: 126px;
	height: 30px;
	margin: 0;
	color: #960018 ;/*carmin*orange#F93*/
	background: #6FC067;
	text-decoration: none;
	text-align: left;
	line-height: 2.2em;
	}

#blocmenu li a:hover {
	text-decoration: none;
	color: green;
	background: #CF3;/*vert fluo*/
	margin-left: 0.8em;
	padding-left: 0.5em
	}
	
#lien_actif {/*dans le bloc menu*/
	text-decoration: none;
	height: 30px;
	line-height: 2.2em;
	color: white;
	background:#960018;/*carmin*/
	margin-left: 0.8em;
	padding-left: 0.5em
	}




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

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

	
	
/*colonne de droite*/
#contenu {
	position: relative;
	z-index:0;
	top: 120px;
	font-size: 0.9em;
	margin-left: 183px;
	margin-bottom: 120px;
	background-color: #FFC;
	  	 }
	  	 
* html #contenu {top: 0px;margin-bottom: 0px;}

/*Titres et paragraphes Contact Lien Bio*/
#contenu h1 {
	color: #960018;
	margin-top: 0.8em;
	padding-left: 0.8em;
	border-bottom: 2px solid #CF3;
	}

#contenu h2 {
	color: black;
	margin-top: 1em;
	padding: 0 1.3em;
	}
	
#contenu h3 {
	margin-top : 1em;
	padding: 0 1.7em;
	color: #6FC067;
	}

#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 2em;
	text-align: justify;
	}

p.legende_image {
	color: maroon;
	font-style: italic;
	margin-left:60px;
		}

/*liens dans le texte POURQOUI NE MARCHE PAS SUR LES PAGES bIO CONTACT LIENS*/
.liens {	
	list-style-type: square;
	margin-left: 2em;
	color: #6FC067;/*vert clair de "réalisatrice"*/
  	 }

.liens li a {
	text-decoration: underline;
	color: green;
	font-style: oblique;	
	}

.liens li a:hover {
	color:#6FC067;/*vert clair de "réalisatrice"*/
	}


/*pied /contact liens bio*/
#pied {
	clear:both;
	position: relative;
	bottom: 0;
	height: 50px;
	background-color: #960018;/*carmin*/
	list-style-type: none;
	width: 768px;
	margin: 0;
	padding:0;
	}

#pied a {
	margin: 0 8px;
	color: #6FC067;/*vert réalisatrice#6FC067*/
	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;
	}	

/*contacter le webmaster*/	
#adresse {
	font-size: 90%;
	position: absolute;
	right: 20px;
	}

#adresse a {
	color: #960018;
}
	
#adresse a:hover {
	color: #6FC067;
}
