@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#calque1 {
	position:absolute;
	width:100%;
	height:810px;
	z-index:1;
	background-color: #F0E1D0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#calque2 {
	position:relative;
	width:990px;
	height:790px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#calqeuMenu {
	position:absolute;
	width:100%;
	z-index:3;
	margin-top: 0px;
	height: 157px;
}
#CalqueAdresse {
	position:absolute;
	width:100%;
	height:24px;
	z-index:4;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 580px;
	margin-right: 0px;
	background-color: #BF6D39;
	text-align: center;
	line-height: 20px;
	left: 0px;
	top: 210px;
}
#calqueTexte {
	position:absolute;
	width:100%;
	height:625px;
	z-index:5;
	margin-top: 170px;
	overflow: auto;
	left: 0px;
	top: -4px;
}

.Titre_blanc {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Titre_blanc_grad {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.Titre_noir {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.texte_noir {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.grand_titre_brun {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #B76836;
	font-weight: normal;
}
.titre_brun {font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; color: #B76836; }
.texte_brun {font-family: Arial, sans-serif; font-size: 12px; color: #B76836; }
.texte_rouge {font-family: Arial, sans-serif; font-size: 12px; color: #FF0000; }
