@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-color:#fbf5e4;

}




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

*html img,
* html .png{
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}


