body {
	width: 800px;
	margin: 0px auto;
	padding: 10px 0 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #999999;
	text-align: center;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #004c8e;
}
label {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
input, select {
	font-size: 10px;
}
fieldset {
	font-size: 11px;
	border: 1px solid #666666;
}
fieldset>em {
	color: #666666;
}
legend {
	font-style: italic;
	background-color: #f2f2f2;
}
ul {
	font-size: 11px;
}
li {
	margin-left: -20px;
	list-style-image: url("../images/li.gif");
}
#header {
	height: 111px;
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	clear: both;
}
#menu {
	width: 798px;
	height: 28px;
	background-color: #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: left;
	clear: both;
}
#container {
	width: 798px;
	background-image: url("../images/bg_container.gif");
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	clear: both;
}
#left {
	float: left;
	width: 578px;
	padding: 0px 10px 10px 10px;
	border-right: 1px dashed #cccccc;
	background-color: #ffffff;
	text-align: left;
}
#left h1 {
	font-size: 16px;
	font-weight: normal;
}
#left h2 {
	font-size: 14px;
	font-weight: normal;
}
#left h3 {
	font-size: 12px;
	font-weight: normal;
}
#left p, td, li {
	font-size: 11px;
}
#left p {
	line-height: 1.5em;
}
#right {
	width: 178px;
	margin-left: 600px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	font-size: 10px;
	text-align: left;
}
#right p, td, li {
	font-size: 10px;
}
#footer {
	width: 800px;
	height: 36px;
	background-image: url("../images/tfooter.gif");
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 9px;
	text-align: center;
	clear: both;
}
.aligncenter {
	text-align: center;
}
.derpad {
	letter-spacing: 0.4em;
}
.rightbutton {
	width: 100%; 
	text-align: center; 
	padding-bottom: 10px;
}
.quickcode {
	display: none;
	overflow: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 99%;
}
.clearfloat { 
/* doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur 
qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
