@charset "utf-8";
/* CSS Document */
#body{
	background-image:url(../images/site/back.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#site {
	position:absolute;
	top: 50%;
	left: 50%;
	height:646px;
	width: 1010px;
	margin-left: -505px;
	margin-top: -323px;
	background-position: center top;
	border:0px;
	z-index: -2;
}
#bandeau {
	position:absolute;
	left:0px;
	top:0px;
	width:1010px;
	height:135px;
	z-index:3;
}
#barrenav {
	position:absolute;
	left:0px;
	top:135px;
	width:1010px;
	height:40px;
	z-index:3;
}
#page {
	position:absolute;
	left:0px;
	top:175px;
	width:1010px;
	height:470px;
	z-index:3;
	background-image: url(../images/site/fond_rywan.gif);
	text-align: center;
}
#pageproduit {
	position:absolute;
	left:0px;
	top:175px;
	width:1010px;
	height:470px;
	z-index:3;
	background-image: url(../images/site/back3.jpg);
}
#pageliste {
	position:absolute;
	left:0px;
	top:175px;
	width:1010px;
	height:470px;
	z-index:3;
	background-image: url(../images/site/back2.jpg);
}
#fiche_produit {
	position:absolute;
	left:40px;
	top:80px;
	z-index:3;
	width: 919px;
	height: 356px;
}
#photos {
	position:absolute;
	left:772px;
	top:233px;
	z-index:4;
	width: 180px;
	height: 177px;
}
#titreliste {
	position:absolute;
	left:231px;
	top:80px;
	width:222px;
	height:28px;
	z-index:5;
}

#listeproduits {
	position:absolute;
	left:227px;
	top:116px;
	width:743px;
	height:292px;
	z-index:4;
	overflow:auto;
}

/* CSS Textes */
.titre1 {
	font-size: 14pt;
	font-weight: bold;
}
.titre2 {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
.reference {
	font-size: 10;
	font-weight: bold;
}
.description {font-size: 11pt}
.info {
	color: #FF0000;
	font-size: 11pt;
	font-weight: bold;
}
.matiere {
	font-size: 10pt;
	font-weight: bold;
}

A:LINK, A:VISITED, A:ACTIVE {
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif;
}


A:HOVER {
	text-decoration : underline;
	font-family:Arial, Helvetica, sans-serif;
}
