@charset "utf-8";
/* CSS Document */

.careerFormMenuOn
{
		background-color:red;
}

.careerFormMenuOff
{
		background-color:#ffffff;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c20c19;
	padding-left: 3px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align:center;
	/*clip: rect(auto,auto,auto,auto);*/
	vertical-align:bottom;
	padding: 0 0 4px 0;
	height:33px;
	background-image:url(img/menu_off.gif);
	background-position:right;
}
.menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b51621;
	text-align:center;
	/*clip: rect(auto,auto,auto,auto);*/
	vertical-align: bottom;
	padding:0 0 4px 0;
	height:33px;
	background-image:url(img/menu_on.gif);
}
.menu_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align:center;
	/*clip: rect(auto,auto,auto,auto);*/
	vertical-align: bottom;
	padding:0 0 4px 0;
	height:33px;
	background-image:url(img/menu_alone.gif);
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	padding-left: 3px;
	vertical-align:middle;
}
.H1_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c20c19;
	display: block;
	padding-bottom: 20px;
}
.H2_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:bold;
	display: block;
	padding-bottom: 15px;
}
.H3_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c20c19;
	font-weight:bold;
	display: block;
	padding-bottom: 15px;
}
.H4_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	display: block;
	padding-bottom: 10px;
}
.H5_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	color: #000000;
	display: block;
	padding-bottom: 10px;
}
.H6_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c20c19;
	font-weight:bold;
	display: block;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	line-height: 25px;
}
.intro strong
{
color: #c20c19;
font-weight:bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}
.txt_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c20c19;
}
.txt_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
.H2_title_underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	line-height: 20px;
	text-decoration:underline;
}
.title4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	font-weight:bold;
	float: left;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
ul {
	list-style-image:url(img/bullet.gif);
}
hr { 
	border: 0; /* enleve toute bordure */
	border-bottom: 1px solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px; /* pour IE */
	color:#CCCCCC;
	background-color:#CCCCCC;
}
#sous_menu {
	width:186px;
	text-align:right;
	vertical-align:middle;
	margin:0;
	padding:0;
}
#sous_menu ul {
	padding: 0;
	margin:0;
	list-style-type:none;
	list-style-image:none;
}
#sous_menu ul li {
	padding: 0 15px 0 0;
	margin:0;
	text-decoration:none;
	display:block;
	line-height:16px;
	font-size:12px;
	color:#b61622;
	font-weight:bold;
	/*background-image:url(img/bullet.gif);
	background-position: center right;
	background-repeat:no-repeat;*/
}
#div_left{
	width:250px;
	padding:88px 0 0 37px;
	position:absolute;
	z-index:10px;
	align:right;
	text-align:right;
}
#sous_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b61622;
	font-weight:bold;
	text-decoration:none;
}
#sous_menu .active {
	background-image:url(img/bullet_active.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding: 0 15px 0 0;
	text-decoration:none;
}
#sous_menu .under {
	background-image:url(img/bullet_under.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0 15px 0 0;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5a151b;
}
.border_avocat{
border-bottom:1px solid #cccccc; 
border-top:1px solid #cccccc;
}
.border_bottom_avocat{
border-bottom:1px solid #cccccc;
}
.Partner_color{
color:#990000;
font-weight:bold;
}
.class_left{
	width:841px;
	position:absolute;
	z-index:10px;
	align:left;
	text-align:left;
	margin-left:100px;
	left: -3px;
}

#subMenu1
{
		position:relative;
		left:276px;
		top:80px;
		width:153px;
		border-left:1px solid #ffffff;
		border-right:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
}

#subMenu1 ul
{
		list-style-type:none;
		list-style:none;
		width:153px;
		padding:0;
		margin:0;
}

#subMenu1 ul li
{
				padding: 5px 0 10px 10px;
				margin: 0px;
				background-color: #c20c19;
				color: White;
				font-family: arial, helvetica, sans-serif;
				width:143px;
				display:block;
				clear:both;
}


.subMenu1Table
{
		width:153px;
}

		.subMenu
		{
				padding: 0px;
				margin: 0px;
				background-color: #c20c19;
				color: White;
				width:100%;
				font-family: arial, helvetica, sans-serif;
				height:24px;
		}

		.subMenu a
		{
				padding:0px;
				margin:0px;
				background-color:#c20c19;
				display:block;
				width:100%;
				height:24px;
				text-decoration:none;
				color: White;
				font-family: arial, helvetica, sans-serif;
				font-weight:normal;
				border:0px solid #ffffff;
		}

		.subMenu a:hover
		{
				padding:0px;
				margin:0px;
				background-color: #ebebeb;
				color: #c20c19;
				height:24px;
				border:0px solid #ffffff;
		}

.publications_right
{
background-image:url(img/background_publications.jpg);
background-repeat:repeat-y;
width:242px;
padding:28px;
}		
.publications_left
{
padding:28px;
}
.red_link
{
color:#c20c19;
}
.but
{
height:26px;
}
.left_but
{
height:26px;
width:7px;
background-image:url(img/left_but.jpg);
background-repeat:no-repeat;
float:left;
}
.middle_but
{
background-image:url(img/middle_but.jpg);
background-repeat:repeat-x;
padding:6px 10px 0 10px;
color:#FFFFFF;
font-weight:bold;
height:20px;
float:left;
}
.but_link 
{
cursor:pointer;
color:#FFFFFF;
text-decoration:none;
}

.right_but
{
background-image:url(img/right_but.jpg);
background-repeat:no-repeat;
height:26px;
width:7px;
float:left;
}
.step_grey
{
color:#c1bfbf;
}
.step_red a
{
color:#c20c19;
text-decoration:none;
}
.vignet_avocat
{
padding:17px 5px 20px 0;
}

#navcontainer ul
{
padding: 0;
margin: 0;
background-color: #c20c19;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
background-image:url(img/pix_white.gif);
background-repeat:repeat-x;
background-position:bottom;
}
#navcontainer ul li { 
display: inline;
padding:0;
margin:0;
}

#navcontainer ul li a
{
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
padding: 5px 15px 5px 15px;
color: #ffffff;
background-color:#c20c19;
text-decoration: none;
float: left;
border-right:1px solid #ebebeb;
border-bottom:1px solid #ffffff;
}
#navcontainer #active a
{
color: #c20c19;
background-color: #ebebeb;
border-right:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
}

#navcontainer ul li a:hover
{
background-color: #ebebeb;
color: #c20c19;
border-bottom:1px solid #ebebeb;
}

#navcontainer #last_list a
{
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
padding: 5px 15px 5px 15px;
color: #ffffff;
background-color:#c20c19;
text-decoration: none;
float: left;
border-right:none;
}

#navcontainer #last_list_active a
{
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
padding: 5px 15px 5px 15px;
color: #ffffff;
text-decoration: none;
float: left;
color: #c20c19;
background-color: #ebebeb;
border-bottom:1px solid #ebebeb;
}

#navcontainer #last_list a:hover
{
background-color: #ebebeb;
color: #c20c19;
}

.navig .actif a
{
background-color: #ebebeb;
color: #c20c19;
}
.navig .actif a
{
background-color: #ebebeb;
color: #c20c19;
}
.navig .actif ul li a
{
background-color: #ebebeb;
color: #c20c19;
text-decoration: none;
color: #ffffff;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:25px;
padding: 5px 15px 5px 15px;
border-right:1px solid #ebebeb;
}

.navig ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color: #c20c19;
display: inline;
}

/*Top level list items*/
.navig ul li{
position: relative;
display: inline;
float: left;
color: #ffffff;
background-color:#c20c19;
}

/*Top level menu link items style*/
.navig ul li a{
text-decoration: none;
color: #ffffff;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:26px;
padding: 5px 15px 5px 15px;
border-right:1px solid #ebebeb;
}
	
/*1st sub level menu*/
.navig ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}
.navig .actif ul li a
{
background-color:#c20c19;
color: #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navig ul li ul li{
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.navig ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.navig ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
padding: 5px 5px 5px 5px;
border-top:1px solid #fff;
border-left:1px solid #fff;
}

.navig ul li a:hover{

background-color: #ebebeb;
color: #c20c19;
}

/*Background image for top level menu list links */
.navig .mainfoldericon{
background: #c20c19;
}

/*Background image for subsequent level menu list links */
.navig .subfoldericon{
background: #c20c19;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .navig ul li { float: left; height: 1%; }
* html .navig ul li a { height: 1%; }
/* End */
.top_table_lawyers
{
background-color:#cecece; 
padding:5px;
border-right:2px solid #ffffff;
}
.table_lawyers
{
background-color:#ffffff;
padding:5px;
border-right:2px solid #ffffff;
vertical-align:top;
}
.table_lawyers a
{
padding:0 0 0 0;
color:#c20c19;
line-height:18px;
color:#000000;
}

/*rajout de style le 15 janvier 2009*/

.surligne{
font-weight:bold;
text-decoration:underline;
line-height:16px;
}
.entreligne{
border-top:#999999 solid 1px;
}
.surligne_red{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #c20c19;
font-weight:bold;
text-decoration:underline;
}
.news_highlights{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #c20c19;
font-weight:bold;
text-align:center;
font-size-adjust:20px;
margin:10px 0 0 0;
}
.block_news{
background:url(img/block_next.jpg) no-repeat;
width:19px;
height:20px;
}
.block_news a active{
color:#C00C18;
}
.block_next a active{
color:#C00C18;
}
.block_next a{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}
.border_year{
border-left:#999999 1px solid;
}
.border_year a{
color:#C00C18;
}
.border_year_active{
color:#000000;
}
.H1_title_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c20c19;
	display: block;
	padding-bottom: 5px;
}
.news_3_top{
font-family:Arial, Helvetica, sans-serif;

font-weight:bold;
font-style:italic;
}
.style_contact_1{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color: #c20c19;
line-height:20px;
}
.style_contact{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
}
.cssPager table
{
    margin-bottom:15px;
}

.cssPager span, .cssPager a
{
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:5px;
    color: #c20c19;
 }  
 .cssPager span
 {
     color:#000000;
     font-weight:bold;
 }
 
 .tbLawyers
 {
     width:100%;
     padding-bottom:15px;
     margin-bottom:15px;
     border-bottom: 1px solid #E8E8E8;
     
 }
 
 .tbLawyers td
 {
     width:25%;
     vertical-align:top;
 }
 .tbLawyers p
 {
     margin-bottom:5px;
 }
 .tbLawyers .firstname
 {
     color:#666666;
 }
 .DomainListHeader
 {
     font-weight:bold;
     background-color:#E8E8E8;
     border-bottom: 1px solid #96999C;
     border-top: 1px solid #96999C;
     padding: 5px 12px;
     margin-bottom:25px;
 }
 
 .DomainListHeader select
 {
     font-size:11px;
     
 }
 
 /*rajout de style le 20-02-2009*/
 /* Getsion de la navigation gauche */
 
 .left_nav table
 {
    width:100%;
    padding-right:8px;
 }
 .left_nav ul
{
    list-style-type: none;
    text-align: right;
    padding:0;
    margin:0;
}

.nav_border
{
    width:3px;
    border-right:1px solid #DBDCDE;
    border-bottom:1px solid #DBDCDE;
    border-top:1px solid #DBDCDE;
}

/* Page PUBLICATIONS ---------------------------------------------------- */
.PublicationsList a
{
    text-decoration:none;
}
.PublicationsList a:hover
{
    text-decoration:underline;
}
#PubSearchBox 
{
    background-color:#E8E8E8;
    border-bottom: 1px solid #96999C;
    border-top: 1px solid #96999C;
    padding: 5px 5px;
    
} 

#PubSearchBox #SearchBoxHeader
{
    font-weight:bold;
}
#PubSearchBox .Labels
{
    font-weight:bold;
    margin-bottom:4px;
}
#PubSearchBox select
{
    font-size:10px;

}

/* Fin Page PUBLICATIONS --------------------------------------------------- */