@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(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:#432C3E url(/images/charte/bg-site.jpg) no-repeat center top ;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}
/*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;
}


.page_accueil #contents #main{
			background:transparent url(/images/charte/courbe-lingerie-balneaire.png) no-repeat top left;
			position:absolute;
			top:70px;
			left:0px;
			width:224px;
			height:500px;
			padding:0px 0px 0px 0px;

}

.page_accueil #contents #main #article, .page_accueil  #contents #main #forms{display:none;}

