/* CSS Document */


body {
	background-image: url(/images/layout/background_img.gif);
	background-repeat:repeat-y;
} 

div#spacer {
 clear:both;
 display:block;
 line-height:0px;
}

div#space5px 	{height:5px;}
div#space10px 	{height:10px;}
div#space15px 	{height:15px;}
div#space20px 	{height:20px;}
div#space30px 	{height:30px;}

#navbar{
	float:left; 
	width:630px; 
	height:50px; 
	background-image:url(/images/layout/bg_top2.jpg); 
	background-repeat:no-repeat; 
	vertical-align:middle;
}

#contentleft{
	width:570px; 
	float:left; 
	margin-right:55px; 
	padding:15px 0 0 25px;
}

#right{
	margin-left:653px;
	padding-top:10px; 
	width:202px;
}
#footer{
padding:0;
margin:0;
}

#avocats_partners li{


}

#mainmenu li,#mainmenu ul{
  padding:2px 0 2px 0;
  margin:0;
  list-style:none;
 }
 

#submenu li{
	list-style-image:url(/images/layout/puce.gif);
	padding:2px 10px 2px 0;
	margin-left:13px;
}
#submenu ul{
	padding-left:0;
}

#links li, #links li strong{
	list-style-image:url(/images/layout/puce2.gif);
	padding:0 10px 2px 0;
	line-height:normal;
 margin-left:8px !important;
 margin-left:0;
}

#publications li, #publications li strong{
	list-style-image:url(/images/layout/puce3.gif);
	padding:0 10px 2px 12px !important;
	padding:0 10px 2px 18px;
	margin:0 0 0 20px !important;
	margin:0 0 0 12px;
	line-height:normal;
}


.separator{
	
}
.hr{
	 
	line-height:1px; 
	background-color:white; 
	margin:10px 4px 10px 0;
	height:1px;
}
.hrgrey{
	line-height:1px; 
	background-color:#E2E0D2; 
	margin:3px 0 3px 0;
	padding:0;
	height:1px;
	height:1px;
}
a.black {
	text-decoration:none;
	color:#000000;
}