body {
	background: #c380a2;
	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: #660033;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 1168px;
	margin: 0 auto; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-image: url(images/Contenair.gif);
	background-repeat: no-repeat;
	background-position: 12px 15px;
	text-align: center;
}
#container2 {
	width: 1168px;
	margin: 0 auto; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-image: url(images/Contenair2.gif);
	background-repeat: no-repeat;
	background-position: right 140px;
	text-align: center;
}

#header  {
	text-align: center;
	font-weight: normal;
	color: #FFF;
	background-image: url(images/header-2.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 48px;
	width: 904px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

#mainContent  {
	background-repeat: repeat-y;
	background-position: right;
	background-color: #999999;
	width: 900px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/MainContenerRight.gif);
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
}

#footer  {
	text-align: center;
	font-weight: normal;
	color: #FFF;
	background-image: url(images/Footer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 48px;
	width: 904px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
#footer p  {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
}
.a {
	text-decoration: none;
	outline: none;
	color: #CCCCCC;
}
a:link {
	outline: none;
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
}
#mainContent img {margin-bottom: 20px;}
#mainContent td {width: 300px;}
