*
{
	font-family: arial, tahoma, verdana, sans, sans-serif;
	color: 0c0d0d;
}
body, #content, #shadow_left, #shadow_right
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body
{
	background-color: #777766;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #777766 url("../images/page_background.png") center top repeat-y !important;
	background: #777766;
}
#content
{
	text-align: left;
	border: 1px solid black;
	border-style: none solid;
	background-color: #777766;
}
#shadow_left
{
	margin: 0 auto;
	width: 962px;
	padding-left: 30px;
	background-image: url("../images/shadow_left.png");
	background-repeat: repeat-y;
}
#shadow_right
{
	width: auto !important;
	width: 962px;
	padding-right: 30px;
	background-image: url("../images/shadow_right.png");
	background-repeat: repeat-y;
	background-position: right top;
}
#top
{
	width: 930px;
	height: 200px;
	background-image: url("../images/top_background.png");
	background-repeat: no-repeat;
}
#top_top
{
	height: 35px;
	overflow: hidden;
}
#top_middle
{
	height: 130px;
	overflow: hidden;
}
#top_bottom
{
	height: 35px;
	overflow: hidden;
	padding-left: 101px;
}
#top_bottom a
{
	color: d7d3c3;
	display: block;
	float: left;
	height: 20px;
	padding: 13px 10px 2px 10px;
	font:Arial, Helvetica, sans-serif
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
}
#top_bottom a:hover, #top_bottom a.actif
{
	opacity: 0.4;
	-moz-opacity: 0.5;
	filter:alpha(opacity=70);
	background-color: #d7d3c3;
	color: black;
}
#middle_left
{
	background-image: url("../images/middle_left_background.png");
	background-repeat: no-repeat;
	padding-left: 100px;
}
#middle_right
{
	background-image: url("../images/middle_right_background.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 100px;
}
#middle_center
{
	background-color: #d7d3c3;
	border: 1px solid black;
	padding: 0 10px 10px 10px;
	text-align: justify;
	font-size: 10pt;
}
#bottom
{
	background-color: #777766;
	padding: 10px;
	text-align: center;
	font-size: 80%;
}

/*Images_____Index___Download____*/

#dl_map_inactive
{
	width: 308px;
	height: 119px;
}

#dl_map_inactive a
{
	display:block;
	width: 308px;
	height: 119px;
	background-image: url("../images/DownloadMapPack.png");
}
#dl_map_inactive a:hover
{
	display:block;
	width: 308px;
	height: 119px;
	background-image: url("../images/DownloadMapPackOn.png");
}


#dl_mdls_inactive
{
	width: 308px;
	height: 119px;
}

#dl_mdls_inactive a
{
	display:block;
	width: 308px;
	height: 119px;
	background-image: url("../images/DownloadMdlsPack.png");
}
#dl_mdls_inactive a:hover
{
	display:block;
	width: 308px;
	height: 119px;
	background-image: url("../images/DownloadMdlsPackOn.png");
}

h1
{
	background-color: #222;
	padding: 5px 10px;
	font-size: 150%;
	margin: 0 -10px;
	font-variant: small-caps;
}
h2
{
	background-color: #333;
	padding: 5px 10px;
	font-size: 125%;
	margin: 0 -10px;
}
h3
{
	background-color: #444;
	padding: 5px 10px;
	font-size: 100%;
	margin: 0 -10px;
}

h4
{
	background-color: #333;
	padding: 5px 10px;
	font-size: 100%;
	margin: 0 -10px;
	text-align: center;
	color: #eb5;
}

a
{
	color: #db4f18;
	text-decoration: none;
}	
a:hover
{
	color: #777766;
	//text-decoration: underline;
}
hr
{
	color: #c19b4b;
	background-color: #eb5;
	border: 0 none;
	border-top: 1px solid #eb5;
	height: 1px;
}

a img
{
border: 0 none;
}

#images
{
text-align: center;
}

#text_yellow
{
	color: #dc772e;
}