/*concerne les pages aem avec photos verticale*/
body {
	font-family: Trebuchet MS, arial, Verdana, sans-serif;
	/*text-align: center;*/
	/*width: 1400px;*/
	font-size:0.8em;
	margin: 0 ;
	padding: 0;
	background-color: black;
	}

#conteneur {
	position: relative;
	width: 1400px;
	background-color: none;
	margin: 0 ;
	padding: 0;
	text-align: center;
	}

#header {
	position: relative;
	/*top: 0;
	width: 1400px;
	height: 100px;*/
	background-color: black;
	margin: 0 auto;
	text-align: center;
	}

#header h1 {
	color: magenta;
	padding-top: 20px;
	}

#header h2 {
	color: silver;
	margin-top: 5px;
	margin-bottom:0px;
	padding-bottom:0px;
	}

#contenu {
	position: relative;
	/*top: 106px;
	height: 753px;
	width: 1400px;*/
	margin: 0 auto;
	padding-bottom:10px;
	background: #333;
	text-align: center;
	border: 1px solid #333;
	}

#contenu h1  {
	color: black;
	padding-top:5px;
	}

#menuhaut {
	margin: 0 auto;
	text-align: center;
	}

#menuhaut li {
	display: inline;
	list-style-type: none;
	}
	
#menuhaut li a {
	color: magenta;
	margin: 0 0.5em;
		}
		
#menuhaut li a:hover {
	color: purple;
	text-decoration: none;
		}

.lien_actif {
	color: silver;
	}

/*Images*/

img {
	border: 2px solid black;
}

/*Pied*/
#pied {
	position: relative;
	/*top: 815px;
	width:1400px;*/
	height: 60px;
	background: #666;
	margin: 0;
	margin-bottom:0px;
	padding:0;
	border: 1px solid #666;
	overflow: hidden;
	}

#pied li, #pied2 li {
	display: inline;
	}

#pied a, #pied2 a {
	margin: 0 8px 0 0px;
	color: purple;
	/*line-height: 2em;*/
	}

#pied ul{
	list-style-type: none;
	margin-top:20px;
}

#pied a:hover, #pied2 a:hover {
	text-decoration: none;
	color: magenta;
	}





