body {
	background-color: #FFFAE3;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #5E5734;
	margin: 0px;
	line-height: 18px;
}
.titres {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #8E6F0C;
}
.sousTitre {
	font-size: 17px;
	font-weight: bold;
	color: #90921E;
}
.txtBrun {
	color: #8E6F0C;
}
.txtVertClair {
	color: #90921E;
}

/* LIENS ---------------------------------------------*/
a.liensTexte:link, a.liensTexte:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #5E5734;
	border-bottom-color: #8E6F0C;
}
a.liensTexte:hover {
	color: #8E6F0C;
}
a.liensPt:link, a.liensPt:visited {
	color: #8E6F0C;
	text-decoration: none;
	font-size: 11px;
}
a.liensPt:hover {
	color: #5E5734;
}

/* DIVERS --------------------------------------------*/
.tabJust {
	text-align: justify;
}
.imgGauche {
	margin-right: 15px;
}
.imgDroite {
	margin-left: 15px;
}
.imgBord {
	border: 1px solid #5E5734;
}

/* BLOCS ---------------------------------------------*/
#pagesFond {
	background-image: url(_medias/pages/fond-pages.jpg);
	position: relative;
	height: 550;
	width: 530px;
	padding-top: 200px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 250px;
	text-align: justify;
}
#pagesPied {
	position: relative;
	height: 45px;
	width: 840px;
	text-align: center;
}
#encart {
	position: absolute;
	z-index: 1;
	height: 142px;
	width: 216px;
	left: 33px;
	top: 0px;
}
#chartreuse {
	position: absolute;
	z-index: 2;
	height: 80px;
	width: 367px;
	left: 249px;
	top: 50px;
}
#frisouille {
	position: absolute;
	z-index: 1;
	height: 200px;
	width: 261px;
	left: 579px;
	top: 0px;
}
#menu {
	position: absolute;
	z-index: 1;
	height: 275px;
	width: 114px;
	left: 54px;
	top: 142px;
	background-image: url(_medias/pages/menu.jpg);
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#menu ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
}
#menu li {
	padding: 0px;
	list-style-type: none;
	list-style-image: url(_medias/pages/carre-marron.gif);
	margin-top: 0px;
	margin-bottom: 5px;
}
#menu a {
	color: #5E5734;
	text-decoration: none;
}
#menu a:hover {
	color: #8E6F0C;
}
