/* CSS Document */

p {font: 0.8em/1.5em Arial, helvetica, sans-serif;
			text-align: justify}
	
p:first-letter {font-size: larger;
			font-style: italic;
			font-weight: bold}
		
a {text-decoration: none; border-bottom: 1px dotted #373}
		
a:link {background: transparent; color: black}
		
a:visited {background: transparent; color: #373}
		
a:hover {background: #C9D8B3; color: black}

.descr			{
	font-size: 6pt;
	color: #000066;
	font-family: "Trebuchet MS";
	text-transform: capitalize;
	text-align: left;
	vertical-align: middle;
}

.descrShadow	{
	font-size: 10pt;
	color: #000066;
	background: #FF0000;
	margin: 12px;
	height: 32px;
	width: auto;
	border: thin groove;
	z-index: 2;
	top: -16px;
	position: static;
	overflow: visible;
}

.BigImage{
	filter: DropShadow(Color=#0, OffX=20, OffY=20, Positive='true');
}
.ButtonText     {
	font-size: 10pt;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin outset;
	cursor: hand;
	filter: Light;
	height: auto;
	width: auto;
	background: #FFCC00;
}
.exif       { font-size: 10pt; color: #FFCC00 }
.box {
	filter: DropShadow(Color=#0, OffX=5, OffY=5, Positive='true');
}
.boxContent { padding:0; background:#EFF9FA; filter: DropShadow(Color=#0, OffX=5, OffY=5, Positive='true')}
.bandeau { padding:0; background:#EFF9FA; filter: DropShadow(Color=#0, OffX=5, OffY=5, Positive='true')}