/* CSS Document */
html
{
	height:100%;
}
body
{
	display: block;
	height:100%;
	padding: 0px;
	margin: 0px;
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* pour corriger le bug de centrage IE */
}
#contenant
{
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1003px;
	text-align: left; /* on rétablit l'alignement normal du texte */
}
img
{
	border: none;
}
/* L'en-tête --------------------------------------------------- */
#entete
{
	margin-bottom: 2px;
	width: 1000px;
	height: 54px;
	background-image: url(/en/images/arriere_plan_feuille.gif);
	background-repeat: no-repeat;
}
/* Menu-haut --------------------------------------------------- */
#menu-haut
{
	display: table;
	width: 1000px;
	height: 18px;
	margin-bottom: 8px;
	background-image: url(/en/images/menu_haut_off.gif);
	background-repeat: repeat-x;
}
/* Navigation haut -------------------------------------------- */
#menu-haut a 
{
	width: 125px;
	height: 18px;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-variant: small-caps;
	color: #800000;
	line-height: 17px;
}
#menu-haut .page_active
{
	color: #408080;
}
#menu-haut a:hover, #menu-haut a:focus, #menu-haut a:active 
{
	color: #408080;
}
/* Le corps de la page ---------------------------------------- */
#corps
{
	width: 999px;
	height: 462px;
	border-top: 2px solid #7A98BE;
	border-left: 1px solid #7A98BE;
	border-bottom: 1px solid #7A98BE;
	text-align: justify;
}
#corps .titres
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	text-align: center;
	background-color: #7A98BE;
	height: 18px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#corps .article
{
	height: 442px;
	overflow: auto;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 70px;
	padding-left: 70px;
}
#corps .annonce_bas
{
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7A98BE;
}
/* Le pied de page -------------------------------------------- */
#piedpage
{
	margin-top: 4px;
	margin-bottom: 0px;
	width: 1000px;
	padding: 0px;
	text-align: center;
	background-image: url(/en/images/menu_haut_off.gif);
	background-repeat: repeat-x;
	height: 16px;
}
#piedpage p
{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
