@CHARSET "UTF-8";
body
 {
 	margin: auto;
 	width: 1003px;
 }
 
.animFlash
{
	position: absolute;
	left: 50%;
	top: 299px;
	margin-left: -18px;
	z-index: 1;
	width: 475px;
	height: 426px;
	overflow: hidden;
	border-width:0;
}

.voiture
{
	position: absolute;
	left: 50%;
	top: 259px;
	z-index: 9000;	
	margin-left: 309px;
}

.rond_voiture
{
	position: absolute;
	left: 50%;
	top: 637px;
	z-index: 9000;	
	margin-left: 358px;
}

.lien_bateau
{
	position: absolute;
	top: 730px;
	left: 50%;
	margin-left: -348px;
	z-index: 2;
	overflow: hidden;
	border-width:0;
	text-align:center;
}

.lien_voiture
{
	position: absolute;
	top: 730px;
	margin-left: 125px;
	z-index: 2;
	overflow: hidden;
	border-width:0;
	left: 50%;
	text-align:center;
}

.lien_bateau a
{
	color: #6599CB;
	text-decoration: underline;
	font-weight:bold;
}
.lien_bateau a:hover
{
	color: #6599CB;
	text-decoration: none;
	font-weight:bold;
}

.lien_voiture a
{
	color: #BED141;
	text-decoration: underline;
	font-weight:bold;
}
.lien_voiture a:hover
{
	color: #BED141;
	text-decoration: none;
	font-weight:bold;
}

.zone_copyright
{
	width:999px;
	text-align:center;
	font-size: 11px;
}
.zone_copyright a
{
	color: #414141;
	text-decoration: underline;
}
.zone_copyright a:hover
{
	color: #414141;
	text-decoration: none;
}