/* CSS Document */





/* anulation des marges par defaut pour éviter les difference des navigateurs */

body, p, h1, h2, h3, h4, h5, h6, fieldset, legend, ul, li, dl, dt, dd, img, form
{
	margin:0;
	padding:0;
	border:0;
}

hr, .masque, #logo span, #loading, #print, #print legend,
#accroche span, #colonne2 legend,
#ficheproduit legend, #footer legend, .popup legend, #produit legend, #presse2 legend,
#listboutique legend, #load_images
{
	display:none;
}


.wrap
{
	clear:both;
}

/*********** STYLE GENERALE *********/



body
{
	background:url(../img_site/fond.04.gif) repeat-x left top #151311; /* #665750 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 90%;
	color: #30190C;
	text-align:center; /* center pour ie 5 */
	margin:0 0 0 0;
}

/* Largeur élément général de la page */

#bandeau, #contenu, #mh, #footer
{
	width:950px;
}
#bandeau, #contenu
{ /* anul le bug positionnement ie 5 */
	text-align:left;
}


/***** HEADER ACCES *****/

#acces
{ /* acces rapide haut page */
	position:absolute;
	top:0;
	right:0em;
	/*background-color:#eee;*/
}

/* menu bas page */
#footer
{ /* acces rapide haut page */
	position:relative;
	clear:both;
	margin: 0 auto 0 auto;
	z-index:5;
}





/********** BANDEAU ***********/
#bandeau
{
	position:relative;
	height:119px;
	margin:auto;
}

#logo
{
	position:relative;
	width:197px;
	margin:0 auto;
	padding:1px;
	top:10px;
}
#accroche
{
	position:absolute;
	width:950px;
	height:30px;
	bottom:0;
	right:0;
	/*background:url(../img/accroche.png) no-repeat right bottom;
	border:#00FF00 1px solid;*/
}
/* motif droit et gauche logo
#motif1, #motif2
{
	position:absolute;
	width:128px;
	height:52px;
	top:40px;
}
#motif1
{
	left:240px;
	background:url(../img/motif.diamants.01.png) no-repeat left top;
}
#motif2
{
	left:590px;
	background:url(../img/motif.diamants.02.png) no-repeat left top;
}
*/


/***** PAGE *****/
/* motif droit et gauche
#motif3, #motif4
{
	position:absolute;
	width:141px;
	height:400px;
	top:-400px;
	left:-140px;
}
#motif3
{
	top:-50px;
	left:-140px;
	background:url(../img/motif.diamants.03.png) no-repeat left top;
}
#motif4
{
	top:8px;
	left:953px;
	background:url(../img/motif.diamants.04.png) no-repeat left top;
}
*/
#contenu,
#motifgauche, #motifgauche span,
#motifdroit, #motifdroit span,
.collection #colonne1,
.collection #colonne2,
.collection #bloc
{ /*hauteur body */
	height:361px;
	display: inline-block; /* Bogue Espaces blancs supplémentaires active le hasLayout, */
	display: block; /* desactive le hasLayout */

}
#contenu
{
	position:relative;
	background:#fff;
	margin:auto;
	background:url(../img_site/fond.cadre.gif) repeat-x left top #BAABA1;
}

/* contour / bords */
#motifhaut,
#motifbas
{
	position:absolute;
	left:-10px;
	width:970px;
	height:10px;
}
#motifbas
{
	bottom:-10px; /* bug ie script png dans ie6.css */
}
#motifhaut
{
	top:-10px; /* bug ie script png dans ie6.css */
}

#motifbas span,
#motifhaut span
{
	position:static;
	display:block;
	width:970px;
	height:10px;
}
#motifhaut span
{
	background:url(../img_site/bordhaut.png) no-repeat left bottom;
}
#motifbas span
{
	background:url(../img_site/bordbas.png) no-repeat left bottom;
}


#motifgauche,
#motifdroit
{
	position:absolute;
	top:0;
	right:-10px;
	width:10px;
}
#motifgauche
{
	left:-10px;
}
#motifdroit
{
	right:-10px;
}
#motifgauche span,
#motifdroit span
{
	position:static;
	display:block;
	width:10px;
}
#motifgauche span
{
	background:url(../img_site/bordgauche.png) no-repeat left top;
}
#motifdroit span
{
	background:url(../img_site/borddroit.png) no-repeat left top;
}




/********** MENU HAUT ***********/
#mh
{
	position:relative;
	margin:1.2em auto 1em auto;
	z-index:5;
}


/********** MENU BAS ***********/
#mb
{

}






/***** POPUP ZOOM *****/
#pagezoom
{ /* config zoom.php */
	margin: 0px;
	/*background-position: center center;*/
}
#pagezoom .titrezoom
{
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}
#pagezoom .imgzoom img
{
	border:#e3ddc3 1px solid;
	background-color:#fff;
	padding:8px;
}

#pagezoom #menu1Container
{ /* page zoom */
	position:relative;
}
#planzoom
{
	position:relative;
	margin:50px auto;
	text-align:left;
	width:80%;
}
#pagezoom #mots
{
	width:95%
}




/*** MOTS BAS PAGE ***/


/*** Signature Kyxar ***/
.kyxar
{
	position: absolute;
	z-index:10;
	white-space: nowrap;
	right:0px;
	margin-top:2.3em;
	padding: 5px 0px 3px 0px;
}

.kyxar a
{
	color: #453D36;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}

.kyxar a:hover
{
	color: #999;
}



