/**********************************/
/* MENU & ROLLOVER */
/**********************************/
body{
	background-color:#2D0608;
}
.bGround {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 950px;
	height: 640px;
	margin: -300px 0px 0px -470px;
	overflow: hidden;
	background-image:url(images/statics/bGround.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	z-index:1;
}
div.section1 {
	position:absolute;
	left:189px;
	top:186px;
	width:160px;
	height:34px;
	background-image:url(images/statics/sect1.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:2;
}
div.section1Over,
div.section1_sel {
	position:absolute;
	left:189px;
	top:186px;
	width:159px;
	height:34px;
	background-image:url(images/statics/sect1_sel.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:2;
}
div.section2 {
	position:absolute;
	left:348px;
	top:186px;
	width:94px;
	height:34px;
	background-image:url(images/statics/sect2.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:3;
}
div.section2Over,
div.section2_sel {
	position:absolute;
	left:348px;
	top:186px;
	width:94px;
	height:34px;
	background-image:url(images/statics/sect2_sel.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:3;
}
div.section3 {
	position:absolute;
	left:442px;
	top:186px;
	width:96px;
	height:34px;
	background-image:url(images/statics/sect3.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:4;
}
div.section3Over,
div.section3_sel {
	position:absolute;
	left:442px;
	top:186px;
	width:96px;
	height:34px;
	background-image:url(images/statics/sect3_sel.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:4;
}
div.section4 {
	position:absolute;
	left:538px;
	top:186px;
	width:147px;
	height:34px;
	background-image:url(images/statics/sect4.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:5;
}
div.section4Over,
div.section4_sel {
	position:absolute;
	left:538px;
	top:186px;
	width:147px;
	height:34px;
	background-image:url(images/statics/sect4_sel.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:5;
}
div.section5 {
	position:absolute;
	left:685px;
	top:186px;
	width:168px;
	height:34px;
	background-image:url(images/statics/sect5.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:6;
}
div.section5Over,
div.section5_sel {
	position:absolute;
	left:685px;
	top:186px;
	width:168px;
	height:34px;
	background-image:url(images/statics/sect5_sel.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:6;
}
div.retour {
	position:absolute;
	left:0px;
	top:544px;
	width:176px;
	height:56px;
	background-image:url(images/statics/btn_g.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	z-index:9;
}
div.retourOver {
	position:absolute;
	left:0px;
	top:544px;
	width:176px;
	height:56px;
	background-image:url(images/statics/btn_g_ro.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
div.suivant {
	position:absolute;
	left:786px;
	top:544px;
	width:164px;
	height:56px;
	background-image:url(images/statics/btn_d.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	z-index:10;
}

div.suivantOver {
	position:absolute;
	left:786px;
	top:544px;
	width:164px;
	height:56px;
	background-image:url(images/statics/btn_d_ro.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

/**********************************/
/* TEXT STYLES */
/**********************************/
.sousmenu {
	position:absolute;
	color: #FFF;
	font-size: 12pt;
	font-family: Georgia, serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight:bold;
	letter-spacing: 5pt;
	left:97px;
	top:220px;
	width:756px;
	height:64px;
	padding-top:40px;
	overflow:hidden;
	z-index:7;
}
.sousmenu a:link,
.sousmenu a:visited,
.sousmenu a:hover,
.sousmenu a:active {
	color: #935c48;
	font-size: 12pt;
	font-family: Georgia, serif;
	font-style: normal;
	font-weight:bold;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: 5pt;
}
.texte1,
.texte2 {
	position:absolute;
	color: #8F8F8C;
	font-size: 10pt;
	font-family: Georgia, serif;
	font-style: normal;
	font-variant:normal;
	line-height: 12pt;
	text-align: justify;
	overflow:hidden;
	z-index:8;
}
.texte1 a:link,
.texte1 a:visited,
.texte1 a:hover,
.texte1 a:active,
.texte2 a:link,
.texte2 a:visited,
.texte2 a:hover,
.texte2 a:active {
	color: #935C48;
	font-size: 10pt;
	font-family: Georgia, serif;
	font-style: normal;
	font-variant:normal;
	line-height: 12pt;
	text-decoration: underline;
	text-align:justify;
}
.texte1 {
	left:97px;
	top:284px;
	width:358px;
	height:260px;
	/*text-indent:20px;*/
}
.texte2 {
	left:485px;
	top:284px;
	width:358px;
	height:260px;
}
/**********************************/
/* FLASH LOG */
/**********************************/
.flash{
position:absolute;
width:140px;
height:140px;
top:0px;
left:405px;
overflow:hidden;
z-index:20;
}
/**********************************/
/* BOOK IMAGES POSITIONS */
/**********************************/
.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.img7,
.img8 {
	position:absolute;
	width:170px;
	height:125px;
}
.img1 {
	left:97px;
	top:284px;
}
.img2 {
	left:285px;
	top:284px;
}
.img3 {
	left:485px;
	top:284px;
}
.img4 {
	left:673px;
	top:284px;
}
.img5 {
	left:97px;
	top:419px;
}
.img6 {
	left:285px;
	top:419px;
}
.img7 {
	left:485px;
	top:419px;
}
.img8 {
	left:673px;
	top:419px;
}
/**********************************/
/* LINKS DIV POSITIONS */
/**********************************/
.link1,
.link2,
.link3 {
	position:absolute;
	font-size: 10pt;
	font-family: Georgia, serif;
	font-style: normal;
	font-variant:normal;
	line-height: 12pt;
	color: #8F8F8C;	
	overflow:hidden;
	z-index:15;
	width:241px;
	height:260px;
}
.link1 a:link,
.link1 a:visited,
.link1 a:hover,
.link1 a:active,
.link2 a:link,
.link2 a:visited,
.link2 a:hover,
.link2 a:active,
.link3 a:link,
.link3 a:visited,
.link3 a:hover,
.link3 a:active {
	color: #935C48;
	font-size: 10pt;
	font-family: Georgia, serif;
	font-style: normal;
	font-variant:normal;
	line-height: 12pt;
	text-decoration: underline;
	text-align:justify;
}
.link1 {
	left:97px;
	top:284px;
}
.link2 {
	left:350px;
	top:284px;
}
.link3 {
	left:602px;
	top:284px;
}

/**********************************/
/* contreforme signature styles */
/**********************************/
.cf {
	position:absolute;
	font-family:Verdana, sans-serif;
	text-align:center;
	font-variant:normal;
	font-size:10px;
	color:#666;
	width:950px;
	height:20px;
	top:620px;
	left:0px;
	z-index:16;
	overflow:hidden;
}
.cf a:link,
.cf a:visited,
.cf a:active {
	font-family:Verdana, sans-serif;
	font-variant:normal;
	text-align:center;
	font-size:10px;
	color:#666;
	text-decoration:none;
}

.cf a:hover{
	text-decoration:underline;
}
/**********************************/
/* IMAGES CLASS */
/**********************************/
.imgSuivant{
	position:absolute;
	left:825px;
	top:556px;
	width:125px;
	height:44px;
	overflow:hidden;
	z-index:5;
	background-image:url(images/statics/img_suite.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.imgSuivantOver{
	position:absolute;
	left:825px;
	top:556px;
	width:125px;
	height:44px;
	overflow:hidden;
	z-index:5;
	background-image:url(images/statics/img_suite_roll.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.imgRetour{
	position:absolute;
	left:0px;
	top:556px;
	width:125px;
	height:44px;
	overflow:hidden;
	z-index:3;
	background-image:url(images/statics/img_retour.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.imgRetourOver{
	position:absolute;
	left:0px;
	top:556px;
	width:125px;
	height:44px;
	overflow:hidden;
	z-index:3;
	background-image:url(images/statics/img_retour_roll.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}