@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #fff;
	
}
#content {
	
	position: relative;
	width: 780px;
	margin: auto;
	border: 1px solid #CDB73;
	padding: 20px 0 0 0;
	

	}
h1, .Style1 {
	font-size: 140%;
	font-weight: bold;
	color: #CDB73F;
margin-top:0px; margin-bottom:5px; letter-spacing:0.5em;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #CDB73F;
margin-top:0px; margin-bottom:5px; letter-spacing:0.4em;
}
h3 {
	font-weight: bold;
	font-size: 120%;
	letter-spacing:0.2em;
}
p {
	padding-left: 10px;
	text-align: justify;
}
.Style5 {
	font-size: 20px;
	font-weight: bold;
	color: #CDB73F;
margin-top:0px; margin-bottom:5px; letter-spacing:0.6em;
}
.Style2 {
	
	font-size: 11px;
	padding-left:10px;
	color: #666666;
}
a:link {
	color: #CDB73F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CDB73F;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}
.Style3 {color: #000}
.Style16 {	color: #CDB73F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.info {
position: relative;
text-decoration: none;
color: #FFFFFF;
border-bottom: 1px white dotted;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
cursor:pointer;
}
a.info:hover span {
display: inline;
position: absolute;
top: 2em;
left: 1em;
background: #fff;
text-align: center;
color: #666666;
padding: 2px;
text-align:left; font-size:10px; border:1px dotted; border-color:#99CC00; line-height:15px; width:340px;
}

hr {
/*background-color: #fff;
height: 1px;
border: 0px;*/
color: #ccc;
}

