@CHARSET "UTF-8";

@import url(ct-marche/content.css);
@import url(img-marche/styles.css);

html {
	height: 100%;
	margin:	0; padding: 0;
	background: #9c3;
	color: #fff;
	font:	10pt Arial,Helvetica,sans-serif;
}

body {
	height: 100%;
	margin:	0; padding: 0;
	text-align:		center;
}

img { border-width: 0px; }


#canvas {
	position: relative;
	width:	940px;
	margin: 0px auto;
	text-align: left;
	background:		#9c3 url(img-marche/page-bg.png) repeat-y left top;
	padding-bottom: 60px;
}

#banner {
	position: relative;
	height: 250px;
	margin-bottom: -80px;
	background: url(img-marche/banner-bg.jpg) no-repeat left top;
	color: #fff;
}
#ecodefi-logo {
	position: absolute;
	right: 40px;
	top: -74px;
}

#main-tagline {
	position: absolute;
	left: 50px; top: 10px; width: 300px;
	padding-top: 100px;
	font: 12pt Arial;
	color: #fff;
}
#main-tagline:hover {
	text-decoration: none;
}


#navbar {
	position: absolute;
	left: 0px;	right: 0px;
	top: 190px; height: 60px;
	z-index: 100;
	background:		url(img-marche/navbar-bg1.jpg) no-repeat center top;
	text-align: center;
}

#navlinks {
	display: block;
	width: 710px;	height: 40px;
	margin: -20px auto 0px auto;
	padding: 20px 30px 0px;
	list-style-type: none;
	background:		url(img-marche/navbar-bg2.png) no-repeat center top;
	text-align: left;
}
* html #navlinks { background-image: url(img-marche/navbar-bg2.gif); }

#navlinks li {
	margin: 0; padding: 0;
	display: inline;
	padding-right: 10px;
	font: bold 9pt Arial,sans-serif;
	color: #fff;
}
#navlinks a {
	color: #fff;
	text-decoration: none;
}


#page {
	position: relative;
	margin: 20px 0px 90px 10px;
	padding: 90px 0px 0px;
	background: url(img-marche/content-bg-top.png) no-repeat left top;
}
#page .cartouche, #page .cartouche_bulle {
	padding: 0px 90px 20px;
	background: url(img-marche/content-bg.png) repeat-y left top;
}
#page .footer {
	position: absolute;
	left: 0px; right: 0px;
	bottom: 0px; height: 38px;
	margin-bottom: -38px;
	background: url(img-marche/content-bg-btm.png) no-repeat left top;
}

#copyright {
	position: absolute;			z-index: 1;
	left: 0px; right: 0px;
	bottom: 0px; height: 110px;
	
	background:		url(img-marche/page-bg2.png) no-repeat center bottom;
	text-align:center;
	font-size: 8pt;
	color: #000;
}

#copyright a {
	color: #000;
}

