.cont_plan
{
	background: url('../images/background2.png');
	width:940px;
	min-height:180px;
	padding-top:10px;
	padding-left:30px;
	padding-right:10px;
	padding-bottom: 20px;
	margin-top:20px;
}

.btn_light li
{
    list-style-type: none; /* on annule la puce par défaut */
    background-image: url(../images/arrow-2.png); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: left center; /* on positionne où l'on veut */
    padding-left: 20px; /* pour éviter la superposition du contenu */
    
    margin-bottom:10px;

}
.btn_light a
{
	color:#000;
	text-decoration: none;
}
.btn_light a:hover
{
	color:#2dcc71;
}
.pln_left
{
	float:left;
	width:450px;
}
