@charset "iso-8859-1";

@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;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extÃ©rieure|notext*/
body {
	background: url(/images/structure/fond-553x476.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:160%;
	/*instructions passée dans styl_ie.css    
	scrollbar-face-color:#C2E239;
	scrollbar-highlight-color:#B5DC10;
	scrollbar-3dlight-color:#F0F8D1;
	scrollbar-darkshadow-color:#879F27;
	scrollbar-shadow-color:#B5DB12;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;*/
}
/*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;
}

.prechargement {
	position:absolute;
	top:-5000px;
	left:-5000px;
	display:none;
	}
