@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);

/* Contextualisation */
@import url(accueil.css);
@import url(pages_residences.css);


/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0px none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	background:#fff url(/media/bgrepeatx__099326600_1727_17092008.gif) scroll repeat-y 29px top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
        padding: 0px;

	_background:#fff url(/media/bgrepeatx__099326600_1727_17092008.gif) scroll repeat-y 33px 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;
}


/* DEBUG OUTILS AGENCE */

#agencytools {
   z-index: 1000; /* sinon passe sous le flash et les boites */
}