@charset "iso-8859-1";

@import url(gallery.css);
@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(calendar.css);
@import url(publication_methods.css);
@import url(search.css);
@import url(board.css);

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	background:white url(/images/charte_graphique/structure/bg.jpg) no-repeat center 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}


body{
  background:white url(/images/charte_graphique/cata/bg.jpg) no-repeat scroll center 50px;
}

/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	vertical-align: bottom;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

.description_img{display:none;}

.catalog .short_product .description_img, .catalog .fiche_produit .description_img{display:block; text-align:center; height:38px; overflow:hidden;}

