@charset "iso-8859-1";

@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(publicationMethods.css);
@import url(search.css);
@import url(board.css);
@import url(ads.css);
@import url(directory.css);
@import url(community.css);

/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
border: 0;
font-style: normal;
margin: 0;
padding: 0;
text-decoration: none;
}

/* --------------
ZONE EXTERIEURE
-----------------*/
body {
background:#333;
/* Image de l'arrière-plan de la page */
font-family: 'News Cycle', sans-serif;
font-size:12px;
line-height:160%;
}

/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
border:0;
vertical-align: bottom;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
