body{
	margin: 0;padding:0;
	background-color:#f9f9ff;
	text-align:center;
}
h1 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	font-weight:normal;
	text-align:center;
}
h3 {
	font-size:16px;
	color:#000066;
	background-color: #F4F5F5;
}
li {
	font-size:12px;
}
#site {
	width:840px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
	text-align:left;
	background:URL(../pics/background.jpg) #FFFFFF repeat-y;
}
#content {
	background-color: #FFFFFF;
	height: auto !important;
	height: 39em;
	min-height: 39em;
}
#content p {
	text-align:justify;
	font-size:12px;
}
#content td {
	text-align:justify;
	font-size:12px;
}
#content ul {
	font-size:12px;
}
#content a {
	text-decoration:underline;
	color:#0000FF;
}
#content a:hover {
	color: #000000;
	text-decoration:none;
}
.droite {
	padding: 3px 3px 3px 3px;
	float:right;
}
.gauche {
	padding: 3px 3px 3px 3px;
	float:left;
}
#footer {
	background-color: #F4F5F5;
}
#footer td {
	color: #808080;
	text-decoration:none;
	font-size:10px;
}
#footer a {
	color: #808080;
	font-size:10px;
}