body {
	margin: 0; /* pour éviter les marges */
  	text-align: center; /* pour corriger le bug de centrage IE */
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	scrollbar-face-color: #cccccc; 
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #666666;
	background-color: #999966;
}
#entete {
	margin-left: auto;
  	margin-right: auto;
  	width: 800;
	height:165px;
	/*clear:both;*/
	z-index:1;
	border: none;
	background:url(image/bandeau.png) no-repeat top center;
}
#pied {
	margin-top: -2em;
	margin-left: auto;
  	margin-right: auto;
  	width: 800;
	font-size:xx-small;
	height:142px;
	background:url(image/bandeau_pied.png) no-repeat bottom center;
}
#side {
	position: absolute;
	top: 130px; left: 0px;
	padding-left: 10px;
	width: 165px;
	height: 100%;
	float: left;
}
#contenu {
	margin-top: -5px;
	margin-left: auto;
  	margin-right: auto;
  	width: 800;
  	text-align: left;
	background:url(image/ombres.png) repeat-y;
}

.textmenu {
	font-size: small;
	color: #000000;
	font-variant:small-caps;
	padding-top: 125px;
}
a {
	color: #3A687E;
	text-decoration: none
}
a:hover {
	color: #003300;
}
ul {
	margin-left: 1 em;
}
li {
	list-style-type: square;
	font-size: x-small;
}
img {
	border: 0px;
}
td, th, p {
	font-size: x-small;
	vertical-align: top;
}
p {
	padding-top: 0.5em;
	padding-bottom : 0.5em;
	color: #000000;
	font-weight: normal;
	
}
hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
}
h3 {
	color: #cc9933;
	font-size: medium;
}
h4 {
	color: #999966;
	font-size: small;
}
.activite {
	background-color: #FFFFFF;
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px dashed #cccccc;
	clear: right;
}
.img_activite {
	padding: 3px;
	border: 1px solid #335c70;
}

fieldset {
	/* background:url(image/fond_cadre.png) no-repeat top left; */
	padding: 10px;
	font-size: x-small;
	border: #999999 1px dashed;
}

.exemple {
	color: #999999;
	margin-top: -1.3em;
}


legend {
	padding: 0.5em;
	background-color: #FFFFFF;
	color: #999966;
	font-size: medium;
	font-weight: bold;
}	

.commentaire {
	color:#3A687E;
	font-size: xx-small;
}

.highlight {
	color: #cc9933;
}
.lowlight {
	color: #335c70;
}
table.tarif {
	color: #000000;
	border: none;
	width: 500px;
	margin: auto;
}
th.tarif {
	text-align: center;
	padding-left: 1em;
	border-top: #000000 2px solid;
	border-bottom: #000000 2px solid;
}
td.tarif {
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: #cccccc 1px solid;
}
td.prix {
	text-align: center;

	border-bottom: #cccccc 1px solid;
}