body
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 95%;
	font-family: 'Comic Sans MS';
	font-size: 12;
	font-weight: normal;
	background-color: #CCFFFF;
/*
  background: 100px 100px url(chatBleu5.gif) no-repeat fixed
*/
}

.banniere {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	text-align: center;
	background-color: #66FF99;
	/*      background-image: url(wbimg/gauche1.gif);
*/
}
.titre {
	width: 100%;
/*	height: 65px;*/
	height: 85px;
	background-color: #66FF99;
	padding: 5px;
	text-align: center;
}
.menu {
	height: 70px;
	width: 100%;
	padding: 2px;
	background-color: #66FF99;
	/*      margin: 2pt 0pt 2pt 0pt;
*/
}
.contenu {
	width: 100%;
	height: 410px;
	overflow: auto;
/* cette propriété va permettre le scroll de ce bloc */
	text-align: justify;
	background-color: #CCFFFF;
}
.Style1 {
	font-size: 12;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	text-indent: 15px;
}
.Source {
	font-style: italic;
	font-size: 11;
	color: #663366;
	text-align: justify;
}
.Commentaire {
	font-family: 'Arial';
	font-size: 11;
	color: #663366;
	text-align: center;
}
li {
	margin-left: 10px;
	margin-right: 10px;
}
#header {
	float: left;
	width: 100%;
	background:  url("wbimg/fond_onglets.gif") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
}
#header ul {
	margin: 0;
	padding: 0px 10px 0;
	list-style: none;
}
#header li {
	float: left;
	background: url("wbimg/gauche.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#header a {
	display: block;
	background: url("wbimg/droit.gif") no-repeat right top;
	padding: 5px 12px 4px 6px;
}
#header #current {
	background-image: url("wbimg/gauche_actif.gif");
}
#header #current a {
	background-image: url("wbimg/droit_actif.gif");
	padding-bottom: 5px;
}

