body {
	margin: 0;
	padding: 0;
	 scrollbar-face-color: #FF0000;
        scrollbar-shadow-color: #333333;
        scrollbar-highlight-color: #B90012;
        scrollbar-3dlight-color: #AD1201;
        scrollbar-darkshadow-color: #AD1201;
        scrollbar-track-color: #480000;
        scrollbar-arrow-color: #480000;
	color: #FFF;
	background: url(../images/bg_body.jpg);
	font: 12px Courier new, Courier , mono;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper {
	width: 1000px;
	height: 600px;
	margin:  auto auto auto auto;
	position: relative;
}

#header {
	width: 1000px;
	height: 90px;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 90px;
}

#header h1 span {
	display: none;
}


#header h1.home_hdr {
	background: url(../images/hdr_home.jpg) no-repeat;	
}

#header h1.enwave_hdr {
	background: url(../images/hdr_enwave.jpg) no-repeat;	
}

#header h1.bio_hdr {
	background: url(../images/hdr_bio.jpg) no-repeat;	
}

#header h1.chiro_hdr {
	background: url(../images/hdr_chiro.jpg) no-repeat;		
}


#header h1.contact_hdr {
	background: url(../images/hdr_contact.jpg) no-repeat;
}
#body {
	width: 1000px;
	height: 510px;
	position: relative;
}
#body2 {
	width: 1000px;
	height: 510px;
	background:   url(../images/bg_body.jpg) no-repeat;
	position: relative;
}

#body #lang1 {
	width: 30px;
	height: 20px;
	margin: 0px;
	position: absolute;
	left: 550px;
	top:400px;
}

#body #lang1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body #lang1 a {
	background: green;
	height: 20px;
	width: 38px;
	display: block;
}

#body #lang1 a span {
	display: none;
}

#body #lang1  a.icon_eng {
	background: url(../images/icon_eng.gif) no-repeat;	
}

#body #lang1  a.icon_eng:hover {
	background: url(../images/icon_eng_o.gif) no-repeat;	
}


#body #lang2 {
	width: 30px;
	height: 20px;
	margin: 0px;
	position: absolute;
	left: 615px;
	top:400px;
}

#body #lang2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body #lang2 a {
	background: green;
	height: 20px;
	width: 38px;
	display: block;
}

#body #lang2 a span {
	display: none;
}

#body #lang2  a.icon_fr {
	background: url(../images/icon_fr.gif) no-repeat;	
}

#body #lang2  a.icon_fr:hover {
	background: url(../images/icon_fr_o.gif) no-repeat;	
}


#body #lang3 {
	width: 30px;
	height: 20px;
	margin: 0px;
	position: absolute;
	left: 680px;
	top: 400px;
}

#body #lang3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body #lang3 a {
	background: green;
	height: 20px;
	width: 38px;
	display: block;
}

#body #lang3 a span {
	display: none;
	
}

#body #lang3 a.icon_spa {
	background:   url(../images/icon_spa.gif) no-repeat;	
}

#body #lang3 a.icon_spa:hover {
	background:   url(../images/icon_spa_o.gif) no-repeat;	
}

#body #nav {
	width: 200px;
	position: absolute;
	left: 7px;
	top:2px;
}

#body #nav ul li  {
	margin: 0 0 10px 0;
}

#body #nav ul li ul li  {
	margin: 0 0 3px 20px;
}

#body #nav ul li a,
#body #nav ul li ul li a {
	text-decoration: none;
	color: #CCCCCC;
}

#body #nav ul li a:hover,
#body #nav ul li ul li a:hover {
	color: #FFFFFF;
}

#body #nav li a.home,
#body #nav li a.enwave,
#body #nav li a.bio,
#body #nav li a.chiro,
#body #nav li a.contact
 {
	display: block;
	height: 20px;
	width: 160px;
	padding: 3px 0 0 22px;
}

#body #nav li a.home {
	background: url(../images/nav_home.gif) no-repeat;	
}

#body #nav li a.home:hover,
#body #nav li a.home_on {
	background: url(../images/nav_home_o.gif) no-repeat;	
}

#body #nav li a.enwave {
	background: url(../images/nav_enwave.gif) no-repeat;	
}

#body #nav li a.enwave:hover,
#body #nav li a.enwave_on {
	background: url(../images/nav_enwave_o.gif) no-repeat;	
}

#body #nav li a.bio {
	background: url(../images/nav_bio.gif) no-repeat;	
	}

#body #nav li a.bio:hover,
#body #nav li a.bio_on {
	background: url(../images/nav_bio_o.gif) no-repeat;	
}

#body #nav li a.chiro {
	background: url(../images/nav_chiro.gif) no-repeat;
}

#body #nav li a.chiro:hover,
#body #nav li a.chiro_on {
	background: url(../images/nav_chiro_o.gif) no-repeat;	
	
}

#body #nav li a.contact {
	background: url(../images/nav_contact.gif) no-repeat;	
}

#body #nav li a.contact:hover,
#body #nav li a.contact_on {
	background: url(../images/nav_contact_o.gif) no-repeat;	
	
}

#body #nav li a.home_on,
#body #nav li a.enwave_on,
#body #nav li a.bio_on,
#body #nav li a.chiro_on,
#body #nav li a.contact_on {
	padding: 3px 0 0 22px;
	color: #FF0000;
}

ul.enwave_sub,
ul.bio_sub,
ul.chiro_sub  {
	display: none;
}

ul.enwave_sub_on,
ul.bio_sub_on,
ul.chiro_sub_on  {
	display: block;
	margin: 5px 0 0 0;
	
}

#body #pix12 {
	height: 70px;
	width: 180px;
	top:374px;
	position: absolute;
	left: 772px;
	background: url(../images/fdring.jpg) no-repeat;
	background-image: url(../images/fdring.jpg) no-repeat;
}
#body #pix11 {
	height: 70px;
	width: 63px;
	top:375px;
	position: absolute;
	left: 782px;
	background: url(../images/ringspin.gif) no-repeat;
	background-image: url(../images/ringspin.gif) no-repeat;

}#body #pix10 {
	height: 600px;
	width: 600px;
	top:2px;
	position: absolute;
	left: 390px;
	background: url(../images/previewx.jpg) no-repeat;
	background-image: url(../images/previewx.jpg) no-repeat;
}
#body #pix9 {
	height: 300px;
	width: 210px;
	top:130px;
	position: absolute;
	left: 450px;
	background: url(../images/portraitnb.jpg) no-repeat;
	background-image: url(../images/portraitnb.jpg) no-repeat;
}
#body #pix8 {
	height: 141px;
	width: 102px;
	top:300px;
	position: absolute;
	left: 600px;
	background: url(../images/GIFrose3.gif) no-repeat;
	background-image: url(../images/GIFrose3.gif) no-repeat;
}
#body #pix7 {
	height: 600px;
	width: 488px;
	top:0px;
	position: absolute;
	left: 400px;
	background: url(../images/fondgifqrose2.jpg) no-repeat;
	background-image: url(../images/fondgifqrose2.jpg) no-repeat;
}
#body #pix6 {
	height: 326px;
	width: 196px;
	top:140px;
	position: absolute;
	left: 535px;
	background: url(../images/imagegifweb.gif) no-repeat;
	background-image: url(../images/imagegifweb.gif) no-repeat;
}
#body #pix5 {
	height: 679px;
	width: 435px;
	top:0px;
	position: absolute;
	left: 400px;
	background: url(../images/fdselffgif.gif) no-repeat;
	background-image: url(../images/fdselffgif.gif) no-repeat;
}
#body #pix4 {
	height: 510px;
	width: 211px;
	top:0px;
	position: absolute;
	left: 220px;
	background: url(../images/bg_soft.jpg) no-repeat;
	background-image: url(../images/bg_soft.jpg) no-repeat;
}
#body #pix3 {
	height: 465px;
	width: 600px;
	top:2px;
	position: absolute;
	left: 390px;
	background: url(../images/bg_accueil2b.jpg) no-repeat;
	background-image: url(../images/bg_accueil2b.jpg) no-repeat;
}
#body #pix2 {
	height: 340px;
	width: 232px;
	top:0px;
	position: absolute;
	left: 550px;
	background: url(../images/GraphFistAgdQ.jpg) no-repeat;
	background-image: url(../images/GraphFistAgdQ.jpg) no-repeat;
}
#body #pix2noel {
	height: 340px;
	width: 232px;
	top:0px;
	position: absolute;
	left: 782px;
	background: url(../images/bg_softx.jpg) no-repeat;
	background-image: url(../images/bg_softx.jpg) no-repeat;
}
#body #pix {
	height: 510px;
	width: 145px;
	top:0px;
	position: absolute;
	left: 0px;
	background: url(../images/bg_cuir.jpg) no-repeat;
	background-image: url(../images/bg_cuir.jpg) no-repeat;
}
 #body #th1 {
 	background: url(../thumbnails/Abyss.jpg) no-repeat;
	background-image: url(../thumbnails/Abyss.jpg) no-repeat;

}

#body #textsix3 {
	margin: 0px;
	background: none;
	height: 12px;
	width: 142px;
	position: absolute;
	left: 853px;
	top:428px;
		
}

#body #textsix3 {
	color: #999999;
	font-size: 12px;
}

#body #textsix3 a {
	color: #CC0000;
	text-decoration: none;
}

#body #textsix3 a:hover {
	color: #FF0000;
	text-decoration: none;
}

#body #textsix2 {
	margin: 0px;
	background: none;
	height: 12px;
	width: 142px;
	position: absolute;
	left:853px;
	top:410px;
	}

#body #textsix2 {
	color: #999999;
	font-size: 12px;
}

#body #textsix2 a {
	color: #CC0000;
	text-decoration: none;
}

#body #textsix2 a:hover {
	color: #FF0000;
	text-decoration: none;
}
#body #textsixbis {
	margin: 0px;
	background: none;
	height: 12px;
	width: 142px;
	position: absolute;
	left: 853px;
	top:391px;
}

#body #textsixbis {
	color: #999999;
	font-size: 12px;
}

#body #textsixbis a {
	color: #CC0000;
	text-decoration: none;
}

#body #textsixbis a:hover {
	color: #FF0000;
	text-decoration: none;
}
#body #textsix {
	margin: 0px;
	background: none;
	height: 12px;
	width: 142px;
	position: absolute;
	left: 853px;
	top:373px;
}

#body #textsix {
	color: #999999;
	font-size: 12px;
}

#body #textsix a {
	color: #CC0000;
	text-decoration: none;
}

#body #textsix a:hover {
	color: #FF0000;
	text-decoration: none;
}

#body #textcinq2 {
	margin: 0px;
	background: none;
	height: 600px;
	width: 650px;
	position: absolute;
	overflow: auto;
	left: 340px;
	top:2px;
	
}

#body #textcinq {
	margin: 0px;
	background: none;
	height: 2712px;
	width: 600px;
	position: absolute;
	overflow: auto;
	left: 392px;
	top:-18px;
	

}
	
#body #textquart {
	margin: 0px;
	height: 293px;
	width: 379px;
	position: absolute;
	overflow: auto;
	left: 5px;
	top:185px;	

}

#body #textter {
	margin: 0px;
	height: 182px;
	width: 243px;
	position: absolute;
	overflow: auto;
	left: 141px;
	top:0px;
	
}
#body #textbis4 {
	margin: 0px;
	height: 510px;
	width: 200px;
	position: absolute;
	overflow: auto;
	left: 143px;
	top: 1px;
	background: url(../images/bg_cuir2.jpg) no-repeat;
	background-image: url(../images/bg_cuir2.jpg) no-repeat;
}
#body #textbis {
	margin: 0px;
	height: 510px;
	width: 143px;
	position: absolute;
	overflow: auto;
	left: 143px;
	top: 0px;
	background: url(../images/bg_cuir.jpg) no-repeat;
	background-image: url(../images/bg_cuir.jpg) no-repeat;

}
#body #textbis3 {
	margin: 5px;
	height: 232px;
	width: 130px;
	position: absolute;
	overflow: auto;
	left: 0px;
	top: 270px;
	background: url(../images/bg_cuir.jpg);
	background-image: url(../images/bg_cuir.jpg);
}
#body #textbis2 {
	margin: 0px;
	height: 245px;
	width: 143px;
	position: absolute;
	overflow: auto;
	left: 0px;
	top: 250px;

}
#body #text0 {
	margin: 0px;
	height: 100px;
	width: 145px;
	position: absolute;
	left: 2px;
	top: 308px;
}
#body #text {
	margin: 0px;
	background: #AD1201;
	height: 485px;
	width: 300px;
	position: absolute;
	overflow: auto;
	left: 147px;
	top: 5px;

}

#body #text #copy {
	padding: 3px;
	color: #333;
}

#body #text #copy  ul.body {
	list-style: disc;
	margin: 10px 0 10px 20px;
}


#body #text #copy  ul.body li {
	list-style: disc;
	margin: 0 0 5px 0;
}

#body #text #copy  ul.body li ul,li {
	list-style: none;
}

#body #text #copy p.quote {
	font-style: italic;	
}

#body #text #copy p.quote span {
	font-style: normal;
	display: block;
	margin: 5px 0 0 20px;	
}

#body #text #copy a {
	color: #013366;
}

#body #text h1 {
	font-size: 16px;
}

#body #text h2 {
	font-size: 14px;
}

#body #text h3 {
	font-size: 14px;
	background: #FFCC66;
	padding: 5px;
 }
 
#body #text2 {
	color: #999999;
	font-size: 12px;
	position: absolute;
	top: 340px;
	left: 550px;
	width: 440px;

}
#body #ent3 {
	color: #999999;
	font-size: 12px;
	position: absolute;
	top: 370px;
	left: 680px;
	width: 50px;
}

#body #ent3 a {
	color: #999999;
	text-decoration: none;
}

#body #ent3 a:hover {
	color: #CCCCCC;
	text-decoration: none;

}

#body #ent2 {
	color: #999999;
	font-size: 12px;
	position: absolute;
	top: 370px;
	left: 615px;
	width: 50px;
}

#body #ent2 a {
	color: #999999;
	text-decoration: none;
}

#body #ent2 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	
}

#body #ent1 {
	color: #999999;
	font-size: 12px;
	position: absolute;
	top: 370px;
	left: 550px;
	width: 50px;
}

#body #ent1 a {
	color: #999999;
	text-decoration: none;
}

#body #ent1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#body #sort3 {
	color: #999999;
	font-size: 12px;
	position: absolute;
	top: 430px;
	left: 680px;
	width: 50px;
}

#body #sort3 a {
	color: #999999;
	text-decoration: none;
}

#body #sort3 a:hover {
	color: #CCCCCC;
	text-decoration: none;

}

#body #sort2 {
	color: #999999;
	font-size: 12px;
	position: absolute;
	top: 430px;
	left: 615px;
	width: 50px;
}

#body #sort2 a {
	color: #999999;
	text-decoration: none;
}

#body #sort2 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	
}

#body #sort1 {
	color: #999999;
	font-size: 12px;
	position: absolute;
	top: 430px;
	left: 550px;
	width: 50px;
}

#body #sort1 a {
	color: #999999;
	text-decoration: none;
}

#body #sort1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
 

} 
#body #legal {
	color: #999999;
	font-size: 10px;
	position: absolute;
	top: 470px;
	left: 450px;
	width: 548px;
}

#body #legal a {
	color: #999999;
	text-decoration: none;
} 

