@charset "iso-8859-1";

@import url(elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(foot.css);
@import url(contenu.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 exterieure|notext*/
body {
	background:#56c3eb url(/images/fond_voliere.png) repeat-x top!important;
	font-family:"trebuchet MS",'Verdana', Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:160%;
}



/*CSSEditor|content,image|Apparence des images|notext,noizimedia*/
img {
	border:0;
	vertical-align: bottom;
}

.clear {
    clear: both;
	border:0;
	height:0;
	line-height:0;
	visibility: hidden;
	margin:0;
	padding:0;
}


