@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: small;
}
body {
	background-image: url(../images/ecran.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
p {
	text-align: left;
	font-size: small;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	color: #C90;
	font-style: italic;
}
h3 {
	font-size: 16px;
}
a:link {
	color: #FF9;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #FF6;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	background-color: #000;
}
a:active {
	text-decoration: none;
	color: #900;
}
.footer {
	font-size: 9px;
	color: #CCC;
}
#Content {
	width:60%;
	z-index:1;
	padding: 20px;
	border: 2px solid #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/ecran.png);
}
.details {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: italic;
}

.floatleft {
  float: left;
  margin-right: 8px;
}
.floatright {
  float: right;
  margin-left: 8px;
}
