@charset "utf-8";

/* structure */
@import '../header/css/header.css';
@import '../footer/css/footer.css';
@import '../menu/css/menu.css';
@import 'tiny.css';

/* modules */
@import '../../modules/news/css/news.css';
@import '../../modules/services/css/services.css';
@import '../../modules/wellness/css/wellness.css';
@import '../../modules/download/css/download.css';
@import '../../modules/contact/css/contact.css';

@import '../ressources/buttons/standard/style.css';
@import '../ressources/pageslist/pageslist.css';


img {			margin:0; padding:0; border:0; }

html {			width:100%;	height:100%; margin:0; padding:0; overflow-y:scroll; }
td {			vertical-align:top; }


body {			height:100%; margin:0; padding:0; cursor:default; position:relative;
				background:url(images/bg.jpg);
				font:11px Arial, Helvetica, sans-serif; }

h1 {			font-size:16px; color:#fccd15; margin:0 0 5px 0; text-align:justify; }
h5 {			font-size:13px; color:gray; border-top:1px dashed gray; padding:2px 0 0 0; margin:0 0 5px 0; }


.container {	width:100%; background:black; text-align:center; }

.content {		position:relative; width:920px; display:table; padding:10px; background:white; margin:-30px auto 0 auto; }

.bgcolor {		background:#434343; }


.copyright a{		color:#6e6e6e; text-decoration:underline; }
.copyright a:hover{	color:black; }