@charset "iso-8859-1";

@import url(gallery.css);
@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);
@import url(mes_styles.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 {
/*	background:#333333; */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:60%;
	line-height:160%;
        background: #333333 url(/images/background.gif) repeat;
        color:#ffffff;

}
/*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;
}
img.align-right
{
float:right;
margin-left:20px;
}
img.align-left
{
float:left;
margin-right:20px;
}

#news #chapo .credit{
   clear:left;
   float:left;
}
#article #chapo .credit{
   clear:left;
   float:left;
}

