/* CSS Document */
img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin-top: 0px;
}

#menu A	{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif;  
	font-size: 15px; 
	font-weight: bold;
	display: block;
	float: left;
	text-decoration: none;
	color: #000000;
	margin-right: 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 30px;
	letter-spacing: -0.2px;
}
	
#menu A:hover {
	color: #ffffff;
}

#menu A.active {
	color: #ffd200;
}

#menuvert a {
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;  
	font-size: 13px; 
	font-weight: bold;
	color: #ffffff;
}
	
#menuvert a:hover {
	color: #000000;
}

#content {
	position: absolute;
	z-index: 5;
	top: 170px;
	left: 130px;
	width: 855px;
	height: 600px;
	/* Typographie */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 1.0px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

h1	{
	font-size: 1.2em;
	color: #e2001a;
}

.small	{
	font-size: 0.8em;
}



#tab td	{
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #b0b0b0;	
	font-size: 12px;
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#tab em {
	font-size: 0.9em;
}

#tab td.tdx {
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #b0b0b0;
	width: 170px;
}

.tdbg {
	background-color: #c0c0c0;
}