div.PlanDuSite 
{
    position : relative ;
    left: 57px;
    margin: 0;
    clear: both ;
    }

div.divBranche 
{
    position: relative ;
    float: left;
    width: 280px;
	border:1px solid;
	border-color:#0142A3; /*comme celui du menu*/
	margin-bottom :20px;
	margin-left: 0px;
	margin-right: 20px;
	display : block ;
    }
div.FinPlanDuSite
{
    clear: both ;
    height: 1px;
    font-size : 1px;
    margin-top: 0px;
    }

div.divBranche li.level1 div.level1
{
    background: url(triangle_droite.gif) no-repeat 0px 2px;
    font-weight: bold;
    width : 200px;
    padding-left : 10px;
}

div.divBranche ul {	 list-style: none;
        			        font-family: Verdana, Arial, Helvetica, sans-serif; /*Arial;*/
        			        font-size: 12px;
        			        font-style: normal;
        			        margin: 0 10px 0px 18px;
       			        }
       			        
div.divBranche ul.level1 
                        {
                            margin-top :10px;
                            margin-bottom : 10px;
                        }

div.divBranche>ul li { margin: 4px 0 4px 0;
                }

