.container {
	height: 600px;
	width: 950px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.head1 {
	height: 59px;
	width: 950px;
	text-align: center;
}
.head2 {
	background-image: url(jpg/head02.jpg);
	height: 62px;
	width: 945px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colLeft {
	background-image: url(jpg/bg01.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 469px;
	width: 175px;
	float: left;
	padding-left: 0px;
}
.colRight {
	background-image: url(jpg/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	height: 469px;
	width: 175px;
}

.colCentre {
	float: left;
	height: 468px;
	width: 599px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.mainAfichage {
	height: 458px;
	width: 559px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	overflow: auto;
}
