/* partie pour le menu déroulant identique à zpiel2
#menu {
	height:50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu ul {
margin:0;
padding:0;
list-style-type:none;
text-align:center;

}
#menu li {
float:left;
margin:auto;
padding:0;
background-color:black;
}
#menu li a {
display:block;
width:100px;
color:white;
text-decoration:none;
padding:5px;
}
#menu li a:hover {
color:#FFD700;
}
#menu ul li ul {
display:none;
}
#menu ul li:hover ul {
display:block;
}
#menu li:hover ul li {
float:none;
}

fin de partie du menu déroulant zpiel2 */ 

/* thanks alsacreations

 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	/*background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;*/

}
#entete {
	height: 101px;
	width: 750px;
	left: 50%;	/*background-color: #99CCCC;*/
	background-image: url(../images/header_1_1.jpg);
}
#conteneur {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
}
#menuhaut {
	height: 42px;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/header2_02.jpg);*/
}
#centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
html>body #conteneur {
height: auto;
min-height: 400px;
}
#pied {

}
#leftfoot {
	float:left;
	width:320px;
	/*left:0px
	top:0px*/
}
#rightfoot {
	font-size:9px;
	float:right;
	width:380px;
	text-align:right;
	/*right:0px;
	top:0px;*/
}

#menuhaut p {
	font-size: 10px;
	line-height: 12px;
}
#menuhaut ul {
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	font-size: 10px;
	color: #999999;
}
#menuhaut li {
	display: inline;
	list-style-position: inside;
	margin-left: 2px;

}
#menuhaut a {
	color: #CCCCCC;
}
#menuhaut a:hover {
	color: #FFCC66;
}

#centre p {
	margin: 0 0 10px 20px;
	font-size: small;
	text-indent: 0px;
	color: #DDC4AE;
}

#centre a {
	color:#CCCCCC;
}
#centre a:hover {
	color:#FFFFFF;
}
#centre td {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666666;
}
.citation {
	font-family: sans-serif;
	font-size: 0.8em;
	margin-left: 5px;
	margin-right: 5px;
	font-style: normal;
	color: #999999;
}
.remarque {
	font-family: sans-serif;
	font-size: 0.9em;
	margin-left: 5px;
	margin-right: 5px;
	font-style: normal;
	color: #003366;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #7F6650;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color:#666666;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color:#993300;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#996633;
	margin-left: 16px;
}

