@charset "UTF-8";
body  {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #3f4958;
	text-align: center; 
	color: #000000;
}

.template #page,
.template #headercontainer,
.template #container,
.template #footercontainer,
.template #copyrightcontainer {
	width: 100%;
	margin: 0;
	padding: 0;
}
.template #container { 
	width: 1020px;
	margin: 0 auto;
	padding: 0 auto;
	background: url(../_images/fond-ombre.png) repeat-y;
	text-align: left;
	overflow: auto;
} 

.template #headercontainer,
.template #footercontainer { 
	background-color: #1dbbea;
} 
.template #copyrightcontainer { 
	background-color: #454648;
} 


.template #header,
.template #menu,
.template #marquee,
.template #content,
.template #footer,
.template #copyright {
	position: relative;
	width: 1000px;
	margin: 0 10px;
	padding: 0 10px;
}

.template #content {
	
}

.template #header,
.template #footer,
.template #copyright {
	margin: 0 auto;
	padding: 0 auto;
}
.template #header { 
	height: 90px;
} 

.template #menu { 
	height: 42px; 
	color: #56b1e1;
	padding: 0;
	background-image: url(../_images/fond-menu.jpg);
	z-index: 50;
}

.template #marquee {
	width: 960px;
	height: 24px;
	display: block;
	margin: 0 10px;
	z-index: 10;
	background-color: #adafb1;
	padding: 6px 20px 0px;
}

.template #marquee .scroller {
	color: #000;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
.template #content,
.template #maincontent,
.template #sidebar1,
.template #sidebar2 {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}
.template #maincontent,
.template #sidebar1,
.template #sidebar2 {
}
.template #content {
	padding: 10px 10px 20px;
}

.template #footer {
	position: relative;
	overflow: auto;
	}
.template #copyright { 
	width:  960px;
	height: 36px;
	clear: both;
}

