/* CSS Document test*/
body{
background:#003366;
background-image:url(../img/backnew.jpg);
/*background-position:center;*/
/*background-repeat:repeat;*/
background-position:top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;

	
	
}
.scrollable{
	position:absolute;
	left:21%;
	width: 750px;
	top: 0%; /*2% other style */
background:url(../img/fondtransparent2.png);
/*background:url(../img/bgcentre.png);*/
/*background-repeat:no-repeat;*/
background-repeat:repeat;
background-position:top;
border:#000000;
border-width:0px;
border-style:solid;
	height:auto; /*96% other style */
	overflow:inherit;
	visibility:inherit;
}
.notScrollable{
	position:absolute;
	left:25%;
	width: 600px;
	top: 0%; /*2% other style */
background:url(../img/fondtransparent.png);
/*background:url(../img/bgcentre.png);*/
/*background-repeat:no-repeat;*/
background-repeat:repeat;
background-position:top;
border:#000000;
border-width:0px;
border-style:solid;
	height:100%; /*96% other style */
	overflow:hidden;
	visibility:inherit;
}
.IndexMainLayerStyle{
	position:absolute;
	left:25%;
	width: 600px;
	top: 0%; /*2% other style */
	height:100%; /*96% other style */
	overflow:hidden;
	visibility:inherit;
background:url(../img/bonnyb.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#FFFFFF;
border:#000000;
border-width:0px;
border-style:solid;
}
.MenuDiscoLayerStyle{
	position:absolute;
	right:40px;
	width: 90px;
	top: 40px; /*121px*/
	
	overflow: visible;
	visibility: inherit;
border:#000000;
border-width:0px;
border-style:solid;
}
.LeftLayerStyle2{
	position:absolute;
	left:20px;
	width: 236px;
	/*top: 40%;*/ /*339px*/
	top:20px;
	height:auto;
	overflow: visible;
	visibility: inherit;
background:url(../img/fondtransparent.png);
background-repeat:repeat;
border:#000000;
border-width:0px;
border-style:solid;
}

table{
	background:url(../img/fondtransparent.png);
	font:12px;
}
table table{
border:#333366;
border-width:1px;
border-style:dashed;
}
table tr{

}
.tableTransparente{
background:transparent;
border-width:0px;
}
table .tableTransparenteSansContour{
background:none;
border-width:0px;
border-style:none;
}
.menu{
font-size:14px;
	color:#000000;	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:20px;
}
a:active {
    text-decoration: none;
	color: #FFFFFF;
	background-color: #003366;
	font-weight:bold;

	

}a:link {
	text-decoration:none;
	border:none; 
	color: #666666;
    font-weight:none;
}
a:hover {
	text-decoration:none;
	background-color: #003366;
	border:none; 
	color:#FFFFFF;
}
a:visited {
	text-decoration:none;
	border:none; 
	color: #666666;
}
a{
    color: #FFFFFF;
	border:none; 
	text-decoration:none;
}
.imgMini {
border:2px;
border-color:#333366;
border-style:none;
}
img{
border:none; 
}