/****  ACCUEIL CSS ****/
div#contenu{
	height: auto;
}

div#actu{
	float: left;
	background: transparent url('../images/structure/titre/titre_actu.jpg') no-repeat;
	width: 330px;
	padding-left: 123px;
	padding-top: 73px;
}

div#actu a#lien_toutes_actu{
	margin-top: 20px;
	display: block;
}

div#bulles{
	float: right;
	width: 288px;
}

div#clear{
	clear: both;	
}

div#bulle1{
	background: transparent url('../images/bulle_accueil_1.jpg') no-repeat;
	width: 143px;
	height: 145px;
	padding-left: 145px;
	padding-top: 70px;
}

div#bulle2{
	background: transparent url('../images/bulle_accueil_2.jpg') no-repeat;
	width: 261px;
	height: 134px;
	padding-left: 27px;
	padding-top: 84px;
}

div#bulles p{
	font-size: 11px;
	line-height: 12px;
}

div#bulle1 p{
	color: #FFF;
	width: 126px;
}

div#bulle2 p{
	color: #333;
	width: 136px;
}