@charset "iso-8859-1";

@import url(gallery.css);
@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(publication_methods.css);
@import url(pages.css);
@import url(produits.css);
@import url(boxes.css);
@import url(anglais.css);
@import url(jeu.css);
/*@import url(account.css);
@import url(catalog.css);*/
@import url(form.css);

@import url(jquery.mobile-1.0a3.css);
@import url(maboulange-phone.css);


/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extÃ©rieure|notext*/
body {
	background:#F8AE01 url(/images/maboulange/structure/background.jpg) repeat-x top left;
	font-family:Helvetica, sans-serif;
	font-size:62.5%;
	line-height:160%;
}
/*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;
}

