body {
	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;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	}

	
a:link, a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	}
    
.page
#container {
	width: 920px; /* ce paramÀÜ¬©trage annule le paramÀÜ¬Ætre text-align: center de l'ÀÜ¬©lÀÜ¬©ment body. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: auto;
    }
#top {
	background-image: url(../images/accueil_01.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 920px;
	}
#logo {
	height: 126px;
	width: 920px;
	background-image: url(../images/accueil_03.png);
	background-repeat: repeat-y;
	text-align: center;
	right: 50px;
}
#bloclogo {
	margin-right: 50px;
	text-align: center;
}
#bloc_central {
	background-image: url(../images/accueil_03.png);
	background-repeat: repeat-y;
	width: 920px;
	height: 390px;
}
#domrey {
	margin-top: 10px;
	position: absolute;
	margin-left: 10px;
}
#cadre {
	padding-top: 10px;
	padding-left: 60px;
}
#txt_ht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFFF00;
	width: 806px;
	padding-bottom: 15px;
	font-weight: lighter;
}
#table {
}
#txt_bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFF00;
	text-align: center;
	width: 807px;
	line-height: 28px;
}
#entrar {
	float: left;
	margin-left: 55px;
}
#entrez {
	float: right;
	margin-right: 55px;
	padding-top: 10px;
}
#pied {
	background-image: url(../images/accueil_04.png);
	height: 45px;
	width: 920px;
	background-repeat: no-repeat;
}
a.mainlevel:link, a.mainlevel:visited {
	font-size: 12px;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
	text-decoration: none;
	height: 20px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 104px;
	background-image: url(../images/principal_01.png);
	padding-top: 19px;
	}
a.mainlevel:hover {
	color: #277720;
	background-image: url(../images/principal_02.png);
	}

