#center {
	 position:absolute;
     left:50%; 
     top: 50%;
     margin-top: -290px; /* moitié de la hauteur de l'image */
     margin-left: -450px; /* moitié de la largeur de l'image */
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 900px;
}
#menu {
	height: 52px;
	width: 900px;
}
#preamble {
	background-image: url(../images/prer2.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 900px;
}
#main {
	height: 296px;
	width: 900px;
}
#leftMain {
	background-image: url(../images/lm.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 56px;
	float:left;
}
#content {
	background-image: url(../images/mr2.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 496px;
	float: left;
}
#rightMain {
	background-image: url(../images/rightmr2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 296px;
	width: 348px;
}
#footer {
	background-image: url(../images/footr2.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 900px;
	text-align: right;
}
.titreDomaine {
	margin-top: 10px;
	margin-left: 30px;
	width: auto;
	font-family: "Palatino Linotype", Verdana, "Times New Roman";
	font-size: 24px;
	text-transform: capitalize;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
}
.contenu {
	padding-left: 10px;
}
.lettrine {
	float: left;
	padding: 1px;
	font-size: 18px; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	color: #ffffff;
	font-family: "Palatino Linotype", Verdana, "Times New Roman";
}
.suite {
	position: relative;
	top: 40px;
	right: 120px;
}
.langue {
	font-size: 9px;
	position: relative;
	top: 45px;
	right: 45px;
}
.imgcenter {
	margin-top: 64px;
	margin-left: 15px;
	background-color: #ba7b1d;
	padding: 2px;
}
.acces {
	text-align: center;
	margin-right: 124px;
	margin-top: 100px;
}
.dlacces {
	position: relative;
	top: 55px;
	left: 50px;
}
.cursor {
	cursor: pointer;
}
.plancenter {
	text-align: center;
}
.imgposition {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}
.imgcenter {
	margin-top: 64px;
	margin-left: 15px;
	background-color: #ba7b1d;
	padding: 2px;
}
.padding {
	background-color: #ba7b1d;
	padding: 2px;
}
.flag {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.contenuLinks {
	padding-left: 10px;
	font-size: 9px;
}