body {
	font-family: Georgia;
	background-color: #CCCCCC;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 2%;
}

a {
	color: #FFEFD5;
	text-decoration: none;
}

a:hover {
	color: #FFFAF0;
	text-decoration: underline;
}
.haut{
	width:100%;
	margin:0;
	padding:0;
	height:180px;
	background-color:#FFFFFF;
	background-image: url(images/fondbanniere.jpg);
	background-repeat: no-repeat;
}
.colonneGaucheLOGO {
	float:left;
	width:285px;
	height:100%;
	height:500px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

.colonneCentre{
	margin-left:0px;
	width:100%;
	height:100%;
	background-color: #C80F0D;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	background-image: url(images/borduredroite.jpg);
}
.colonneGauchenaviguation {
	float:left;
	width:269px;
	height:100%;
	height:150px;
	margin-height:150px;
	display: block;
	background-color: #C80F0D;
}
.centre{
	width:100%;
	height:100%;
	background-color: #C80F0C;
	background-image: url(images/bkg_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bas {
	margin:0;
	width:100%;
	height:15px;
	background-color:#FFFFFF;
	font-size: 10px;
	font-style: normal;
}

