/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }




/**** MYSTYLE ****/
body {
	background-color: rgb(122, 116, 112);
	color: rgb(75, 66, 62);
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
}


#globalwrapper {
	position: absolute;
	margin-left: -25px;
	height: 100%;
	width: 100%;
}

#wrapper {
	position: relative;
/*	top: 50%;
	margin-top: -414px;*/

	/*left: 50%;
	margin-left: -542px;*/
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
	height: 810px;
	background: transparent url('img/background.png') 0 0 no-repeat;
	color: rgb(75, 66, 62);
}

#credit {
	margin-top: 5px;
	text-transform: uppercase;
	text-align: right;
	font-size: 8px;
	width: 984px;
	margin-left: 25px;
}
#credit a {
	color: rgb(75, 66, 62);
	text-decoration: none;
}
#credit a:hover {
	color: #FFF;
}

#innerwrapper {
	margin-left: 25px;
	padding-top: 25px;
	width: 1000px;
}

#header {
	height: 130px;
	background: url('img/header.png') 0 0 repeat-y;
	padding-left: 16px;
}

.entete {
	height: 111px;
	position: relative;
}
.entete a {
	display: block;
	height: 100%;
}
.entete .pdf {
	position: absolute;
	top: 23px;
	right: 16px;
	font-size: 8px;
	text-transform: uppercase;
	color: rgb(75, 66, 62);
}
.entete .pdf a {
	display: inline-block;
	font-size: 8px;
	text-decoration: none;
	color: rgb(75, 66, 62);
	position: relative;
}
.entete .pdf a>span {
	position: absolute;
	top: 16px;
	display: none;
	padding-left: 20px;
	height: 16px;
	background: url('img/page_white_acrobat.png') 0 0 no-repeat;
}
.entete .pdf a:hover {
	color: rgb(255,255,255);
}
.entete .pdf a:hover>span {
	display: block;
}

.marque {
	width: 233px;
	height: 75px;
	text-indent: -9999px;
	background: url('img/radian.png') 0 0 no-repeat;
	float: left;
	margin-top: 23px;
}

.adresse {
	width: 121px;
	height: 79px;
	text-indent: -9999px;
	background: url('img/espace.png') 0 0 no-repeat;
	float: left;
	margin-left: 12px;
	margin-top: 21px;
}


/**** NAVBAR ****/
#navbar {
	clear: left;
	height: 18px;
}
#navbar ul, 
#navbar li {
	display: inline;
}
#navbar .navancre {
	display: block;
	width: 180px;
	height: 15px;
	text-indent: -9999px;
	float: left;
}
#navbar .luck {
	background: url('img/nav_luck.png') left -13px no-repeat;
}
#navbar .luck:hover {
	background-position: left 0;
}
#navbar .gamme {
	background: url('img/nav_gamme.png') left -13px no-repeat;
}
#navbar .gamme:hover {
	background-position: left 0;
}
#navbar .savoirfaire {
	background: url('img/nav_savoirfaire.png') left -13px no-repeat;
}
#navbar .savoirfaire:hover {
	background-position: left 0;
}
#navbar .lumieregradable {
	background: url('img/nav_lumieregradable.png') left -13px no-repeat;
}
#navbar .lumieregradable:hover {
	background-position: left 0;
}
#navbar .lampereglable {
	background: url('img/nav_lampereglable.png') left -13px no-repeat;
}
#navbar .lampereglable:hover {
	background-position: left 0;
}
#navbar .leds {
	background: url('img/nav_leds.png') left -13px no-repeat;
}
#navbar .leds:hover {
	background-position: left 0;
}
#navbar .last {
	width: 70px;
}

#navslide {
	position: relative;
	height: 8px;
	width: 1000px;
	overflow: hidden;
	background-color: rgb(122,116,112);
}
#slider {
	background-color: rgb(255,255,255);
	width: 60px;
	height: 8px;
	position: absolute;
	left: 16px;
}


/**** SCROLL ****/
#pagewindow {
	width: 1000px;
	overflow: hidden;
	position: relative;
}
#pagewrapper {
	height: 620px;
	width: 8000px;
	position: relative;
}
#pagewrapper div.page {
	height: 620px;
	width: 1000px;
	float: left;
	position: relative;
}

.prevnext {
	position: absolute; 
	bottom: 15px;
	left: 462px;
}
.prevnext_arrow {
	background: url(img/prevnext.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 12px;
	display: block;
	float: left;
}
.previous:hover {
	background-position: 0 -12px;
}
.previous {
	width: 40px;
}
.prevnext .next {
	width: 35px;
	background-position: -40px 0;
}
.prevnext .next:hover {
	background-position: -40px -12px;
}


/**** PAGES ****/
h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 6px;
	line-height: 20px;
}
.page p {
	margin-bottom: 1em;
	padding-right: 16px;
}
.illus {
	width: 670px;
	height: 507px;
	background: url('img/picture_background.png') 0 0 no-repeat;
	float: left;
	padding: 6px 0 0 6px;
	margin: -6px 0 0 10px;
}
.illus a:first-child {
	display: block;
	position: relative;
}
.illus a:first-child span {
	display: block;
	height: 20px;
	position: absolute;
	right: 23px;
	top: 3px;
	width: 20px;
	background: url('img/enlarge.png') right top no-repeat;
}

.page .titre {
	padding-top: 30px;
	padding-left: 16px;
}
#luck .titre {
	position: absolute;
	bottom: 44px;
	left: 16px;
	padding: 0;
	background: url('img/luck.png') 0 0 no-repeat;
	width: 938px;
	height: 92px;
	text-indent: -9999px;
}

.tiers {
	width: 33%;
	float: left;
}
.tiers p,
.tiers h3 {
	margin-left: 16px;
	padding-right: 0;
}
.tiers h3 {
	font-size: 36px;
	line-height: 30px;
}
.tiers .illus{
	width: 334px;
	height: 255px;
	background: url('img/picture_background-tiers.png') 0 0 no-repeat;
	float: none;
	padding: 6px 0 0 6px;
	margin: -6px 0 0 10px;
}
