@charset "utf-8";
.index_wrapper_top {
	background-color: #31241d;
	height: 270px;
	width: 100%;
}
.index_container_top {
	height: 270px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.index_wrapper_logo {
	height: 228px;
	width: 100%;
	background-image: url(images/index_texture.jpg);
}
.index_container_logo {
	height: 228px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.index_wrapper_texte {
	height: 222px;
	background-color: #31241d;
	width: 100%;
}
.index_container_texte {
	height: 222px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #7e7671;
}
.index_wrapper_footer {
	height: 480px;
	width: 100%;
	background-image: url(images/index_footer_bg.png);
	background-repeat: repeat-x;
}
.index_container_footer {
	height: 75px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.index_td_marge_texte {
	width: 205px;
	padding-right: 10px;
	padding-left: 10px;
}
.index_texte_top {
	height: 120px;
	width: 300px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7671;
	left: 601px;
	top: 67px;
}
.autre_version {
	width: 200px;
	position: absolute;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	left: 700px;
	top: 259px;
}
.autre_version a:link, .autre_version a:visited{
	text-decoration: none;
	color: #D08D0A;
}
.autre_version a:hover, .autre_version a:active {
	text-decoration: none;
	color: #FFF;
}
p {
	margin: 0px;
	padding: 0px;
}

