@charset "UTF-8";
/* CSS Document */

body {
	background: #282828;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 1008px;
	margin: 0 auto;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}
#header {
	width: 1008px;
	padding-top: 10px;
	padding-left: 18px;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #e9ded3;
	text-align: center;
	background-image: url(images/bg_news.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 968px;
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 18px;
}
#colomne1 {
	height: 368px;
	width: 255px;
	position: absolute;
	left: 18px;
}
#mainContent  {
	height: 365px;
	width: 457px;
	position: relative;
	left: 273px;
	top: 0px;
	background-image: url(images/bg_centre.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;

}
#mainContent p {
	font-size: 12px;
	color: #f2f2f2;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}
#colomne2 {
	height: 368px;
	width: 255px;
	position: absolute;
	top: 0px;
	left: 730px;
}
#main {
	position: relative;
	height: 365px;
	width: 968px;
	margin-left: 18px;
}
#main2 {
	position: relative;
	width: 968px;
	margin-left: 18px;
	height: 530px;
}
#main3 {
	position: relative;
	width: 968px;
	margin-left: 18px;
	height: 1500px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 30px;
	text-align: center;
}
#footer {
	text-align: center;
	width: 988px;
	font-size: 11px;
	color: #282828;
	margin: 10px;
	padding-bottom: 20px;
}

#footer a:link {
}
a.LinkMenu:link, a.LinkMenu:visited, a.LinkMenu:active {
	color: #e5e5e5;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
a.LinkMenu:hover {
	color: #7c4490;
	text-decoration: none
	text-transform: lowercase;
	font-size: 12px;
	text-decoration: underline;
}
.header:link, header:visited, footer:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.header:hover {
	color: red;
	text-decoration: underline;
}
.footer:link, footer:visited, footer:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282828;
}
.footer:hover {
	color: #7c4490;
	text-decoration: underline;
}
.bienvenue {
	margin:0px;
	font-size:13px;
}
