/* CSS Document */
 
/*** STYLE SPECIAUX MEDIAS ***/

body
{
	background:url() repeat-x left top #fff;
}

/* Desactive les fond */
{
	background-image:none;
}
/*** MASQUE LES ELEMENTS DE NAVIGATION ***/
/* Largeur élément général de la page */
#bandeau, #contenu, #mh, #footer, #visuscroll, #presse
{
	position:relative;
	width:auto;
	height:auto;
}
#contenu
{
	margin-top:7em;
}

/**** COLONNE ***/
#bandeau, #colonne1, #mh, #footer, #collection00 #colonne1
{
	display:none;
}
#bloc img
{
	width:70%;
	height:70%;
}
/* PRODUITS */
#lst_vignettes, #visuscroll, #presse, #presse #lst_vignettes
{
	height:auto;
	overflow: visible;
}

#ficheproduit .zprod /* jquery */
{
	overflow:visible;
	height:auto;
	width:auto;
}
#ficheproduit .zm_vignette
{
	padding-top:1em;
}
#ficheproduit .desproduit
{
	position:relative;
	top:-2em;
	right:auto;
	left:2em;
	padding:10px;
	z-index:5;
	text-align:left;
	width:250px;
	height:auto;
	background:none;
}

/*** PRESSE ***/
#zoom_presse img
{
	width:70%; 
	height:70%; 
}

/*** bandeau imprimable ;***/
#print
{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	display:block;
	text-align:center;
}