/*CSS Page cinetik.be test pour rendu flash */

body
{
	margin: 10px 0 0 0;
	background:#bfbfbf ;
	font-family: Trebuchet MS, Arial, sans-serif; 
	font-size: 14px;	
}

a:hover 
{
	text-decoration: underline overline;

}

#wrapper
{
	
	padding-top: 1em;
	background: #e9f0f7;
	border-bottom: #8b8b8b solid 4px;
}

#header
{
	height:230px;
	background:url(../images/interface/header.png) left top no-repeat;
	
}

#sub_header 
{
	
	background: #bbcee0 url(../images/interface/header_sub.png) left top no-repeat;
	margin:0;
}

#nav
{
	padding: 1em 0 0 13em;
	/*background: #f3f7fa;*/
	font-size:0.8em;
	color: #35597e;
	/*border-left: 300px solid #e9f0f7;*/
}


#nav ul 
{
  	list-style: none;
}

#nav ul li 
{
  margin-right: 3em;
  display: inline;
  font-size: 1.6em;
}

#nav li a 
{
  text-decoration: none;
  color: #427195;
  font-size: 1.6em;
  
 }
 
#nav li a:hover
{
  text-decoration: none;
  color: #0c3757;
  border-bottom: #0c3757 solid 2px;
}

#sub_nav
{	
	margin:0;
	padding: 0.2em 0 0.2em 40em;
	font-size: 0.6em;
	text-transform:uppercase;
	color:#036;
}

#content_wrapper
{}
/*
#logo
{
	background: url(../images/interface/walk_logo.gif) center no-repeat;
	width: 150px;
	height: 200px;
	margin: 1em 0 0 6em;
	float:left;
}

#logo_text
{
	padding: 210px 0 0 2em ;
	color: #a8bfd4;
}*/

#content
{
	background:white url(../images/interface/bg_content.png) bottom repeat-x;
	border-left: 1em solid #e9f0f7;
	border-top: 3px dotted #c6d6e6;
	padding-top:1em;
	padding-left: 2em;
}

#footer
{
	padding: 0.5em 0 0.5em 30em;
	font-size: 0.75em;
	background: #bbcee0;
}

td 
{
	font-size: 0.8em;
	border-right: 2px dotted #c6d6e6;
	padding: 1em;
}

th
{
	font-size: 1em;
	font-weight:normal;
	color: #e69700;
}

.tb
{
	margin: 1em;	
	border:0;
}

.icon
{
	border:0;
	vertical-align:middle;
}

h1
{
	font-size: 1.3em;
	margin-bottom: 1.3em;
	color: #e69700;
	
}

ol 
{
	
	line-height: 2em;
}

.news_img
{
	border: 1px dashed #a6c3df;

}