body {
	margin-top: 15px;
	background-image: url(images/pixi.gif);
	font-size: 11px; 
	font-family: "trebuchet ms", sans-serif; 
	text-align: center;
	color: #000000; 
}
a {
	color: #003399; text-decoration: none;
}
a:hover {
	color: #003399; 
	text-decoration: underline;
}
hr {
	visibility: hidden;
	clear: both;
}
h1 {
	padding-right: 8px;
	font-size: 17px;
	margin-bottom: 8px;
	font-family: "trebuchet ms", sans-serif;
}
h3 {
	padding-right: 8px;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: "trebuchet ms", sans-serif;
}
p {
	margin: 6px 0px 6px 0px;
}
ul {
	padding: 0px 0px 0px 16px;
	margin-left: 0px;
	list-style-type: circle;
	list-style-position : outside;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Cadre permettant un affichage 800x600 centré */

#general {
	width: 740px;
	border: #0247B1 2px solid;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	color: #000000; 
	font-size: 13px; 
	font-family: trebuchet ms, sans-serif; 
	text-align: left;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Cadre contenant le bandeau du haut */

#bandeau {
	clear: both; 
	padding-right: 0px; 
	padding-left: 0px; 
	background: url(images/bandeau.gif);
	padding-bottom: 0px; 
	margin: 0px; 
	width: 100%; 
	height: 130px;
	padding-top: 0px; 
}

#sousbandeau {
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	text-align: right;
}

#contenus {
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	width: 740px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 720px;
}

#cadretexteaccueil {
	float: left;
	width: 400px;
}

#cadretexte {
	float: left;
	width: 720px;
}

#menus {
	float: right;
	width: 300px;
	padding: 0px 0px 5px 0px;
	background-color: #F9DEA1;
	color: #000000;
}

#cadretitre {
	float: left;
	width: 290px;
	height 30px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

#cadreadresse {
	float: left;
	width: 290px;
	padding: 10px 5px 0px 5px;
	font-size: 11px; 
	font-family: trebuchet ms, sans-serif; 
	text-align: left;
}

#corrigerbug {
	clear: both;
}

