/* 	Reset
   	............................................................................................ */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/*	Defaults
	............................................................................................ */

	body 	
		{
		background-color: #181818;
		margin: 0px auto ;
		text-align: center;
		font-family: verdana, arial, sans-serif;
		font-size:  11px;
		color: #8c8c8c;
		background: #181818 url(images/bg.gif) top left repeat-x;
     	}
     	
     #marion
     	{
     	width: 700px;
		margin: 0px auto;
     	}
     
	h1
		{
		display: block;
		width: 700px;
		height: 238px;
		background: #000 url(images/header.gif) 0 0 no-repeat;
		text-indent: -999px;
		overflow: hidden;
		}
		
	a,
	a:link,
	a:active,
	a:visited
		{
		color: #6592ac;
		text-decoration: underline;
		}
	
	a:hover
		{
		color: #6592ac;
		text-decoration:  none;
		}		
	
	
/*	Navigation
		............................................................................................ */
	
	ul
	{
		border: 1px solid #181818;
		padding: 0;
		margin: 20px 0 0 3px;
	}
	
	ul li 
	{
		float: left;
		display: inline;
		list-style: none;
	}
	
	ul a, 
	ul a:link, 
	ul a:active, 
	ul a:visited 
		{
		display:  block;
		width: 100px;
		height: 30px;
		background: #181818 url(images/nav.gif) 0px 0px no-repeat;
		text-indent: -999px;
		overflow: hidden;
		}
	
	ul a:hover,
	ul li.active a
		{
		background: #181818 url(images/nav.gif) 0px -29px no-repeat;
		}
		
	ul a#intro, 
	ul a#intro:link, 
	ul a#intro:active, 
	ul a#intro:visited 
		{
		width: 160px;
		}		
		
	ul a#journey, 
	ul a#journey:link, 
	ul a#journey:active, 
	ul a#journey:visited 
		{
		background: #181818 url(images/nav.gif) -160px 0px no-repeat;
		width: 220px;
		}	
		
	ul a#journey:hover,
	ul li.active a#journey
		{
		background: #181818 url(images/nav.gif) -160px -29px no-repeat;
		}	
		
		
	ul a#carnet, 
	ul a#carnet:link, 
	ul a#carnet:active, 
	ul a#carnet:visited 
		{
		background: #181818 url(images/nav.gif) -380px 0px no-repeat;
		width: 200px;
		}	
		
	ul a#carnet:hover,
	ul li.active a#carnet
		{
		background: #181818 url(images/nav.gif) -380px -29px no-repeat;
		}	
		
	ul a#contact, 
	ul a#contact:link, 
	ul a#contact:active, 
	ul a#contact:visited 
		{
		background: #181818 url(images/nav.gif) -580px 0px no-repeat;
		width: 115px;
		}	
		
	ul a#contact:hover,
	ul li.active a#contact
		{
		background: #181818 url(images/nav.gif) -580px -29px no-repeat;
		}										
	
	
/*	Content
	............................................................................................ */

	#content
		{
		clear: left;
		display: block;
		margin: 30px 0 0 6px;
		text-align: left;
		line-height: 1em;
		padding: 30px 0 0 0px;	
		}
	
	#content p
		{
		line-height: 1.73em;	
		text-align: justify;
		width:  333px;
		margin: 0 0 15px 0;
		}
		
	#content p.soon
		{
		color: #444;
		}		
	
	#content div.image
		{
		float: right;
		margin: 0 13px 50px 0;
		line-height: 1.8em;
		text-align: center;
		}

/*	Clearfix
	............................................................................................ */

	.clearfix:after 
		{
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}
	
	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

/*	KMM
	............................................................................................ */

	p#kmm
		{
		padding: 0 13px 0 0;
		text-align: right;
		clear: left;	
		}
	p#kmm a,
	p#kmm a:link,
	p#kmm a:active,
	p#kmm a:visited
		{
		color: #252525;
		text-decoration: none;
		}
	
	p#kmm a:hover
		{
		color: #666;
		text-decoration: underline;
		}
	 	

{}