body {
	background-color: #000000;
	background-image: url(img/fond_bulles.jpg);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	/*background-attachment: fixed;*/
	margin: 0px;
	top: 0px;
	left: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:100%;
	height:100%;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:428px;
	height:44px;
	z-index:1;
}
#googleads {
	position:absolute;
	right:0px;
	top:20px;
	width:500px;
	height:44px;
	z-index:1;
}
#centre {
	position:absolute;
	left:0px;
	top:35px;
	width:100%;
	height:300px;
}
.centre1000 {
	position:relative;
	width:800px;
	height:300px;
	margin:0px auto;
	/*background-color:#00CCCC;*/
}
#centreImage {
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:300px;
}
/*#centreImage img {

	position:relative;
	margin:0px auto;
}*/
.centrerImg {
	position:relative;
	top:30%;
	margin:0px auto;
}
#centreDesc {
	position:absolute;
	left:310px;
	top:10px;
	width:480px;
	height:280px;
}
.centreDescBg {
	width:100%;
	height:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/trans50p.png');
}
.centreDescBg[class] {
  background-image:url(img/trans50p.png);
}
#centreDescTxt {
	position:absolute;
	left:0px;
	top:0px;
	width:460px;
	height:290px;
	padding:10px;
	color:#000000;	
}
.centreTxtSmall {
	font-size:14px;
}

.centreTxtSmall a,.centreTxtSmall a:link{
	/*color:#00CC00;*/
	font-weight:bold;
}
.centreTxtSmall a:hover{
	/*color:#FFFFFF;*/
}
#bas {
	position:absolute;
	left:0px;
	top:335px;
	width:100%;
	height:300px;
	background-image: url(img/gradientbg.jpg);
	background-repeat: repeat-x;
}
#foot {
	position:absolute;
	bottom:0px;
	height:14px;
	width:617px;
	margin:0px auto;
}
hr {
	margin:1px 15px 5px 0px;
	padding:0px;
	color:#99CC66;
}

.ulWrap,.ulWrap ul{
	margin:0px;
	padding:0px;
}
.ulWrap li{
	margin:5px;
	padding:0px;
	float:left;
	list-style-type: none;
	border: 1px solid #000000;
}
.ulWrap li:hover{
	border: 1px solid #99CC66;
}
a,a:link,a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}
a:hover,a:active {
	color:#99CC66;
}
.aImage,.aImage:link,.aImage:visited {
	border: 3px solid #00CCCC;
}
.smallWhite {
	font-size:12px;	
}
.darkLink,.darkLink:link,.darkLink:visited {
	text-decoration:underline;
	color:#000000;
}
.darkLink:hover,.darkLink:active {
	color:#003300;
}
.smallBas {font-size: 10px}
