/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#absolute {
	/* ajout TK*/
	margin-top: 40px;
	width: 100%!important;
}

#content {

	/*padding: 15px;*/
	/*border: 0px solid #ddd;*/
background-color: #ffffff;
/*border: 0px solid #999999;*/
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/


    -moz-box-shadow:-5px 5px 2px #c7cacb;
    -webkit-box-shadow:-5px 5px 2px #c7cacb;
    box-shadow:-5px 5px 2px #c7cacb;
    }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}