/* CSS Document */
<!--
html, body {
	background-color: #009933;
	margin:auto;
	padding: inherit;
	height: 100%;
	width:850px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
	font-weight:bolder;
	text-align:center;
}
div#entete {
	padding:0;
	margin-top: 0px;
	background-color: #009933;
	height: 140px;
	border: 1px solid gray;

}
.contenu {
	width:850px;
	background-color: #99FF66;
	color: #000000;
	border: 1px solid gray;
	line-height: 110%;
	margin-top: 0px;
	height:auto;
	margin: 0 auto;/*haut - droite - dessous - gauche*/
	padding:0;
}


.centre {

	width:850px;
	color :#000000;
	margin-top: 0px;
	background-color: #99FF66;
	height:auto;
}
.pied {
	width:850px;
	margin: 0;
	padding: 0.1em;
	background-color: #D8D181;
	text-align:center;
	font-size: 0.9em; /* affiché en 10px */
	color :#009933;
	border-top: 2px double #0033CC;
	border-width:medium;

}

	.adresse {
	width:850px;
	height:auto;
	background-color:#339933;
	font-size: 13px;
	font-family: "Bookman Old Style";
	color: #D8D181;
	font-weight: bolder;	
 	float: right;
}

.mot{  background-color:#99FF66; 
color: #000000; } 
.mot1{  background-color:#006633; 
color: #D8D181; } 
h1 {
	font-size: 1.2em;
	color: #000000;
	text-transform: uppercase;
	text-align:center;
}
h2 {
	font-size: 1em;
	color: #000000;
	text-align: center;
}
a {
	font-size:1em;
	font-family: "Bookman Old Style";
	color: #99FF66;
	font-weight: bolder;
}
a:link
{
color:#000000;
}
a:visited
{
color:#000000;
}
 a:hover
{
color: #000000;
}
 a:active
{
color:#000000;
}
