body		{	font-family: verdana, arial, sans-serif;
			font-size: 62.5%;	
			color: #000;
			text-align: center;
			background-color: #fff;
		}
* 		{	margin: 0;
			padding: 0;
		}
div#container	{	width: 960px;
			text-align: left;
			background-color: #fff;
			border: 0;
			margin-bottom: 20px;
			margin-top: 10px;
			margin-left: auto;
			margin-right: auto;
		}
div#header 	{	height: 120px;
			width: 100%;
			overflow: hidden;
			background-image: url('/images/header_bg.gif');
			background-repeat: no-repeat;
			background-position: top;
			font-family: 'Times New Roman', Times, serif;
		}
div#header h1	{	font-size: 3em;
			font-weight: normal;
			color: #146309;
			padding: 40px 0 0 50px;
		}
div#header h2	{	font-size: 1.8em;
			color: #c8c8bc;
			font-style: italic;
			padding: 2px 0 0 160px;
		}
div#menubar	{	height: 30px;
			border: 0;
			background-image: url('/images/menu_bg.gif');
			background-repeat: no-repeat;
			background-position: top;
		}
div#menubar ul	{	padding-top: 5px;
			margin-left: 125px;
		}
div#menubar ul li {	list-style-type: none;
			float: left;
			padding: 0 25px;
			font-size: 12px !IMPORTANT;
			font-style: italic;
			border: 0;
		}
div#menubar a:link {    color: #146309;
			text-decoration: none;
		}
div#menubar a:visited { color: #198A0A;
			text-decoration: none;
		}
div#menubar a:hover { 	color: #000;
			text-decoration: underline;
		}

div#content 	{	margin-left: 20px; 
			margin-top: 25px;
			margin-bottom: 20px;
			
		}
div#content_background { 
			background-repeat: no-repeat;
			background-position: bottom right;
			min-height: 400px;
		}
div#content_inner {	width: 600px;
			
		}

div#content h1	{	margin: 0; 	
			font-size: 1.8em;
			font-weight: normal;
			font-style: italic;
			color: #146309;		
		}

div#content h2	{	margin: .5em 0; 
			font-size: 1.5em;
			font-weight: normal;
			font-style: italic;
			color: #146309;		
		}
div#content h3	{	margin: .5em 0; 	
			font-size: 1.2em;
			font-weight: normal;
			font-style: italic;
			color: #146309;		
		}
div#content h4	{	margin: .5em 0; 	
			font-size: 1.2em;
			font-weight: bold;
			font-style: italic;
			color: #E89426;		
		}
div#content p 	{	margin: .5em 0; 
			font-size: 1.2em;
			line-height: 1.3em;			
		}
div#content img.camera { float:right;
			 border:0;
		}
div#content div#images { margin-top: 30px;
			overflow: hidden;
		}
div#content div#images img {	float: left;
		}
div#content div#images img#image_right {
			margin-left: 30px
		}
			
div#footer	{	clear: both;
			height: 130px;
			margin: 0;
			background-image: url('/images/footer_bg.gif');
			background-repeat: no-repeat;
			background-position: topt;
		}
div#footer img	{	float: left;
			margin-left: 20px;	
		}
div#footer h3	{	font-family: 'Times New Roman', Times, serif;
			padding-top: 25px;
			margin-left: 120px;
			font-size: 2.6em;
			font-weight: normal;
			font-style: italic;
			color: #fff;
		}
div#footer p	{	margin-left: 120px;
			margin-top: 30px;
			font-size: 1.3em;			
		}

div#tarifBox 	{	width: 400px;
			font-size: 1.2em;
			margin: 5px 0;
		}
div#tarifBox p	{	padding: 0;
			margin:	0;
			font-style: italic;
		}
div#tarifBox p span { font-size: 80%;
		}
div#tarifBox div { 	font-weight:bold;
			padding:.4em;
		}
div#tarifBox div#high { background-color:#146309;
			color:#fff;
		}
div#tarifBox div#low { background-color:#DFDBA8;
			color:#000;
		}
div.picBox	{	padding: 5px;
			border-top: 1px solid #000;
			overflow: hidden;
			font-size: 1.1em;

		}
div.picBox img	{ 	float: left;
			margin-right: 10px;
			width: 85px;
		}
div.picBox span	{	font-weight: bold;
		}

