div.accueil
{
	margin : auto;
	width : 600px;
	height : 450px;
}

div.accueil span 
{
	font-weight : bold;
}

div.accueil-gauche 
{
	float : left;
	width : 9px;
}

div.accueil-centre
{ 	
	margin-left : 57px;
	text-align :center;
	padding : 25px;
	float: left;
	width : 420px;
}

div.accueil-centre a 
{
	color : #000000;
	text-decoration : underline;
}

div.accueil-droit 
{
	float : right;
	width : 9px;
}

div.accueil-bas
{
	clear : both;
}

div.accueil-favori
{
	float : left;
	width : 97px;
	color : ##0066FF;
	font-size:11px;
	text-decoration : underline;
}

div.accueil-adr
{
	float : left;
	width : 430px;
	text-align:center;
	font-size:10px;
}

div.accueil-homepage
{
	float : right;
	text-align : center;
	width : 72px;
	color : blue;
	font-size:11px;
	text-decoration : underline;
}