/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of INDUXIA's work.
 * Copyright (c) 2006 INDUXIA and contributors. All rights
 * reserved.
 *
 * INDUXIA is a multimedia production company which provides highly 
 * interactive, design driven and functional solutions.
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Guillaume Vialet
 */

/*
   Ce fichier définit le style visuel de la page d'accueil
*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #000;
	font: normal normal 9pt arial, helvetica, sans-serif;
	color: #000;
	/* position absolute hack: */
	height: 100%;
	/* end of position absolute hack */
}

#wrapper {
	/*centrer la page */
	/*margin: 0 auto;*/
	width: 907px;
	text-align: left;
	/* fin centrer la page */
}

#flashZone { width: 1024px; height: 768px; }

#logo { position: absolute; top: 25px; left: 42px; }
/*#logo { position: absolute; top: 25px; left: 152px; }*/
#logo h1 { padding: 0; margin: 0; }
#logo a { display: block; width: 150px/*260px*/; height: 129px/*220px*/; background: #000 url("../img/home/sealy_logo.gif") no-repeat; }
#logo a em { display: none; }

/* Grand encart des news */
#news {
	/*display: none;*/
	position: absolute;
	top: 18px;
	left: 320px;/*378px*/
	width: 200px;/*= 345 - 5 - 140*/
	height: 115px;/*= 125 - 5 - 5*/
	background: url("../img/home/bgNewsNuit.gif") top left no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 5px 5px 140px;
}
.nuit { background: url("../img/home/bgNewsNuit.gif") top left no-repeat !important; }

#news p { margin: 0; padding: 0; }
#news p.title { float: right; font-weight: bold; font-size: 1.5em; color: #000; padding-right: 10px; color: #000; }
#news p.message { font-size: 1.5em; padding-top: 25px; line-height: 1.2em; }
#news p.message a { color: #fff; text-decoration: none; }
#news p.message a:hover { text-decoration: underline; }
#news p.more { clear: both; float: right; font-size: 1.2em; font-weight: bold; color: #000; margin: 8px 3px 0px 0; }
#news p.more a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px !important;
	float: right;
}
#news p.more a:hover { text-decoration: underline; }

/* Zone promotionnelle */
#promotions {
	position: absolute;
	top: 220px;/*top: 15px;*/
	left: 430px;/*left: 430px;*/
	width: 147px;
}

#promotions { clear: both; }

#promotions ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 15px 0 0 20px;
}
#promotions ul ul { padding: 0 !important; }

#promotions li.box {
	font-size: 11pt;
	/*font-weight: bold;*/
	width: 206px;
	height: 65px;
	float: left;
	margin: 15px 0px 0px 4px; /*6*/
	padding: 2px 0px 0px 59px;
	overflow: hidden;
}
	/* start of IE5/5.5 hack */
	#promotions li.box {
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 147px;
	}
	/* end of IE5/5.5 hack */

.bgBox1 { background: url("../img/bgDecouvrir.gif") left top no-repeat; }
.bgBox2 { background: url("../img/bgChoisir.gif") left top no-repeat; }
.bgBox3 { background: url("../img/bgPourquoi.gif") left top no-repeat; }

#promotions strong { font-size: 1.1em; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; color: #071D26; }
#promotions li li { line-height: .8em; } /* moz : .7em; */
#promotions li li a { color: #fff; font-size: 8pt; text-decoration: none; }
#promotions li li a:hover { color: #000; }


/* ***** Menu Navigation Collections ***** */
#menuColl {
	background: url("../img/bgCollections.gif") left top no-repeat;
	width: 200px;
	margin-top: 75px;
	padding-top: 75px;
	position: absolute;
	top: 100px;
	left: 15px;
}

#menuColl ul { margin: 0; padding: 0 0 0 1em; list-style: none; }
#menuColl ul ul { padding-top: 1em; padding-bottom: 1em; }
#menuColl li { color: #fff; }
#menuColl li li { margin-bottom: .5em; margin-left: 1em; }

#menuColl li li a { color: #BE933B; text-decoration: none; }
#menuColl li li a:hover { color: #fff; }

/* menu de navigation secondaire */
#menuNavSecond { position: absolute; top: 520px; left: 235px; }
#menuNavSecond ul, #menuNavSecond li { display: inline; margin: 0; padding: 0; }
#menuNavSecond a {
	float: left;
	margin-right: 4px;
	padding: 7px;
	background: url("../img/home/bgNavSecond.gif") right top no-repeat; /*#5BB1D8*/
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
}
#menuNavSecond a:hover { color: #000; }

/* menu de navigation secondaire */
#menuNavSecond { position: absolute; top: 520px; left: 235px; }
#menuNavSecond ul, #menuNavSecond li { display: inline; margin: 0; padding: 0; }
#menuNavSecond a {
	float: left;
	margin-right: 4px;
	padding: 7px;
	background: url("../img/home/bgNavSecond.png") right top no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
}
#menuNavSecond a:hover { color: #000; }

/* popup descriptive */
#popupIntro { display: none; }
