@charset "iso-8859-1";

@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);
@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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:160%;
/*background-color:#009449;*/
background-color:#94ccb8;
background-image:url();
background-position:top left;}

body.accueil{
/*background:url() #009449 repeat 0 0;*/
background:url() #cfd repeat 0 0;

}


/*CSSEditor|content,image|Apparence des images|notext*/


img {
	border:0;
	vertical-align: bottom;
}

.clear {
	
	clear: both;
	height:1px;
	line-height:1px;
}
