.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#conteneur {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 750px;
	height: 250px;
	margin-left: -375px;
	margin-top: -125px;
}
#zoneImg{
	position: relative;
	left: 50%;
	top: 0%;
	width: 210px;
	height: 210px;
	margin-top: 0px;
	margin-left: -105px;
}
#zoneTxtTitre{
	position: relative;
	left: 50%;
	top: 0%;
	width: 210px;
	height: 20px;
	margin-top: 0px;
	margin-left: -105px;
	text-align: center;
}
#zoneTxt{
	position: relative;
	left: 50%;
	top: 0%;
	width: 210px;
	height: 210px;
	margin-top: 0px;
	margin-left: -105px;
	text-align: justify;
}
#zonePoid{
	position: relative;
	left: 0%;
	top: 0%;
	width: 120px;
	height: 20px;
	margin-top: 0px;
	margin-left: 20px;
	text-align: left;
}
#zoneGo{
	position: relative;
	left: 0%;
	top: 0%;
	width: 110px;
	height: 20px;
	margin-top: 0px;
	margin-left: -20px;
	text-align: right;
}
a:link {/* lien non-visité */
	color: #999999;
	text-decoration:none
} 
a:visited {/* lien visité */
	color: #999999;
	text-decoration:none;
} 
a:hover { /* lien survolé */
	color: #FFFFFF;
	text-decoration:none;
}
a:active {/* lien activé */
	color: #FFFFFF;
	text-decoration:none;
} 
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #999999;
	text-align: left;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
	text-align: left;
}
.borderTopLeftBottom {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.borderLeft {
	border-left: 1px solid #999999;
}
.borderAll {
	border: 1px solid #999999;
}
.borderRightTop {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}
.borderRight {
	border-right: 1px solid #999999;
}
.borderBottomRight {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.borderBottom {
	border-bottom: 1px solid #999999;
}