/* CSS Document */

/* reset.css */
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Arial;
    vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table, th, td {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

/* typography.css 
html {font-size:100.01%;}
body {font-size:75%;color:#373737;background:#fff;font-family: helvetica, arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#555555;}
h1 {font-size:3em;		line-height:1;		margin:0.55em 0px 0.45em 20px;}
h2 {font-size:2em;		line-height:1.5;	margin:0.25em 0px 0.5em 20px;}
h3 {font-size:1.5em;	line-height:1;		margin:0 0px 1em 20px; color:#757575;}
h4 {font-size:1.2em;	line-height:1.25;	margin:0 0px 1.25em 20px;}
h5 {font-size:1em;font-weight:bold;margin:0 0px 1.5em 20px;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0px 1.5em 20px; text-align:justify;}
.leftP {float:left !important;}
p .leftP {margin:1.5em 1.5em 1.5em 0;padding:0;}
.rightP {float:right !important;}
p .rightP {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#890346;text-decoration:none;}
blockquote {margin:1.5em 0px 1.5em 20px;color:#353535;font-size:0.9em;line-height:1.67;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre; padding-left:4px;padding-right:9px;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 1.5em;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin:0 1.5em 1.5em 20px;padding-left:0px;width:100%;}
th {color:#000000;}
thead th {background:#c3d9ff;}
th, td, caption {padding:0px 10px 0px 5px;}
/* tbody tr:nth-child(even) td, tbody tr.even td {background:#ece9e9;}*/
tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* forms.css */
label {
    font-weight: bold;
}

fieldset {
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: -0.2em;
    margin-bottom: 1em;
}

fieldset, #IE8#HACK {
    padding-top: 1.4em;
}

legend, #IE8#HACK {
    margin-top: 0;
    margin-bottom: 0;
}

input[type=text], input[type=password], input.text, input.title, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
}

    input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
        border-color: #666;
    }

select {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {
    margin: 0.5em 0;
}

input.text, input.title {
    width: 300px;
    padding: 5px;
}

input.title {
    font-size: 1.5em;
}

textarea {
    width: 390px;
    height: 250px;
    padding: 5px;
}

form.inline {
    line-height: 3;
}

    form.inline p {
        margin-bottom: 0;
    }

.error, .alert, .notice, .success, .info {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error, .alert {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}

.notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}

.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}

.info {
    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}

.error a, .alert a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}

.info a {
    color: #205791;
}

#header, #footer, #sub-navigation, #selection_line, .linkedin, .vcard {
    display: none;
}

.bodyContent {
    display: block !important;
    width: 100% !important;
}

div#site-content .specialisme_info h2 {
    margin: -5px 0 15px 0;
}

div#site-content .specialisme_info ul,
div#site-content .accordion ul {
    margin: 7px 0px 0px 0px;
}

.noMargins {
}

div#site-content ul li p a,
.article a {
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    line-height: normal;
    color: #930551;
}

body #site-content.selection_container {
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
}

.selection_container div.selection_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
}

p {
    font-family: Arial;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
    color: #373737;
}

.bodyContent a {
    color: #373737;
    text-decoration: none;
    font-family: Arial;
}

    .bodyContent a:hover {
        color: #000000;
    }

    .bodyContent a:focus {
        color: #333333;
    }


.bodyContent ul {
    margin: 0px 0px 18px 20px;
    padding: 0px 0px 0px 0px;
}

    .bodyContent ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

        .bodyContent ul li a {
            color: #a09c9c;
            font-size:11px;
        }

            .bodyContent ul li a:hover {
                color: #890346;
            }

.bodyContent .overview a {
    color: #890346;
}

    .bodyContent .overview a:hover {
        color: #000000;
    }

.bodyContent .dark a {
    color: #a09c9c;
}

    .bodyContent .dark a:hover {
        color: #890346;
    }

.bodyContent .overview h3 a {
    color: #a09c9c;
}

    .bodyContent .overview h3 a:hover {
        color: #890346;
    }

h1 {
    font-family: Arial;
    font-weight:bold;
    margin: 20px 0;
    /*font-size: 0px;
  text-indent: -9999pt;
  color: #2b2b2b;*/
}

    h1.red {
        font-size: 16px;
        text-indent: 0px;
        color: #930551;
        display: inline-block;
        margin: 0px 0px 3px 0px;
    }

        h1.red span {
            margin: -2px 0 0 0;
        }

.topBarThick {
    border-top: 4px solid #e4e4e4;
    width: 1800px;
    margin: 0px 0px 20px 0px;
}

.w01 {
    width: 40px;
}

.w02 {
    width: 80px;
}

.w03 {
    width: 120px;
}

.w04 {
    width: 160px;
}

.w05 {
    width: 200px;
}

.w06 {
    width: 240px;
}

.w07 {
    width: 280px;
}

.w08 {
    width: 320px;
}

.w09 {
    width: 360px;
}

.w10 {
    width: 400px;
}

.w11 {
    width: 440px;
}

.w12 {
    width: 480px;
}

.w13 {
    width: 520px;
}

.w14 {
    width: 560px;
}

.w15 {
    width: 600px;
}

.w16 {
    width: 640px;
}

.w17 {
    width: 680px;
}

.w18 {
    width: 720px;
}

.w19 {
    width: 760px;
}

.w20 {
    width: 800px;
}

.w21 {
    width: 840px;
}

.w22 {
    width: 880px;
}

.w23 {
    width: 920px;
}

.w24 {
    width: 960px;
}

.column {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    display: inline-block;
}

div.column-25 {
    width: 180px;
}

div.column-27 {
    width: 27.5%;
}

div.column-30 {
    width: 30%;
}

div.column-32 {
    width: 32%;
}

div.column-35 {
    width: 35%;
}

div.column-40 {
    width: 300px;
}

div.column-45 {
    width: 360px;
}

div.column-46 {
    width: 360px;
}

div.column-50 {
    width: 50%;
}

div.column-52 {
    width: 52%;
}

div.column-56 {
    width: 56%;
}

div.column-60 {
    width: 420px;
}

div.column-70 {
    width: 520px;
}

div.column-72 {
    width: 72%;
}

div.column-75 {
    width: 75%;
}

div.column-78 {
    width: 580px;
}

div.column-80 {
    width: 80%;
}

div.column-85 {
    width: 85%;
}

div.column-90 {
    width: 90%;
}

div.column-99 {
    width: 740px;
}

div.column-100 {
    width: 760px;
}

h2 {
    font-size: 19pt;
    font-family: Arial;
    color: #2b2b2b;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    letter-spacing: .5px;
}
h3 {
    color: #2B2B2B;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 20px 0 0 0;
}
ul {
    list-style-type:none;
}
li {
    line-height:18px;
}
    li.showall {
        display:none;
    }
    li a {
        color: #373737;
        font-size: 11px;
        text-decoration: none;
    }
.relatedPA, .accordion_wrap, .prev_item, .next_item, .leftCol, .accordion, .email, #bottom-spacer {
    display: none;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*#region juristinfo*/
.jurist_info img {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 100px;
}
.contactBlock .float-left {
    display:none;
}
/*#endregion*/
