@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border:none;
}
body {
	background-image: url(../images/BG_index.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e3e40;
}
#wrap {
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Bg_top.jpg);
	background-repeat: no-repeat;
	padding-top: 113px;
}
#lang {
	background-image: url(../images/BG_langues.gif);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 5px;
}
#lang ul {
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#lang li {
	display: inline;
	margin-left: 20px;
}
#wrap #lang a {
	color: #3e3e40;
	text-decoration: none;
}
#wrap #lang a:hover {
	color: #1192b9;
	text-decoration: underline;
}
#wrap #lang #active {
	color: #1192b9;
	text-decoration: underline;
}#wrap #middle {
	background-image: url(../images/BG_middle.jpg);
	height: 211px;
	width: 951px;
	background-repeat: no-repeat;
	padding-top: 23px;
	margin-bottom: 36px;
}
#wrap #middle h1 {
	background-image: url(../images/titre_home.gif);
	height: 56px;
	width: 100%;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 13px;
	padding: 0px;
	margin-top: 0px;
}
#wrap #middle p {
	text-align: right;
	margin-bottom: 8px;
	margin-top: 0px;
	color: #606060;
}
#wrap #middle span {
	display: none;
}
#wrap #middle #texte {
	width: 400px;
	float: right;
}
#wrap #button {
	background-image: url(../images/BG_button.jpg);
	height: 160px;
	width: 951px;
	background-repeat: no-repeat;
	padding-top: 30px;
}
#wrap #button ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrap #button li {
	display: inline;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrap #middle #texte a {
	color: #1192b9;
	text-decoration: underline;
}
