/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#3e3e40;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 16px;
	color:#3e3e40;
}
h2 {
	font-size: 14px;
	border-bottom:1px dotted #cccccc;
	color:#6CA452;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 12px;
}
em {
	font-size:10px;
}
#page {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	text-align:justify;
	background-color:white;
	background-image:url(coinHG.gif);
	background-repeat:no-repeat;
	background-position:right top;
	border-left:5px solid #333333;
}
#ongletsHaut { 
margin-left:auto;
margin-right:auto;
width:740px;
font-family: Verdana,sans-serif; 
white-space:nowrap; 
font-size: 80%; 
}

#ongletsHaut li {
display:block;
float:left;
list-style-type:none;
margin:2px;
padding:0;
text-transform: uppercase; 
}

/*Les liens normaux*/
#ongletsHaut a {
display:block;
float:left;
padding:5px 8px 5px 5px;
background:#fff;
border-bottom: 2px solid #6568a5;
color: #6568a5;
font-weight: normal;
text-decoration: none;
}

/*Les liens au survol et rubrique en cours*/
#ongletsHaut a:hover, #ongletsHaut #current a {
color:#6CA452;
background: #EAE8E1;
border-bottom: 2px solid #6CA452;
font-weight: normal;
text-decoration: none;
}
.navig {
	border: 1px dotted #333333;
	padding:5px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#6568a9;
}
.navig a {
	color:#6CA452;
	text-decoration:none;
}
.clear {
	clear:both;
}