body, html {
	padding: 0;
	margin: 0;
	height : 100%;
	font-family: arial, verdana, sans-serif !important;
	font-size: 11px;
	text-align: justify;
	background-color: #5F3344;
	background-image: url('../images/skin/fond.jpg');
	overflow : auto;
	
}
 
form {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
}


#conteneur {
	overflow : hidden;
	position: absolute;
	width: 950px;
	height: 650px;
	border: 0;
	padding: 0;
	top : 50%;
	left: 50%;
	margin-top: -325px;	
	margin-left: -475px;	
	background-color: #f7f5e0;
	z-index: 1;
}

#menu {
	position: absolute;
	width: 950px;
	height: 23px;
	border: 0;
	padding: 0;
	left: 0;
	top: 627px;
	background-color: #96969a;
	z-index: 3;
	vertical-align: bottom;
}

#flash_accueil {
	position: absolute;
	width: 950px;
	height: 322px;
	border: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 4;
}

#conteneur_texte_accueil {
	overflow: hidden;
	position: absolute;
	width: 950px;
	height: 305px;
	border: 0;
	padding: 0;
	top: 322px;
	left: 0;
	z-index: 4;
}

#flash_bandeau {
	position: absolute;
	width: 950px;
	height: 217px;
	border: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 4;
}

#conteneur_texte {
	overflow: hidden;
	position: absolute;
	width: 950px;
	height: 380px;
	border: 0;
	padding: 0;
	top: 247px;
	left: 0;
	z-index: 4;
}


#conteneur_flash {
	overflow: hidden;
	position: absolute;
	width: 950px;
	height: 410px;
	border: 0;
	padding: 0;
	top: 217px;
	left: 0;
	z-index: 4;
}

span.jour {
	color: #B2B2B2;
	font-size: 18px;
	font-weight: bold;
	display: block;
}

span.mois {
	color: #B2B2B2;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

span.titre {
	color: #582c41;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

span.texte {
	color: #000000;
	font-size: 10px;
	display: block;
	padding-right: 3px;
	line-height:11px; 
}

span.texte_lien {
	padding: 3px 3px 3px 0;
}

hr.tiret {
	background-color:#FFFFFF;
	border-color:#5F5F5F -moz-use-text-color -moz-use-text-color;
	border-style:dashed none none;
	border-width:1px medium medium;
	color: #5F5F5F;
	height:1px;
	margin: 0 8px 1px 8px;
	padding:0;
}

a.lien_blanc {
	color: white;
	text-decoration: none;
}

a:hover.lien_blanc {
	color: white;
	text-decoration: underline;
}

h2.titre_actu {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 18px;
	color: #582c41;
	font-weight: bold;
}

a.liste_actu_date {
	text-decoration: none;
	color: black;
}


a.liste_actu_titre {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a.lien_accueil {
	font-style: italic;
	color: black;
}

a.lien_out {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover.lien_out {
	text-decoration: underline;
}

div.signature {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px;
}

strong.normal {
	font-weight: normal;
}

b.credits {
	font-size: 1.2em;
}