/* FEUILLE DE STYLE DE L'ACCUEIL*/


DIV.header
{
	height:120px;
}

DIV.header2
{
	border-bottom:30px solid #bdd83f;
	background-color:#FFFFFF;
}

DIV.header3
{
	background-color:#FFFFFF;
}

.boxConnection
{
	position:relative;
	margin-top:80px;
	margin-bottom:80px;
	width:450px;
	height:250px;
	border:1px solid #FFFFFF;
	background-color:#d2e47e;
}

.boxConnectionContenu
{
	margin:20px;
}
.boxConnectionContenu A
{
	display:block;
	margin-top:10px;
}

.boxConnectionContenu .titre
{
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	color:#666666;
	margin-bottom:5px;
}
.boxIdentification
{
	position:absolute;
	left:180px;
	top:40px;
	background-color:#bdd83f;
	border:1px solid #FFFFFF;
	width:250px;
	height:180px;
}
.boxIdentificationContenu
{
	margin:20px;
}


div.logo
{
	position:absolute;
	top:25px;
	left:22px;
	font-weight:bold;
	width:150px;
}

div.logo DIV
{
	margin-top:8px;
}

