/* [ PAGE DE BIENVENUE]---------------------------------------------------- */	

#bienvenue
{
	width:100%;
	margin-bottom:20px;
}

#cote-g { width:530px; }

#cote-d 
{ 
	background:url(../img/bienvenue/fond-contenu.jpg) no-repeat top left;
	background-position:-350px 100px;
	padding-left:25px; 
}

#presentation
{
	position:relative;
	width:530px;
	height:215px;
	background:url(../img/bienvenue/fond-bienvenue.jpg) no-repeat top left;
}

#presentation #titre-bienvenue
{
	position:absolute;
	top:32px;
	left:141px;
	width:380px;
	font-size:16px;
	font-weight:bolder;
	color:#429585;
	letter-spacing:-0.6px;
	text-transform:uppercase;
	text-align:center;
}	

#presentation #intro-bienvenue
{
	position:absolute;
	top:85px;
	left:145px;
	width:370px;
}

#boutons-bienvenue
{
	width:530px;
	height:225px;
	background:url(../img/bienvenue/boutons-bienvenue.png) no-repeat top left;	
}

.list-annonces { width:100%; }
.list-annonces TD { 	width:33%; background:none; }


