html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 85%;
	font-family: "Times New Roman";
	background: #7b3d08 url("../images/fond.jpg") repeat-x fixed top left; 
	color: #000;
	text-align: center;
}
img {
	border: 0;
}
em a {
	font-size: 0.9em;
}
.vignette {
	position: relative;
	float: left;
	clear:both;	
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
p {
	padding-bottom: 10px;
}
ul {
	list-style: square #fff;
	margin-left: 20px;
	margin-bottom: 20px;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 15px;
	font-weight: normal;
}
#frame {
	position: relative;
	width: 768px;
	height: 100%;
	background-color: #ae570c;
	background-color: #4e2804;
	background-image: url("../images/fond-centre2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
}
#frame_galerie {
	position: relative;
	width: 768px;
	height: 100%;
	background-color: #ae570c;
	background-color: #4e2804;
	background-image: url("../images/fond-galerie.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position: absolute;
	top: 30px;
	left: 70px;
	width: 215px;
	height: 114px;
	background-color: transparent;
}
#langues {
	position: absolute;
	top: 5px;
	right: 20px;
	text-align: right;
	color: #000;
}
#langues a {
	text-decoration: none;
}
#langues a.inactif {
	color: #fff;
}
#langues a.inactif:hover {
	color: #000;
}
#langues a.actif {
	color: #000;
}
#langues a.actif:hover {
	color: #fff;
}
#langues img {
	border: solid 1px #fff;
	margin-left: 5px;
}

#menu {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 350px;
	height: 40px;
	background-color: transparent;
}
#menu img {
	padding-left: 2px;
	padding-right: 2px;
}
#corps1 {
	position: absolute;
	top: 215px;
	right: 10px;
	width: 360px;
	height: 325px;
	background-color: transparent;
	overflow: auto;
	text-align: left;
}
#corps1_galerie {
	position: absolute;
	top: 215px;
	right: 10px;
	width: 748px;
	height: 325px;
	background-color: transparent;
	text-align: left;	
}
#corps1_galerie h1 {
	margin-left: 390px;
	font-weight: bold;
}
#corps2 {
	position: absolute;
	top: 560px;
	right: 10px;
	width: 748px;
	height: auto;
	text-align: left;
	color: #684931;
	padding-bottom: 40px;
}
#corps2_texte {
	position: relative;
	float: right;
	width: 360px;
	padding-bottom: 40px;
}
#pied {
	position: relative;
	float: right;
	clear: right;
	width: 100%;
	color: #ff9000;
	text-align: right;
}
