@charset "utf-8";
.bandeau {
	padding-left: 40px;
	background-image: url(images/FondBandeauHaut.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 186px;
	width: 950px;
	margin-top: 100px;
}
.MainTable {
	background-color: #FFFFFF;
	width: 950px;
}
.forum_rouge {
	font-weight: bold;
	color: #FF0000;
	width: 33%;
	text-align: center;
}
.MainLinks {
	color: #666666;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: small;
}
.Footer {
	background-image: url(images/CHARTE-CS-BAS.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 168px;
}


body {
	background-color: #CCCCCC;
	font-family: Tahoma;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}.Titre {
	color: #EE3124;
	font-size: xx-large;
	font-weight: bolder;
}
.SousTitre {
	font-size: large;
	font-weight: bold;
	color: #666666;
}
.Texte {
	font-size: small;
	color: #666666;
	padding-left: 40px;
}
