#mySlideshow
{
	width: 355px;
	height: 266px;
	z-index:5;
	display: none;
/*	overflow:hidden;*/
	position: relative;
}

#mySlideshow img
{
	border: 0;
	margin: 0;
}

#mySlideshow #slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 100%;
	height: 6em;
	color: #000;
	text-indent: 0;
	overflow:auto;
	text-align:left;
}

#slideInfoZone h1
{
	padding: 0;
	font-size: 12px; line-height:20px; padding-right:15px;
	margin: 0;
	margin: 2px 5px;
	font-weight: strong;
	color: inherit;
	text-align:center;
	color:#CC6600;
}
#slideInfoZone h2
{
	padding: 0;
	font-size: 12px; line-height:20px; padding-right:15px;
	margin: 0;
	margin: 2px 5px;
	font-weight: strong;
	color: inherit;
	text-align:center;
	color:#2A3E5F;
}

#slideInfoZone p
{
	padding: 0;
	font-size: 12px; line-height:20px; padding-right:15px;
	margin: 2px 5px;
}

#mySlideshow a
{
	font-size: 12px; line-height:20px; padding-right:15px;
	text-decoration: none;
	color: inherit;
}

#mySlideshow a.right, #mySlideshow a.left, #mySlideshow a.info
{
	position: absolute;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

* html #mySlideshow a.right, * html #mySlideshow a.left, * html #mySlideshow a.info
{
	filter:alpha(opacity=60);
}

#mySlideshow a.right:hover, #mySlideshow a.left:hover, #mySlideshow a.info:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#mySlideshow a.left
{
	height: 30px;
	width: 40%;
	left: 0;
	top: 0;
	background: url(img/fleche1.gif) no-repeat top left;
}

#mySlideshow a.right
{
	height: 30px;
	width: 40%;
	right: 0;
	top: 0;
	background: url(img/fleche2.gif) no-repeat top right;
}
#mySlideshow a.info
{
	height: 30px;
	width:30px;
	left: 0;
	top: 472px;
	background: url(img/info.gif) no-repeat top right;
}
#slideShowContainer {
	margin:10px;
	width:355px;
	height:266px;
}
#infoContainer {
	width:600px;
	text-align:left;
}
#menu {
	clear:both;
	text-align:center;
	margin:0 70px;
}
#menu a{
	color:#2A3E5F;
	font-style:oblique;
	text-decoration:none;
	font-weight:900;
	font-size:12px;
}
#menu a:hover {font-size:12px;}
.column {
	width:300px;
	float:left;
}
