@charset "utf-8";
/********************************************************
	CSS Document / Home - Orchidée by Skalpel.fr
********************************************************/

/* Annonces
-----------------------------------------------------------------------------*/
#annonces { display: block; height: 150px; }


#annonces .post_simple, #annonces .post_simple .post_content { margin:0; }
#annonces .post_simple { width:478px; float:left; }

#annonces div.left { float: left; }
#annonces div.right { float: right; }


/* Boutique
-----------------------------------------------------------------------------*/
#boutique { display: block; width: 979px; margin-top: 10px; }
#boutique div.header {
	display: block;
	width: 979px;
	height: 11px;
	background: url(../../images/interface/main-content.gif) top left no-repeat;
	font-size: 0px;
}
#boutique div.content { 
	display: block;
	width: 958px;
	min-height: 100px; 
	padding: 0 10px 0 11px;
	background: url(../../images/interface/main-bg.gif) top left repeat-y; 
}
#boutique div.footer {
	display: block;
	width: 979px;
	height: 10px;
	background: url(../../images/interface/main-bottom.gif) bottom left no-repeat;
	font-size: 0px;
}
#boutique div.boutique { text-align: center; }
