body {
	font-family: 'Droid Sans', 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	color: #29160b;
}
a:link {
	color: #A62900;
	text-decoration: none;
}
a:visited {
	color: #A62900;
	text-decoration: none;
}
a:hover {
	color: #A62900;
	text-decoration: underline;
}
p {
	text-align: justify;
}




.index {
	background-image: url(../images/titre.png);
	background-repeat: no-repeat;
	background-position: 50px 0px;
}
.photo {
	border: 1px solid #A0874F;
}

.fondpage {
	background-attachment: scroll;
	background-color: #f0e9d4;
	background-image: url(../images/fond-page.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.titre {
	font-family: 'Tangerine', serif;
	font-size: 30px;
	text-shadow: 2px 2px 2px #9E825A;
	font-family: 'Tangerine', "Times New Roman", Times, serif;
	color: #A62900;
}

#page {
	width: 940px;
	left: 50%;
	margin-left: -470px;
	position:absolute;
}
.haut {
	background-image: url(../images/titre.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	text-align: right;
}
.contenu {
	background-image: url(../images/cadre.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 530px;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 90px;
	position: relative;
	padding-bottom: 30px;
}
.contenusans {
	float: right;
	width: 710px;
	padding-top: 20px;
	padding-left: 30px;
	position: relative;
	padding-bottom: 30px;
}

.bande {
	text-align: left;
	float: left;
	width: 300px;
	margin-right: 40px;
	position: absolute;
	padding-top: 50px;
}
.bandecourte {
	text-align: left;
	float: left;
	width: 200px;
	margin-right: 40px;
	position: absolute;
	padding-top: 50px;
}

.bandetexte {
	padding-right: 30px;
}

.legende {
	font-size: 11px;
	font-style: italic;
	text-align: justify;
}

.menubas {
	color: #C1AB68;
	font-size: 10px;
}
.menubas a:link {
	color: #C1AB68;
	text-decoration: none;
}
.menubas a:visited {
	color: #C1AB68;
	text-decoration: none;
}
.menubas a:hover {
	color: #C1AB68;
	text-decoration: underline;
}
