#centerwrap
{
	background-image: url('/images/frontend/background_accueil.jpg');
}
#content
{
	width: 250px;
	height: 180px;
	position: absolute;
	top: 380px;
	left: 380px;
	font-size: 12px;
	color: #40474C;
	line-height:18px;
	font-weight: bold;
}

#content .titre
{
	 font-size: 14px;
	 color: #328205;
	 font-weight: bold;
	 text-decoration: underline;
	 line-height: 25px;
}
#content .stitre
{
     font-size: 12px;
     color: #328205;
     font-weight: bold;
}


#bouton_1
{
    position: absolute;
    top: 390px;
    left: 660px;
    height: 50px;
    width: 260px;
    cursor: hand;
}

#bouton_2
{
    position: absolute;
    top: 450px;
    left: 660px;
    height: 50px;
    width: 260px;
    cursor: hand;
}

#bouton_3
{
    position: absolute;
    top: 510px;
    left: 660px;
    height: 50px;
    width: 260px;
    cursor: hand;
}
#cadre_news {
    position: absolute;
    top: 355px;
    left: 60px;
    height: 224px;
    width: 289px;
    background-image: url('/images/frontend/news.jpg');
}
#cadre_news #mynews
{
    position: absolute;
    left: 5px;
    top: 70px;
    width: 275px;
    height: 105px;
}

p
{
	margin-top: 5px;
	margin-bottom: 10px;
}

#contact
{
	position: absolute;
	top: 140px;
	left: 270px;
	font-family: arial;
}
h1
{
display: inline;
color: #47861D;
}
h3
{
	font-size: 12px;
}