@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);
/*@import url(skeleton.css);*/
@import url(layout.css);

/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* --------------
ZONE EXTERIEURE
-----------------*/
body {
	/* Image de l'arrière-plan de la page */
	background: url('/images/layout/background.jpg') center top no-repeat #011221;
	font-family:Oswald,Arial,Helvetica,sans-serif;
	font-size:16px;
        font-weight: 300;
	line-height:120%;
	overflow-x:hidden;
}
.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }
/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
	border:0;
	vertical-align: bottom;
	max-width:100%;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}
#page .nivo-caption {
    bottom: 1px;
    padding: 10px;
}
#ie6 #header #nested a,
#ie7 #header #nested a,
#ie8 #header #nested a,
#ie9 #header #nested a {
    font-size: 15px;
}
#ie6 #header #nested li,
#ie7 #header #nested li,
#ie8 #header #nested li,
#ie9 #header #nested li {
    padding: 0 12px;
}

@media screen and (max-width: 1024px) {
    
    #page {
        margin: 0 auto;
        max-width: 980px;
    }
    #header-cache-left,
    #header-cache-right {
        display: none;
    }
}