@charset "UTF-8";
body  {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #f2f2f2;
	text-align: center; 
	color: #3c3333;
}

.template #header { 
	/*background: url(../_images/fond1.png);*/
	background-color: #e1dcdc;
} 

.template #page {
	width: 100%;
	margin: 0;
	padding: 0;
}
.template #container { 
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 0 auto;
	background: url(../_images/fond-ombre.png) repeat-y;
	text-align: left;
} 

.template #header,
.template #menu,
.template #marquee,
.template #content,
.template #copyright {
	position: relative;
	width: 1000px;
	margin: 0 10px;
}

.template #header { 
	height: 130px;
} 

.template #menu { 
	height: 30px; 
	color: #fff;
	padding: 0;
	background-image: url(../_images/fond-menu.jpg);
	z-index: 50;
	position: absolute;
}

.template #marquee,
.template #sansmarquee {
	width: 960px;
	height: 14px !important;
	padding-bottom: 4px !important;
	padding: 36px 30px 0px;
	display: block;
	margin: 0;
	z-index: 10;
}
.template #sansmarquee {
	padding-top: 20px;
}

.template #marquee .scroller {
	font-size: 14px;
	font-weight: bold;
	color: #6e6666;
}
.template #content,
.template #maincontent,
.template #sidebar1,
.template #sidebar2 {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
.template #content {
	padding: 10px 10px 20px;
}

.template #footer {
	width:  1020px;
	padding: 0 10px;
	margin: 0;
	background: url(../_images/fond-ombre.png) repeat-y;
	position: relative;
	float: left;
} 

.template #copyright { 
	width:  960px;
	height: 24px;
	margin: 0 10px;
	padding: 0 20px;
	background:#a09999;
	clear: both;
}


