@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);

@import url(cafenoir.css);

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
*{
	font-family:Verdana, Geneva, 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;
	text-decoration:none;
}
















/*CSSEditor|structure,global|Zone extérieure|notext*/
body{
font-family:Trebuchet, 'MS Trebuchet', Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
line-height:160%;
background-color:#3D414A;
background-image:url(/images/fond_body.jpg);
background-repeat:repeat-x;
background-position:center top;
}




/*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;
}

#imprimer{
text-indent:-2000px;
/* CAFE NOIR */
margin-bottom:60px;
}

.restreint{
position:absolute;
text-indent:2000px;
}
