html, body {
	background: #484C35;	
	margin:0;
	text-align: center;
}

/* DIVS *********************************************************/

div.wrapper {	
	background: url(../images/bg.jpg) repeat-y;
	width:983px;
	margin:0 auto 0 auto;
	padding:0;
	text-align: center;
	overflow: auto;
}
div.header {
	height:126px;
}
div.content {
	background: url(../images/bg.gif) no-repeat;
	height:612px;
}
div.menu {
	background: url(../images/bg_menu.gif) no-repeat;
	height:38px;
}

div.btn_back {
	padding:281px 11px 0 0;
	float:left;
}
div.btn_next {
	padding:281px 0 0 11px;
	float:left;
}
div.btn_langue {
	padding:0 48px 0 0;
	float:right;
}
div.content_text {
	margin:150px 0 0 0;
}

div.holder {
	margin:7px 0 0 0;
	height:585px;
	width:899px;
	float:left;
}

#holder_00 {
	background: url(../images/content_accueil.jpg) bottom left no-repeat;
}
#holder_01 {
	background: url(../images/content_01.jpg) bottom left no-repeat;
}
#holder_02 {
	background: url(../images/content_02.jpg) bottom left no-repeat;
}
#holder_03 {
	background: url(../images/content_03.jpg) bottom left no-repeat;
}
#holder_04 {
	background: url(../images/content_04.jpg) bottom left no-repeat;
}
#holder_05 {
	background: url(../images/content_05.jpg) bottom left no-repeat;
}
#holder_06 {
	background: url(../images/content_06.jpg) bottom left no-repeat;
}
#holder_07 {
	background: url(../images/content_07.jpg) bottom left no-repeat;
}



/* A ************************************************************/
a.btn_back {
	background: url(../images/btn_back.gif) bottom left no-repeat;
	width: 30px;
	height: 34px;
	float: left;
}
a.btn_back:hover { background-position:top left; }
a.btn_next {
	background: url(../images/btn_next.gif) bottom left no-repeat;
	width: 31px;
	height: 34px;
	float: left;
}
a.btn_next:hover { background-position:top left; }


a.btn_01 {
	background: url(../images/btn_01.gif) bottom left no-repeat;
	width: 90px;
	height: 20px;
	float: left;
}
a.btn_01:hover { background-position:top left; }
a.btn_02 {
	background: url(../images/btn_02.gif) bottom left no-repeat;
	width: 95px;
	height: 20px;
	float: left;
}
a.btn_02:hover { background-position:top left; }
a.btn_03 {
	background: url(../images/btn_03.gif) bottom right no-repeat;
	width: 158px;
	height: 29px;
	float: left;
}
a.btn_03:hover { background-position:top right; }
a.btn_04 {
	background: url(../images/btn_04.gif) bottom left no-repeat;
	width: 77px;
	height: 20px;
	float: left;
}
a.btn_04:hover { background-position:top left; }


a.btn_en {
	background: url(../images/btn_en.gif) bottom left no-repeat;
	width: 69px;
	height: 29px;
	float: left;
}
a.btn_en:hover { background-position:top left; }

a.btn_none {
	background: url(../images/btn_none.gif) bottom left no-repeat;
	width: 30px;
	height: 34px;
	float: left;
}
/* UL ************************************************************/
ul.menu {
	margin: 0;
	padding: 7px 0 0 314px;
	list-style-type: none;
}
ul.menu li {
	margin: 0;
	padding: 0 0 0 0;
	float:left;	
}
ul.texte {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	padding: 0px 0 0 525px;
	list-style-type: none;
}
ul.texte li {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	list-style-type: disc;
	text-align: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.textebold {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	color: #666666;
	padding: 0px 0 0 515px;
	list-style-type: none;
	font-weight: bold;
}
ul.textebold li {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* SPAN ************************************************************/
span.button {
	display:none;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	color: #666666;
	text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 515px;
}

img {
	border:0px;
}

a:link {
	color: 8A9734;
}
a:visited {
	color: 484c35;
}
