﻿body
{
	background-image: url('fondacqtop.png');
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 14px;
}
.clear
{
	clear: both;
}
#accueil
{
	padding-top: 150px;
	text-align: center;
}
#connexion
{
	padding-top: 250px;
	text-align: center;
}
#deconnexion
{
	size: 200px;
	text-align: right;
	margin: right;
}
table
{
	margin: auto;
	caption-side: bottom;
}
td
{
	width: 100px;
	height: 25px;
}
td.left
{
	text-align: right;
}
td.right
{
	text-align: left;
}
.formconn
{
	width: 100px;
}
#bienvenue
{
	text-align: center;
	width: 100%;
	height: 150px;
	margin-top: 50px;
	padding-top: 80px;
}
#corps
{
	width: 100%;
}
.corpsleft
{
	text-align: center;
	width: 50%;
	float: left;
}
.corpsright
{
	text-align: center;
	width: 49%;
	float: right;
}