@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;
	margin: 0;
	padding: 0;
	text-decoration: none;
        color:black;
}

html{

	background:white url(/media/bg_general_html__014183800_1058_25072008.gif) repeat-x top;

}

/*CSSEditor|structure,global|Zone extérieure|notext*/
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:160%;
	background:transparent url(/media/bg_general_body__018083100_1058_25072008.jpg) no-repeat top  center;
}
/*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;
}

#contents img{
        padding:5px 10px 2px 10px;
}



