@import url(menu.css);
@import url(tce_websites.css);
@import url(powermail.css);
@import url(gallerie.css);

* {
	margin: 0;
	padding: 0;
	color: #555;
}

html, body {
	background: url(../images/bg.jpg) repeat;
}

#top {
	margin-top: 25px;
	position: relative;
	height: 149px;
	width: 100%;
	background-color: #e4e4e4;
}

#header {
	position: relative;
	top: 0px;
	margin: 0 auto;
	background: #99011e url(../images/header.png) top left no-repeat;
	height: 149px;
	width: 992px;
}

#img_header {
	position: absolute;
	top: 0;
	right: 50px;
	height: 144px;
	margin: 0;
	padding: 0;
	background-color: white;
	width: 298px; /* 3*98 + 4 =    */
}

#img_header img {
	margin: 0 0 0 1px;
}

#main {
	clear: both;
	width: 992px;
	margin: 0 auto;
	background: white url(../images/content.png) top left repeat-x;
}

#leftcol  {
	float: left;
	width: 270px;
	background: white;
}

#rightcol {
	margin: 0 0 0 272px;
	background: transparent;
	padding: 15px;
	min-height: 420px; 
	height: 420px;
}

html>body #rightcol{
	height:auto;
}

p, h1, h2, h3, h4, h5 ,h6 { 
	margin: 0 0 .6em 0;
}

address {
	text-decoration: none;
	font-style: normal;
	font-size: 150%;
}

.align-center {
	text-align: center;
}

#bottom {
	position: relative;
	clear: both;
	width: 100%;
	height: 15px;
	background-color: #e3e3e3;
	margin: 0;
}

#footer {
	position: relative;
	top: 0;
	width: 992px;
	height: 15px;
	margin: 0 auto;
	background: #99011e url(../images/header.png) bottom left no-repeat;
}

#news {
	border: solid 1px #700016;
	width: 248px;
	padding: 10px;
	margin: 20px 0;
}

#news h1 {
	font-size: 19px;
}

#news h2 {
	font-size: 17px;
}

#news li {
	margin-left: 1em;
}

#lastmodif {
	margin: 0 auto;
	width: 992px;
	height: 50px;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
}

#copyright {
	float: right;
}

#copyright a, #copyright a:visited {
	text-decoration: none;
	color: black;
}

hr.nonvisible {
	visibility: hidden;
	clear: left;
}

hr.clear_right {
	visibility: hidden;
	clear: right;
}