body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #7FA1BA;
	background-repeat: no-repeat;
	background-position: center center;
}


#header {
	height: 100px;
}
#conteneur {
	position: relative;
	width: 950px;
	background-color:#1E4979;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


#centre {
	background-color:#FFFFFF;
	margin-left: 150px;
	margin-right: 150px;
	width: 640px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
}


#gauche {
	position: absolute;
	left:-3px;
	width: 150px;
	visibility: visible;
	top: 126px;
}
#droite {
	position: absolute;
	right:0;
	width: 150px;
	visibility: visible;
}
#pied {
	height: 30px;
	background-color: #C4DFF4;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#conteneur #gauche a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#conteneur #droite a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#conteneur #gauche a:hover {
	text-decoration: underline;
}
#conteneur #droite a:hover {
	text-decoration: underline;
}
.titre {
	font-size: 16px;
	font-weight: bold;
	color: #824F3A;
	text-align: center;
}
.lien {
	color: #667B8E;
}
.bord {
	border: thin solid #687585;
}
.soustitre {
	font-size: 12px;
	font-weight: bold;
	color: #1E4979;
}
.texteblanc {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.lienpetit {
	font-size: 10px;
	color: #5F7695;
}
