@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);

/* 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 url(http://sambodystore.mp4.atester.fr/images/sambody-bg.jpg) no-repeat top center;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:160%;
}
/*CSSEditor|content,image|Apparence des images|notext*/
img {
	
	vertical-align: bottom;
}
#wrapper img{
border:1px solid #CC6633;
}
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

#ie6_warning{
background-color:#cc9933;
color:white;
border:3px solid white;
width:750px;
position:absolute;


z-index:100;

top:110px;

}


.editInPlaceForm{
position:absolute;
top:0;
left:0;
width:850px;
height:auto;

}
