/*********** Maison requiem ***********/

/* Style */
/****** Import */
	@import url("selecteurs.css");
/****** fin Import */
body{
	font-family: Arial, Helvetica, sans-serif;
	color:#7C7B7D;
	background-color: #B9B6B5;
	font-size:11px;
	}

/* hacks IE6 to simulate position:fixed */
		* html{height:100%;} 
		* body{height:100%;} 
		* html body { background:url(null) fixed }

/*** clear */
.clear {
   clear: both;
   display: block;
   height: 1px;
	margin-top:-1px;
	}
/*** fin clear */


/*** link */
a{
	color:#fff; 
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}
/*** Fin link */

.displayNone{
	display:none;
}

.displayBlock{
	display:block;
}

.closewin{
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}

#Main{
	position:absolute;
	width:1000px;
	height:590px;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-295px;
	text-align: center;
}

#Main h1{
	position:absolute;
	top:-500px;
	left:0;
}

/* Prehome */
.prehome{
	padding-top:80px;
	background: url(../img/logo_requiem.gif) 1px 0px no-repeat;
	width:417px;
	height:300px;
	margin:auto;
}

.prehome h2{
	padding-top: 107px;
	margin-bottom:30px;
}

.prehome ul li{
	display:inline;
	color: #fff;
	padding:0 2px;
}

.prehome ul li a, .prehome ul li a:hover{
	text-decoration: underline;
}
/* Fin Prehome */

/* NavTop */
ul.MainNav{
	float:left;
	width:1000px;
	text-align: center;
	padding-top:19px;
	clear:right;
	margin-bottom:35px;
}

ul.MainNav li{
	display:inline;
	height:16px;
	padding:0 12px;
	vertical-align: top;
}


/* Designers */
.designers{
	width:530px;
	height:390px;
	margin:20px auto 0px auto;
	display:block;
	background: url(../img/bg_designers.gif);
}

.designers p{
	margin:20px auto 30px auto;
	width:346px;
	line-height:14px;
}

.designers p strong{
	font-weight: normal;
	text-transform:uppercase; 
}

.designers h2{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	display:inline;
	padding:0 12px;
}
/* Fin designers */

/* Collections */
.collections{
	width:720px;
	height:480px;
	position:relative;
	margin:0 auto;
}

.collections h2{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.collections p{
	margin-top:10px;
}

.collections p#newcollection{
	position:absolute;
	top:-1000px;
}

.displayCollection{
	margin:0 5px;
}

.hydeCollection{
	display:none;
}

#visu_collection_0,#visu_collection_1,#visu_collection_2,#visu_collection_3,#visu_collection_4,#visu_collection_5,#visu_collection_6,#visu_collection_7,#visu_collection_8,#visu_collection_9{
}

#nav_collection{
	position:absolute;
	top:108px;
	left:50px;
	text-align: left;
}

.collections img{
	border:1px solid #7C7B7D;
}

#nav_collection li{
	
	margin-bottom: 5px;
}

#nav_collection li a{
	background: url(../img/small_arrow_right.gif) 0 5px no-repeat;
	padding-left:12px;
	display:block;
	font-size: 13px;
}

#nav_collection li.CollectionActive a{
	color:#000;
	background: none;
	cursor: default;
}

#thumbs{
	float:left;
	position: absolute;
	top: 112px;
	left:760px;	
	width: 110px;
	z-index:100;
}
#thumbs.fourCols{
	width: 150px;
}
#thumbs li{
	float:left;
	width:35px;
	height: 52px;
	margin: 0 1px 1px 0;
	text-align: left;
}

#thumbs li a{
	display:block;
	width:35px;
	height: 52px;
}

#thumbs li img{
	border:1px solid #7C7B7D;
}

#masque{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:2000;
	background-color:#000;
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8;
}

#popinColl{
	position:fixed;
	top:20px;
	left:50%;
	margin-left:-300px;
	z-index:2001;
	overflow-y:auto;
	height:100%;
	width: 520px;
}

* html body #popinColl, * html body #masque{
	position: absolute;
}

#zoomImage{
	border:1px solid #000000;
}

/* fin Collections */

/* Boutiques */
.boutiques{
	width:1000px;
	margin:20px auto 0 auto;
}

.blockBoutiq{
	float: left;
	width: 333px;
}

.blockBoutiq h2{
	text-align:left;
	padding: 0 0 10px 132px;
	
}

.boutiques dl{
	float:left;
	width:333px;
}

.boutiques dt{
	float:left;
	width:125px;
	text-align: right;
	border-right:1px solid #7C7B7D;
	text-transform: uppercase;
	padding: 1px 8px 1px 0;
	margin: 2px 0;
}

.boutiques dd{
	float:left;
	width:190px;
	text-align: left;
	padding: 1px 0 1px 8px;
	margin: 2px 0;
}
/* Boutiques */

/* presse */
.blockPresse{
	position:relative;
	width:1000px;
}

#liste_presse{
	background-color: #b9b6b5;
	position:absolute;
	width: auto;
	top: 455px;
	left:380px;
}

.noPointer{
	cursor: default;
}

#arrow_l{
	position:absolute;
	width: 12px;
	top: 438px;
	left:140px;
}

#arrow_r{
	position:absolute;
	width: 12px;
	top: 438px;
	right:140px;
}

#linkPdf{
	position:absolute;
	width: 677px;
	height:450px;
	top: 0px;
	left:161px;
	display:block;
	
}

#pictPdf{
	position: absolute;
	bottom:5px;
	right: 5px;
}
/* Fin presse */

/* Contacts */
.contacts h2{
	margin-bottom: 10px;
}

.blockContact h3{
	margin:0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
}

.blockContact{
	width:215px;
	text-align: center;
	margin: 10px 0 0 190px;
	float:left;
	height:120px;
	
}

.Contact1Ligne{
	width:1000px;
	margin-left:0;
}

/* Fin Contacts */