body{
	
}

#site{
	position:absolute;
	width:960px;
	height:600px;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-300px;
	background-image:url(../images/fond.jpg);
}
#site #presentation{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position: absolute;
	width:370px;
	top:190px;
	left:530px;
	text-align:justify;
}

#bt_html{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	position:absolute;
	top:425px;
	left:670px;
	text-decoration:none;
}
#bt_html:hover{
	text-decoration:underline;
}


#bt_flash{
	position:absolute;
	width:260px;
	height:80px;
	top:310px;
	left:560px;
	background-image:url(../images/bt_flash.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#bt_flash:hover{
	background-image:url(../images/bt_flash_on.png);
}

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position: absolute;
	bottom:120px;
	right:30px;
	color:#888888;
}

#footer a, #footer strong{
	text-decoration:none;
	color:#666666;
}
#footer a:hover{
	color:#aaaaaa;
}
