#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/preindex.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 900px;
}
#main {
	height: 296px;
	width: 900px;
}
#leftMain {
	background-image: url(../images/lm.gif);
	background-repeat: no-repeat;
	height: 296px;
	width: 56px;
	float:left;
}
#content {
	background-image: url(../images/mindex.gif);
	background-repeat: no-repeat;
	height: 296px;
	width: 496px;
	float: left;
}

#rightMain {
	background-image: url(../images/rightmindex.gif);
	background-repeat: no-repeat;
	float: left;
	height: 296px;
	width: 348px;
}
#footer {
	background-image: url(../images/footindex.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 900px;
	text-align: right;
}
.titreDomaine {
	margin-top: 10px;
	margin-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
	width: 164px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
}
.contenu {
	padding-left: 10px;
}
.lettrine {
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	font-family: "Palatino Linotype", Verdana, "Times New Roman";
	color: #76292b;
	margin: 1px;
	padding: 3px;
	line-height: 0.5em;
}
.suite {
	position: relative;
	top: 280px;
	left: 100px;
}
.langue {
	font-size: 9px;
	position: relative;
	top: 45px;
	right: 45px;
}
.accueil {
	position: relative;
	top: 260px;
	right: 30px;
	text-align: right;
	width:150px;
}
form#inscription {
	padding-left: 35px;
	margin-left: 200px;
	margin-top: 70px;
}
input#submit {
	border: 1px solid #ba7b1d;
}
.label {
	font-size: 16px;
	font-weight: bold;
	font-family: "Palatino Linotype", Verdana, "Times New Roman";
}
.flag {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
#en_content {
	background-image: url(../images/mindex.gif);
	background-repeat: no-repeat;
	height: 296px;
	width: 496px;
	float: left;
}
#en_rightMain {
	background-image: url(../images/rightmindex.gif);
	background-repeat: no-repeat;
	float: left;
	height: 296px;
	width: 348px;
}
#de_content {
	background-image: url(../images/de_mindex.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 496px;
	float: left;
}
#de_rightMain {
	background-image: url(../images/de_rightmindex.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 296px;
	width: 348px;
}
.titreActu {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	font-family: "Palatino Linotype", Verdana, "Times New Roman";
}