@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;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	background:#FFF
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%; /*origine: 65%*/
	line-height:160%;
margin-top:10px;
}

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

#WYSIWYG-6 img{margin:0; padding:0;}

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


/*  testh */
#th_col_left
{
background:red;
width:300px;
float:left;
}

#th_col_right
{
width:200px;
background:blue;
float:right;
}

