@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:#3B3F42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:120%;
	background:#FFFFFF url(/images/structure/fond-page-20x1200-fonce.jpg) repeat-x;
}
body.accueil-principal {
	background:#3B3F42 url(/images/structure/fond-page-pre-accueil-20x1200-fonce.jpg) repeat-x;
}
/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	vertical-align: bottom;
}
#captcha {
		width:75%;
		margin:0 auto;
}
#champ-captcha {
		width:240px;
		margin:0 auto;
}
#captcha img {
	width:110px;
	height:20%;
}
.news img {
	padding-right:10px;}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

.prechargement {
	position:absolute;
	top:-5000px;
	left:-5000px;
	}
