@charset "iso-8859-1";

@import url(block.css);
@import url(nav.css);
@import url(content.css);
@import url(box.css);
@import url(home.css);

<!--[if lte IE 6]>
@import url(ie.css);
<![endif]-->


/* 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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:160%;
}
/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	vertical-align: bottom;
}



