@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);
@import url(customizedStyles.css);


/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
*{
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
color:#333333;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
margin-top:0;
margin-right:0;
margin-bottom:0;
margin-left:0;
border-top-color:0;
border-right-color:0;
border-bottom-color:0;
border-left-color:0;
text-decoration:none;

}
















/*CSSEditor|structure,global|Zone extérieure|notext*/
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:65%;
line-height:160%;
background:url(../../../../media/fondtrame__001957500_1625_05122010.jpg) repeat-x #ada390;

}




/*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;
}
