/**
 * @version $Id$
 * @author IVèS
 * @copyright Copyright (C) 2006 - 2009 IVèS
 */
*
{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-image: url(../images/commun/background.jpg); 
	background-color: #bfecff;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: 0 auto 0 auto;
}

#container
{
	position:relative;
	z-index:2;
	width:800px;
	height:480px;
	margin:105px auto 0 auto;
	padding:0;
	text-align: center;
}

