/* 
Stylesheet for styles in the page displaying CH content.
created: 29 Dec 2004
by: Fabrice Pasquier
*/



.LocationText {

	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}
.LocationBarre {
	font-size: 10pt;
	color: #003300;
}


.LocationText:hover {

	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

dl, dt
{
	font-size: 10pt;
}
div.displayImageOnLeft
{
	DISPLAY: inline; 
	FLOAT: left; 
	MARGIN-BOTTOM: 10px; 
	MARGIN-RIGHT: 10px;
}
div.displayImageOnRight
{
	DISPLAY: inline; 
	FLOAT: right; 
	MARGIN-BOTTOM: 10px; 
	MARGIN-LEFT: 10px;
}


