HTML {
  height: 100%;
}

BODY { overflow: hidden; }

BODY, form {
	margin: 0;
	background: #FFFFFF;
	height: 100%;
}

td,tr,p,div,p,ul,li,div,form,h1,h2,h3, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	padding: 0;
	margin: 0;
}

select, label, input { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; padding: 0; margin: 0; z-index: 1; }

a:link {
	text-decoration: none;
	color: #797979;
}

a:visited {
	text-decoration: none;
	color: #797979;
	outline:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
	outline:none;
}

a img { border:none; }

.transparent {
	filter:alpha(opacity=80); /*pour ie*/
	-moz-opacity: 0.8; /*pour firefox */
	-khtml-opacity: 0.8;/* pour safari et konkeror */
	opacity: 0.8 /* pour opera */
	background:none;# /*pour safari 1.0 ne pas ajouter de ; sur la ligne superieure ne pas supprimer le #*/
	z-index: 300 !important;
}

.transparent:hover {
	filter:alpha(opacity=100); /*pour ie*/
	-moz-opacity: 1; /*pour firefox */
	-khtml-opacity: 1;/* pour safari et konkeror */
	opacity: 1 /* pour opera */
	background:none;# /*pour safari 1.0 ne pas ajouter de ; sur la ligne superieure ne pas supprimer le #*/
	z-index: 300 !important;
}

.noback { background: none !important; }
.italic { font-style: italic; }
.right { text-align: right; }
.left { float: left; }
.center { text-align: center; }
.clear { clear: both; }

/*---------------------------------------------------*/
/*-- structure de la page --*/
/*---------------------------------------------------*/
#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	background: #F5F5F5;
}

#global {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	/*background: url(../img/nav_lg.gif) 0 0 repeat;*/
}

#global #main {
	width: 100%;
	margin: auto 0;
}

#global #main #container {
	width: 890px;
	margin: auto;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(../img/footer_bg.gif) 0 100% repeat-x;
}

/*---------------------------------------------------*/
/*-- navigation --*/
/*---------------------------------------------------*/
#nav #logo {
	float: left;
	margin: 8px 0 0 18px;
}

#nav #menu0 {
	float: left;
	padding: 15px 0 0 40px;
	z-index: 1;
}

#nav #menu0 li {
	float: left;
	list-style-type: none;
	padding: 0 23px 0 0;
	
}

#nav #menu1 {
	position: absolute;
	right: 0;
	top: 17px;
}

#nav #menu1 li {
	float: left;
	list-style-type: none;
	padding: 0 14px 0 0;
}

#nav #menu1 li a {
	color: #7b7b7b;
	font-size: 10px;
}

#nav #menu1 li a:hover, #nav #menu1 li .selected { color: #000000; }

/*---------------------------------------------------*/
/*-- footer --*/
/*---------------------------------------------------*/
#footer #select {
	float: left;
	position: relative;
	margin: 22px 0 0 12px;
}

#footer #select #active a {
	display: block;
	background: url(../img/footer_bg_select.gif) 0 0 no-repeat;
	width: 78px;
	height: 13px;
	padding-left: 13px;
}

#footer #select ul {
	position: absolute;
	width: 91px;
	bottom: 8px;
	left: 0;
	padding: 0 0 5px 0;
	background: url(../img/footer_bg_select_ul.gif) 0 100% no-repeat;
}

#footer #select ul li {
	list-style-type: none;
}

#footer #select ul li a {
	display: block;
	width: 78px;
	padding: 5px 0 5px 13px;
	background-color: #FFFFFF;
}


#footer #menu2 {
	float: left;
	padding: 21px 0 0 12px;
}

#footer #menu2 li {
	float: left;
	list-style-type: none;
	padding: 0 25px 0 0;
	background: url(../img/footer_bg_li.gif) 100% 2px no-repeat;
}

#footer #menu2 li .selected {
	color:#000000;
}

/*---------------------------------------------------*/
/*-- boutons --*/
/*---------------------------------------------------*/


.back a, .next a {
	display: block;
	width: 50px;
	height: 90px;
}
.back a { background: url(../img/bt_back.gif) 0 0 no-repeat; }
.next a { background: url(../img/bt_next.gif) 0 0 no-repeat; }
.back a:hover { background: url(../img/bt_back.gif) 0 100%  no-repeat; }
.next a:hover { background: url(../img/bt_next.gif) 0 100%  no-repeat; }

.noback .nonext a {
	display : none;
}

/* main */
#main .back a { position: absolute; top: 45%; left:0; }
#main .next a { position: absolute; top: 45%; right:1px; }

/* product */
#product .back a { position: absolute; bottom: 0; left:0; }
#product .next a { position: absolute; bottom: 0; right:1px; }

.btIndent { padding-left: 10px; background: url(../img/bg_text_indent_off.gif) 0 4px no-repeat; }
.btIndent:hover { background: url(../img/bg_text_indent_on.gif) 0 4px no-repeat; }

/*---------------------------------------------------*/
/*-- bloc register/account --*/
/*---------------------------------------------------*/
.AdrTop { 
	width: 283px;
	height: 10px;
	line-height: 10px;
	background: url(../img/checkout_bg_address_top.gif) 0 0 no-repeat;
}
.AdrBottom { 
	width: 283px;
	height: 10px;
	background: url(../img/checkout_bg_address_bottom.gif) 0 0 no-repeat;
}
.AdrMain { 
	width: 243px;
	padding: 0 20px;
	background-color: #EAEAEA;
	color: #000000;
	line-height: 16px;
	text-align:left;
}
.AdrMain h1 { padding-bottom: 16px; color: #000000; }
.AdrMain .link { padding-top: 20px; }
.AdrMain .link a {
	line-height: 16px;
	padding-left: 10px;
	background: url(../img/bg_text_indent_off.gif) 0 4px no-repeat;
}
.AdrMain .link a:hover, .AdrMain .link .selected {
	color: #000000;
	background: url(../img/bg_text_indent_on.gif) 0 4px no-repeat;
}

.ShopMsg {
	margin : 3px 0px 0px 0px ;
}
	
.ShopMsg textarea {
	width : 180px ;
	height : 30px ;
	font-size : 11px ;
	overflow : hidden ;
	margin : 2px 0px 2px 0px ;
}
	
.ShopMsg .Menu {
	text-align : right ;
	padding : 0px 13px 0px 0px ;
}

/*---------------------------------------------------*/
/*-- confort --*/
/*---------------------------------------------------*/
#confort {
	padding: 20px;
	color: #000000;
}
#confort a {
	color: #000000;
	font-weight: bold;
}
#confort a:hover {
	color: #797979;
}

/*---------------------------------------------------*/
/*-- index --*/
/*---------------------------------------------------*/
#holdindex {
	position: absolute;
	right: 0px;
	bottom: 20%;
	width: 386px;
}
#flashnav {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 99px; 
	z-index: 100;
}
#togglediv {
	position: absolute;
	left: 0px;
	top: 0px; 
}
#flashnav ul {
	background: #FFFFFF;
}
#flashnav ul li {
	float:left;
	list-style-type: none;
}
#flashnav #entete {
	float:left;
}