#centerwrap
{
    background-image: url('/images/frontend/background_sep.jpg');
}
#content
{
    position: absolute;
    top: 220px;
    left: 310px;
    width: 620px;
	height: 360px;
	font-size: 13px;
	color: #40474C;
	line-height:18px;
	padding-right:5px;
	overflow: auto;
}

#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;
}


#sous_menu
{
    position: absolute;
    left: 50px;
    top: 210px;
    width: 230px;
    height: 380px;
    text-align: left;
 }

#sous_menu .bouton
{
    position: relative;
    margin-left: 0px;
    margin-top: 2px;
    width: 230px;
    height: 50px;
    text-align: center;
}

#sous_menu .texte
{
    position: relative;
    margin-left: 10px;
    margin-top: 0px;
    width: 220px;
    height: 60px;
    text-align: left;
    line-height:16px;
    font-size:12px;
    color:#66707A;
}


#sous_menu .lien_1
{
    color:#FD8610;
    text_decoration:none;
}
#sous_menu .lien_2
{
    color:#40474C;
    text_decoration:underline;
}


h1
{
display: inline;
color: #47861D;
}
h3
{
	font-size: 12px;
}
#txt_vert{
color:#328205;
font-weight:bold;
font-size:12px;
}
#txt_indente{
margin-left:25px;
}