/* Mise en page générale */
body
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	text-decoration: none;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	margin: 0;
	color: #5959AB;
}
/* Éléments de forumulaire */
/*Input*/
input
{
	border: #5959AB solid 1px;
	color: #5959AB;
	background-color: #e1dffc;
	margin: 3px;
}
/* Textareas */
textarea
{
	border: #5959AB solid 1px;
	color: #5959AB;
	background-color: #e1dffc;
}

/* Les liens */
a:link
{
	color: #3333CC;
	text-decoration: none;
}

a:visited
{
	color: #333399;
	text-decoration: none;
}

a:hover
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;

}

a:active
{
	color: #000000;
	text-decoration: none;
}

/* Header */
#header
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* Menu */
#menu
{
	position: absolute;
	top: 500px;
	left: 17px;
	z-index: 20;
	
	/* Taille */
	width: 155px;
	margin: 0;
}

/* Barre du haut */
#bar
{
	position: absolute;
	top: 384px;
	left: 190px;
	z-index: 40;
	
	text-align: center;
	
	/* Taille */
	width: 558px;
}

/* Contenu */
#content
{
	position: absolute;
	top: 420px;
	left: 190px;
	z-index: 30;
	
	/* Taille */
	width: 558px;
}

/* H1 */
h1
{
	text-align: center;
	font-size: 25px;
}