body {
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif; 	
	background-color: #E3E3E5;
	color:#564b47;
	margin:0;
	padding:0;
}

table.tableau
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 3px;
	border-style: none none none none;
	border-collapse: collapse;
}

table.tableau td
{
	border-width: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	border-style: none none none none;
	border-color: gray gray gray gray;
}


table.tableau tr
{
	border-width: 0 0 0 0;
	border-style: none none none none;
}


table.tableau img
{
	border-width: 0px 0px 0px 0px;
}

li a
{
  padding-left: 1.5em;
  background: url("../img/list.png") no-repeat left;	
}
	
ul.title
{
  margin: 0 0 0 0;
  list-style-type: none;
  font-weight: bold;	
  color: #6D6D6D;
  float: left;
}


ul.title li
{
	float:left;
	width: 95px;
	margin-right: 30px;
}

ul.tableau
{
	margin: 0 0 0 0;
	list-style-type: none;
	color: #6E6E6E;
}

ul.tableau li
{
	float:left;
	width: 12px;
	margin-right: 12px;
}

.tableau_selected
{
	color: black;
}


.clickable
{
	cursor: pointer;	
}


#tableau_selector
{
	z-index: 5;
}

#intro_middle
{
	position: absolute;
	top:50%;
	height: 100px;	
	margin-top: -50px;
	left: 0;
}

#intro_upper
{
	margin-bottom:4px;
}

#intro_lower
{
	margin-top:4px;
}

#content
{
	position: absolute;
	top:40%;
	margin-top: -200px;
	height: 400px;
	width:100%;
	background-color: #E3E3E5;
}

#home
{	
	position: absolute;
	display: none;
	top: 80%;
	left: 40px;
}	

#tableau
{
	position: absolute;
	top:50%;
	left: 650px;
	margin-top: -150px;
	display: none;
	width: 440px;
	height: 352px
}

#separator
{
	background-color: #949494; 
	border: none; 
	color: #949494; 
	width: 930px;
	height: 2px;
	clear: both;
	
	/* IE6 */
	line-height:200px;
	font-size:0px; 
}



#desc
{
	clear: both;
	margin-left: 100px;
	margin-top: 20px;
	font-family:monospace; 
	font-size: 1.2em;
}

.desc_text
{
	color: black;
}	
