/***********/
/* Général */
/***********/

#page_content
{	clear: both;
	float: left;
	width: 940px;
	min-height: 300px;
	_height: 300px;
	text-align: left;
	margin-top: 55px;
	margin-left: 50px;
	padding-bottom: 30px;
	color: #434343;
}				   

	
/***********/
/* Content */
/***********/

#page_content h2
{	display: none;
}

#page_content table tbody tr td
{	font-size: 12px;
	color: #434343;
}

#page_content a, #page_content td a
{	color: #434343;
}	

#page_content a:hover, #page_content td a:hover
{	font-weight: bold;
}	

/*
#page_content a:visited, #page_content td a:visited
{	text-decoration: line-through;
}	
*/

#content tr, #content td
{	vertical-align: top;		
} 

#page_content strong
{	font-weight: bold;
}	



