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

.b{font-weight:bold !important}
.c{text-align:center !important}
.l{text-align:left !important}
.r{text-align:right !important}
.j{text-align:justify !important}
.u{text-decoration:underline !important}
.fl{float:left !important}
.fr{float:right !important}
.w25{width:25%;box-sizing:border-box;}
.w50{width:50%;box-sizing:border-box;}
.w33{width:33%;box-sizing:border-box;}
.w75{width:75%;box-sizing:border-box;}
.mAuto{margin:5px auto;}
.m0Auto{margin:0px auto;}
