/* Général */
body {
	text-align:center;
	margin: 0px;
	background-color: #F2EDED;
	background-image: url(images/marge-bas-fond.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

#global {
	position: relative;
	text-align:center;
	left: 0px;
	top: 0px;
	width: 787px;
	height: 627px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}

#texte {
	position: absolute;
	width: 346px;
	height: 334px;
	z-index: 2;
	left: 213px;
	top: 205px;
	visibility: visible;
}

#texteindex {
	position: absolute;
	width: 307px;
	height: 93px;
	z-index: 2;
	left: 218px;
	top: 480;
	visibility: visible;
}

#formulaires {
	position: absolute;
	width: 346px;
	height: 334px;
	z-index: 2;
	left: 213px;
	top: 205px;
	visibility: visible;
}

#mentions {
	position: relative;
	width: 219px;
	height: 50px;
	z-index: 4;
	left: 284px;
	top: 0px;
	visibility: visible;
}

#abeille {
	position: absolute;
	width: 120px;
	height: 140px;
	z-index: 3;
    left: 110px;
	top: 309px;
	visibility: visible;
}

#carte-perigord {
	position: absolute;
	width: 346px;
	height: 334px;
	z-index: 2;
	left: 213px;
	top: 205px;
	z-index: 2;
	background-image: url(images/carte-perigord.png);
	background-repeat: no-repeat;
	visibility: visible;
}

/* Texte */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #F2EDED;
	text-align: justify;
	text-indent: 2em;
	margin-right: 8px;
	margin-left: 8px;
	overflow: hidden;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #F2EDED;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	overflow: hidden;
}

.marron {
	color: #943D12;
}

.textindex {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color : #943D12;
}

.blanc {
	color: #F2EDED;
}

.image{
text-align: center;
}

.commentaire{
font-size: 9px;
text-align: center;
}	
