body {
	background-color: #0099CC;
	margin: 0px;
	font-family: "Comic Sans MS";
	font-size: 9px;
	color: #000000;
	font-weight: lighter
}

#Peche {
	position: absolute;
	margin:0;
	padding:0;
	top:50%;
	left:50%;
	width:400px;
	margin-left:-200px;
	height:500px;
	margin-top:-250px;
	z-index:10;
}

.fd-tableau {
	
	background-color: #FFFFFF;
	background-image: url(images/Mina-website_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

.normal{
font-size:12px;
}
.normal a{
font-size:12px;
color:#000000;
}

.bleu{
font-size:12px;
color:#3399FF;
font-weight:bold;
}

.maj{
color:#00CC00;
font-size:16px;
font-weight:bold;
}

H2{
font-size:16px;
color:#3399FF;
margin:0;
}

H3{
font-size:16px;
color:#FF0000;
margin:0;
}

div#Trame{
width:100%;
height:100%;
background-image:url(images/trame.png);

position:absolute;
top:0;
left:0;
z-index:3;
}

div#Pub{
width:600px;
height:620px;
border:1px solid red;
background-color:#FFFFFF;

position:absolute;
left:50%;
margin-left:-300px;
margin-top:15px;
z-index:5;
}

div#pubindex{
float: left;
width: 250px;
height: 35px;
background: #fff;
}