@charset "utf-8";

/* CSS Document */

body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}
div {
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
img a {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
a {
    color: #CA0000;
}
a:hover {
    color: #CA0000;
    text-decoration: none;
}

/* STRUCTURE OF PAGE */

#wrapper {
    width: 980px;
    margin: 0px auto;
    padding: 0px;
}
#header {
    width: 980px;
    height: 110px;
    background-image: url(../images/fond_header.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#main {
    width: 980px;
    height: 30px;
    background-image: url(../images/fond_main.png);
    background-repeat: repeat-y;
    background-position: center center;
}
#left {
    width: 160px;
}
#home {
    width: 820px;
}
#right {
    width: 160px;
}
#content {
    width: 820px;
}
#footer {
    width: 980px;
    height: 30px;
    background-image: url(../images/fond_footer.png);
    background-repeat: repeat-y;
    background-position: center center;
}

/* HEADER */

div.bouton_acceuil {
    /*width: 290px;*/
}

/* MAIN MENU */

div.main_menu {}
div.main_menu ul {
    padding: 2px;
    margin: 0px;
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
}
div.main_menu li {
    margin: 0px;
    float: left;
    text-align: left;
}
div.main_menu li.item1 {
    padding: 0px 15px;
    width: 110px;
}
div.main_menu li.item2 {
    padding: 0px 13px;
    width: 140px;
}
div.main_menu li.item3 {
    padding: 0px 11px;
    width: 115px;
}
div.main_menu li.item4 {
    padding: 0px 13px;
    width: 165px;
}
div.main_menu li a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 23px;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px;
}
div.main_menu li img {
    border: 0px;
    line-height: 23px;
    margin: 4px 5px 0px 5px;
    padding: 0px;
}

/* MENU */

div.menu {
    padding: 0px;
    margin: 0px;
}
div.menu h2 {
    padding: 0px 5px;
    margin: 0px;
    background-color: #520100;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    height: 35px;
    line-height: 35px;
}
div.menu ul {
    padding: 0px;
    margin: 0px;
    width: 148px;
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    border-top: 1px solid #ccc;
    background-color: #e8e8e8;
    cursor: pointer;
}
div.menu li {
    border: 1px solid #ccc;
    border-top: none;
}
div.menu li a {
    display: block;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    padding: 2px 12px 2px 4px;
}
div.menu li.selected a {
    background-color: #CA0000;
    border-top: none;
    padding: 2px 2px 2px 4px;
    border-right: 10px solid #780001;
    color: #fff;
}
div.menu li.selected a:hover {
    border-right: 10px solid #000;
    background-color: #CA0000;
}
div.menu li a:hover {
    padding: 2px 2px 2px 4px;
    border-right: 10px solid #CA0000;
    background-color: #ddd;
}
div.menu li a {
    color: #333;
    text-decoration: none;
    display: block;
}
div#menu_archives {
    position: relative;
}

/*div#menu_archives div.sous_menu_archives {
    display: none;
    left: 159px;
    top: -1px;
    position: absolute;
    border:1px solid #c1c1c1;
    background-color: #e4e4e4;
    color: #666666;
}
div#menu_archives div.sous_menu_archives ul {
    margin: 0px;
    padding: 0px;
    list-style: none inside none;
    width: 150px;
}
div#menu_archives div.sous_menu_archives li {
    text-align: center;
    border: 1px solid #e4e4e4;
    margin: 0px;
    padding: 5px 10px;
    display: inline-table;
    width: 50px;
}
div#menu_archives div.sous_menu_archives li:hover {
    border: 1px solid #666666;
    background-color: #c1c1c1;
}
div#menu_archives div.sous_menu_archives li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #666666;
}
div#menu_archives:hover div.sous_menu_archives {
    display: block;
}*/


/* RUBRIQUES & NEWLETTER */

div.rubriques {
    height: 33px;
    background-image: url(../images/fond_menu-rubrique.png);
    background-repeat: no-repeat;
    background-position: right center;
}
div.rubriques h2 {
    font-size: 12px;
    line-height: 33px;
    text-transform: uppercase;
}
div.rubriques a {
    display: block;
    color: #666666;
    text-decoration: none;
}

/* FORMULAIRE NEWSLETTER */

div.newsletter {
    min-height: 33px;
    cursor: auto;
}
div.newsletter h2 {
    font-size: 12px;
    line-height: 33px;
    color: #ca0000;
    text-transform: uppercase;
    cursor: auto;
}
div.newsletter a {
    display: block;
    color: #666666;
    text-decoration: none;
    cursor: auto;
}
div.formulaire_newsletter {
    /*display: none;*/
    width: 155px;
}
div.formulaire_newsletter ul {
    float: left;
}
div.formulaire_newsletter li.editer_sub_email {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 114px;
    height: 27px;
    margin: 0px;
    padding: 0px;
}
div.formulaire_newsletter li.editer_sub_email label {
    display: none;
}
div.formulaire_newsletter p.boutons {
    float: left;
    clear: right;
}
div.formulaire_newsletter p.boutons span.image_loading {
    display: none;
}
div.formulaire_newsletter input[type=text] {
    margin: 0px;
    border: 1px solid #fff;
    width: 125px;
    height: 20px;
    color: #c1c1c1;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
div.formulaire_newsletter input[type=submit] {
    margin: 0px 1px;
    background-image: url("../images/fond_bouton-recherche.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    height: 29px;
    width: 20px;
}
div.formulaire_newsletter li.erreur input#sub_email {
    color: red;
    border: 0px;
    background-color: #fff;
}
div.formulaire_newsletter p {
    padding: 0px 20px 0px 0px;
    margin: 0px;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
}
div.formulaire_newsletter p.reponse_formulaire {
    text-align: left;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    color: #787878;
}
div.formulaire_newsletter p.reponse_formulaire img {
    margin: 0px 5px 5px 0px;
    padding: 0px;
}
div.formulaire_newsletter span.erreur_message {
    display: none;
}
div.newsletter:hover div.formulaire_newsletter {
    display: block;
}

/* RESEAUX SOCIAUX */

div.reseaux_sociaux {
    margin: 0px;
}
div.reseaux_sociaux h2 {
    cursor: auto;
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}
div.reseaux_sociaux a {
    color: #fff;
    text-decoration: none;
}
div.reseaux_sociaux img, div.reseaux_sociaux img:hover {
    border: 0px;
}

/* FORMULAIRE DE RECHERCHE */


/*
div.formulaire_recherche {
    position: relative;
}
div.formulaire_recherche * {
    display: block;
}
div.formulaire_recherche div.champ_texte {
    border:1px solid #ccc;
    background-color: #fff;
    background-image:url(../images/fond_champ-texte-recherche.png);
    background-position: center left;
    background-repeat: no-repeat;
    width: 130px;
    height: 27px;
}
div.formulaire_recherche input[type=text] {
    margin: 5px 0px 0px 20px;
    padding: 0px;
    border:1px solid #fff;
    width: 105px;
    height: 18px;
    color: #c1c1c1;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
div.formulaire_recherche input[type=submit] {
    margin: 0px 1px;
    background-image: url("../images/fond_bouton-recherche.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    height: 29px;
    width: 20px;
}
div.formulaire_recherche div.lien_recherche_avancee {
    text-align: right;
    clear: both;
    width: 150px;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
}
div.formulaire_recherche div.lien_recherche_avancee a {
    color: #333333;
    text-decoration: none;
}

 */


/* FORMULAIRE RECHERCHE AVANCEE */

div.formulaire_recherche_avancee {
    width: 618px;
    border: 1px solid #CDCDCD;
    padding: 5px 10px;
    margin: 10px 0px;
}
div.formulaire_recherche_avancee label {
    font-size: 12px;
}
div.formulaire_recherche_avancee div.champ_texte {}
div.formulaire_recherche_avancee div.champ_texte input {
    width: 590px;
    border: 1px solid #CDCDCD;
    color: #333333;
    padding: 5px 10px;
    font-size: 12px;
}
div.formulaire_recherche_avancee div.champ_date {}
div.formulaire_recherche_avancee div.champ_date input {
    width: auto;
    border: 1px solid #CDCDCD;
    color: #333333;
    padding: 5px 10px;
    margin: 0px 2px;
    font-size: 12px;
}
div.formulaire_recherche_avancee div.menu_deroulant {}
div.formulaire_recherche_avancee div.menu_deroulant select {
    width: 610px;
    border: 1px solid #CDCDCD;
    color: #333333;
    padding: 5px 7px;
    font-size: 12px;
}
div.formulaire_recherche_avancee div.bouton_envoyer {
    text-align: right;
    padding: 0px 5px;
}
div.formulaire_recherche_avancee div.bouton_envoyer input[type=submit] {
    background-image: url(../images/fond_bouton-recherche-avancee.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 150px;
    height: 29px;
    border: 0px;
    color: #fff;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 12px;
}
div.formulaire_recherche_avancee div.champ_radio {}
div.formulaire_recherche_avancee div.champ_radio {}
div.formulaire_recherche_avancee div.champ_radio label.radio {
    display: inline;
    font-weight: normal;
}
div.formulaire_recherche div.champ_texte input[type=radio] {}

/* FORMULAIRE RECHERCHE AVOCAT */

div.formulaire_recherche_avocat_legalis {
    width: 610px;
    border: 1px solid #CDCDCD;
    height: 45px;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
}
div.formulaire_recherche_avocat_legalis p {
    text-align: left !important;
    font-weight: bold;
    font-size: 12px;
    color: #393838;
}
div.formulaire_recherche_avocat_legalis input[type=text], div.formulaire_recherche_avocat_legalis select {
    color: #393838;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    width: 275px;
    border: 1px solid #CDCDCD;
    padding: 5px;
    margin: 0px 10px 0px 0px;
    font-size: 11px;
}
div.formulaire_recherche_avocat_legalis input[type="submit"] {
    background-image: url("../images/fond_bouton-recherche.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    height: 29px;
    margin: 0px 1px;
    width: 20px;
}
.box .formulaire_recherche_avocat_legalis {
    width: auto;
    border: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
}
.box .formulaire_recherche_avocat_legalis p, .box .formulaire_recherche_avocat_legalis input[type=text] {
    display: none;
}
.box .formulaire_recherche_avocat_legalis select {
    margin: 0px;
    width: 130px;
}

/* FORMULAIRE RECHERCHE AVOCAT */

div.formulaire_recherche_avocat {
    width: 610px;
    border: 1px solid #CDCDCD;
    height: 45px;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
}
div.formulaire_recherche_avocat p {
    text-align: left !important;
    font-weight: bold;
    font-size: 12px;
    color: #393838;
}
div.formulaire_recherche_avocat select {
    width: 520px;
    border: 1px solid #CDCDCD;
    padding: 5px 3px 4px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
}
div.petit_formulaire_recherche_avocat {
    width: 154px;
    height: 32px;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
div.petit_formulaire_recherche_avocat select {
    width: 100px;
    padding: 0px;
    height: 24px;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

/* FORMULAIRE CONTACT */

div.contact {
    margin: 0 10px;
    padding: 0;
}
div.contact h2 {
    text-align: left;
    font-size: 45px;
    font-weight: 300;
    color: #ca0000;
    font-family: "futura-pt", sans-serif;
    line-height: 47px;
}
div.formulaire_contact {
    width: 618px;
    border: 1px solid #CDCDCD;
    padding: 5px 10px;
    margin: 10px 0px;
}
div.formulaire_contact label {
    font-size: 12px;
    font-weight: bold;
}
div.formulaire_contact div.champ_texte {}
div.formulaire_contact div.champ_texte input {
    width: 590px;
    border: 1px solid #CDCDCD;
    color: #333333;
    padding: 5px 10px;
    font-size: 12px;
}
div.formulaire_contact div.colonne div.champ_texte input {
    width: 260px;
    border: 1px solid #CDCDCD;
    color: #333333;
    padding: 5px 10px;
    font-size: 12px;
}
div.formulaire_contact div.champ_textearea {}
div.formulaire_contact div.champ_textearea textarea {
    width: 589px;
    height: 150px;
    border: 1px solid #CDCDCD;
    color: #333333;
    padding: 5px 10px;
    margin: 0px 2px;
    font-size: 12px;
}
div.formulaire_contact div.bouton_envoyer {
    text-align: right;
    padding: 0px 5px;
}
div.formulaire_contact div.bouton_envoyer input[type=submit] {
    background-image: url(../images/fond_bouton-recherche-avancee.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 150px;
    height: 29px;
    border: 0px;
    color: #fff;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 12px;
}
div.formulaire_contact p.infos {
    font-size: 10px;
    font-style: italic;
    color: #808080;
    padding: 0px 5px;
}

/* RSS & XML */

div.fil_rss-xml {}
div.fil_rss-xml ul {
    padding: 2px;
    margin: 0px;
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
}
div.fil_rss-xml li {
    padding: 0px;
    margin: 0px 2px;
    display: inline-table;
    border: 1px solid #740001;
    text-align: center;
}
div.fil_rss-xml li a {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    height: 23px;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #760000;
}

/* PUBLICITES */

div.pub-video {
    padding: 0px 13px;
    width: 300px;
}
div.pub-video img {
    border: none;
    max-width: 300px;
}
div.pub_650-90 {
    padding: 20px;
    width: 650px;
    height: 110px;
    text-align: right;
}
div.pub_650-90 img {
    border: none;
    max-width: 650px;
    max-height: 90px;
}
div.pub_160-615 {
    width: 160px;
}
div.pub_160-615 img {
    border: none;
    max-width: 160px;
}

/* ARTICLES ACTUALITES */
img.alignleft {
    float: left;
}


div.box-620.article_actualite_une {
    width: auto;
}
div.article_actualite_une h2 a, div.article_actualite_une h2 {
    color: #ca0000;
    text-decoration: none;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif;
    padding-top: 8px;
    width: 770px;
    display: inline-block;
}
div.article_actualite_une h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 25px 0px 0px;
}
#home div.article_actualite_une {
    padding: 0px 0px 10px 18px;
    border-bottom: 1px solid #fff;
    margin: 20px 0px 20px 18px;
    position: relative;
    background-image: url(../images/corner.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
#home div.article_actualite_une:hover {
    background-color: #EEE;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
}
#home div.article_actualite_une:hover div.date_article_actualite {
    min-width: 180px;
    padding-left: 15px;
    margin-left: -10px;
}
div.article_actualite_une p, div.article_actualite_une p a {
    padding: 5px 5px 10px 0px;
    margin: 0px;
    font-size: 17px;
    line-height: 25px;
    /*display: inline;*/
    color: #333;
}
a.lire_la_suite_une {
    padding: 3px 8px 2px 8px !important;
    text-decoration: none;
    background-color: #ca0000;
    line-height: 17px !important;
    color: #fff !important;
    font-size: 12px !important;
    display: inline-block !important;
    top: 0px;
    font-family: Arial, sans-serif;
    margin-left: 4px !important;
}
a.lire_la_suite_une:hover {
    background-color: #520100;
}
#top .box-300 {
    width: 388px;
}
div.article_actualite p, div.article_actualite p a {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    display: inline;
    color: #333;
}
#home div.article_actualite {
    position: relative;
    margin: 0px 0px 30px 22px;
    background-image: url(../images/corner.gif);
    background-repeat: no-repeat;
    background-position: right top;
    height: 250px;
}
#home div.box-300.article_actualite.fl:hover {
    margin: 0px 0px 18px 10px;
    padding: 0px 0px 12px 12px;
    background-color: #EEE;
    cursor: pointer;
}
#home #center #c2 div.article_actualite {
    padding: 0px 0px 23px 2px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 0px 23px 22px;
}
#home #center #c2 div.article_actualite, #home #center #c3 div.article_actualite {
    height: 266px;
}
#home #center #c2 div.article_actualite:hover {
    border-bottom: 1px solid #EEE;
    margin: 0px 0px 23px 12px;
    padding: 0px 0px 23px 12px;
}
#home #center div.article_actualite h3 {
    padding: 40px 30px 10px 0px;
    font-size: 17px;
    font-weight: 600;
    color: #ca0000;
    margin: 0px 25px 0px 0px;
    text-decoration: none;
    height: initial;
}
#home #center div.article_actualite p, #home #center div.article_actualite p a {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    display: inline;
    color: #333;
}
div.article_actualite div.reseaux_sociaux {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
div.article_actualite_une div.reseaux_sociaux {
    position: absolute;
    right: 90px;
    bottom: 10px;
}
div.article_actualite_une div.bouton_partage_communautaire {
    float: right;
}
div.article_actualite_une div.bouton_partage_affichage {
    margin-left: 20px;
    display: inline-block;
}
div.article_actualite_une div.bouton_partage_affichage img {
    cursor: pointer;
}
div.article_actualite h3 {
    padding: 40px 30px 10px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #ca0000;
    margin: 0px 25px 0px 0px;
    text-decoration: none;
    height: 65px;
}
div.article_actualite h3 a {
    color: #ca0000;
    text-decoration: none;
}
div.article_actualite h4 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
}
#content div.article_actualite p {
    margin: 0 20px 0 0;
}
div.date_article_actualite {
    min-width: 180px;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #333;
    display: block;
}
div.extrait_article_actualite {
    /*height:130px;*/
}
div.consulter_breve {
    width: 110px;
    text-align: right;
}
div.consulter_breve a {
    color: #333;
    font-size: 12px;
    line-height: 10px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
div.consulter_jugement a {
    padding: 4px 20px 3px 8px;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    background-color: #CCC;
    font-weight: bold;
    text-transform: uppercase;
}
div.consulter_jugement a:hover {
    background-color: #888;
    color: #FFF;
}
a.lire_la_suite {
    padding: 3px 8px 2px 8px;
    text-decoration: none;
    background-color: #ca0000;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    top: 0px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-left: 4px;
    font-weight: bold;
}
a.lire_la_suite:hover {
    background-color: #520100;
}
div.bouton_consulter_jugement {
    margin: 0px 0px 0px 142px;
    background-color: #ca0000;
    height: 22px;
}
div.bouton_consulter_jugement a {
    line-height: 20px;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/* BARRES DE BOUTONS */

div.parametre_affichage {
    line-height: 20px;
    margin-left: 20px;
    display: inline-block;
}
div.imprimer {
    position: absolute;
    top: 45px;
    right: 0px;
    /*padding: 0px 5px;
    border-left: 40px solid #cccccc;*/
    margin: 0px 0px 0px 5px;
    height: auto;
    width: 20px;
    line-height: 20px;
}
div.partage_sociaux {
    /*position: absolute;
    top: 92px;
    right: 0px;
    width: 20px;*/
    /*padding: 0px 5px;
    border-right: 40px solid #cccccc;*/
    margin: 0px;
}
div.partage_article a {
    text-decoration: none;
    color: #fff;
}
div.partage_article a img {
    border: 0px;
}
div.position_actualite {
    bottom: 0px;
    left: 0px;
    position: absolute;
}
div.position_actualite_une {
    bottom: 5px;
    right: 45px;
    position: absolute;
}
div.bouton_envoyer_pdf_une div.partage_sociaux {
    position: relative;
    top: 0px;
    width: auto;
}
div.parametre_affichage img, div.imprimer img, div.partage_sociaux img {
    border: none;
    cursor: pointer;
}

/* DECISION JUSTICE */

div.decision_justice {
    position: relative;
    margin: 0px 15px;
    background-image: url(../images/fond_article-actualite-une.png);
    background-repeat: no-repeat;
    background-position: center top;
}
div.decision_justice div.bouton_partage_communautaire {
    position: absolute;
    right: 45px;
    top: 0px;
}
div.decision_justice div.bouton_partage_affichage {
    position: absolute;
    right: 0px;
    top: 45px;
    width: 20px;
}
div.decision_justice h2.titre_decision {
    color: #ca0000;
    font-size: 120%;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    margin: 0px 25px 0px 0px;
    border-bottom: 1px solid #e6e6e6;
}
div.decision_justice h3.sous_titre_decision {
    text-align: right;
    font-size: 85%;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    margin: 0px 25px 0px 0px;
    border-bottom: 1px solid #e6e6e6;
}
div.decision_justice h4.titre_partie_decision {
    font-weight: bold;
    font-size: 85%;
    text-transform: uppercase;
    color: #ca0000;
    padding: 5px 0px 5px 0px;
    margin: 0px 25px 0px 0px;
    border-bottom: 1px solid #e6e6e6;
}
div.decision_justice p.mots_cles_decision {
    color: #3e3e3e;
    text-align: center;
    padding: 5px 0px 5px 0px;
    margin: 0px 25px 0px 0px;
    border-bottom: 1px solid #e6e6e6;
}
div.decision_justice p, div.decision_justice li {
    padding: 5px 0px;
    font-size: 80%;
    line-height: 20px;
    margin: 0px 20px 0px 0px;
}
div.date_decision_justice {
    width: 355px;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 80%;
    color: #fff;
    text-transform: uppercase;
}
div.bouton_consulter_article {
    margin: 0px 0px 0px 142px;
    background-color: #ca0000;
    height: 22px;
}
div.bouton_consulter_article a {
    line-height: 20px;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
div.complement_decision_justice {
    margin: 0px 0px 0px 15px;
    background-image: url(../images/fond_complement-decision-justice.png);
    background-position: top left;
    background-repeat: no-repeat;
}
div.complement_decision_justice h3 {
    padding: 0px;
    margin: 0px 0px 0px 45px;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
}
div.complement_decision_justice h4 {
    margin: 0px 0px 0px 45px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #ca0000;
}
div.complement_decision_justice ul {
    margin: 20px 0px 0px 5px;
    list-style: none inside none;
}
div.complement_decision_justice li {
    color: #333;
    font-size: 12px;
}
div.complement_decision_justice li a {
    color: #333;
}
div.bas_article {
    border-right: 40px solid #cccccc;
    border-left: 40px solid #cccccc;
    height: 20px;
    width: 540px;
}
div.bas_article div.lire_la_decision {
    background-color: #CA0000;
    height: 20px;
    margin: 0px auto;
    width: 150px;
    text-align: center;
}
div.bas_article div.lire_la_decision a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 5px;
    text-decoration: none;
}

/* DERNIERES DECISIONS */

div.visionneuse_decision {
    position: relative;
    clear: both;
    background-position: center center;
    background-repeat: no-repeat;
    width: 486px;
    background-color: #EEE;
}
div.visionneuse_decision h3 {
    font-size: 33px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    display: block;
    background-color: #333;
    color: #FFF;
    height: 41px;
    font-family: "futura-pt", sans-serif;
    font-weight: normal;
}
div.visionneuse_decision h4.lien_plus_decision {
    margin: 0px;
    padding: 0px;
    text-align: right;
    margin-top: -22px;
}
div.visionneuse_decision h4.lien_plus_decision a {
    padding: 3px 8px 2px 8px !important;
    text-decoration: none;
    background-color: #ca0000;
    line-height: 17px !important;
    color: #fff !important;
    font-size: 12px !important;
    display: inline-block !important;
    top: 0px;
    font-family: Arial, sans-serif;
    margin-left: 4px !important;
}
div.visionneuse_decision h4.lien_plus_decision a:hover {
    background-color: #520100;
}
div.visionneuse_decision div.barre-1 {
    display: none;
}
div.apercu_decision {
    padding: 5px 0px;
    overflow: hidden;
}
div.apercu_decision h4 {
    padding: 0px;
    margin: 0px 10px 3px 10px;
}
div.apercu_decision a h4 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
div.apercu_decision a p.infos_decision {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 1px 0px;
    margin: 0px 10px 0px 10px;
    font-family: "museo-slab", serif;
}
div.apercu_decision span.keywords {
    color: #666666;
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
}
.opacite-6 h4, .opacite-6 p {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    /* IE 8 */
    filter: alpha(opacity=80);
    /* IE < 8 */
}
.opacite-7 h4, .opacite-7 p {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    /* IE 8 */
    filter: alpha(opacity=60);
    /* IE < 8 */
}
div.apercu_decision:hover {
    cursor: pointer;
    background-color: #fff;
}
div.apercu_decision:hover h4, div.apercu_decision:hover p {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE < 8 */
}

/* FIL ARTICLE ACTUALITE */

div.fil_article_actualite {
    margin: 0px 0px 0px 20px;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0px 0px;
}
div.fil_article_actualite div.date_fil_article_actualite {
    color: #333333;
    font-size: 12px;
    padding: 0px 5px;
    border-left: 40px solid #fff;
    text-transform: uppercase;
}
div.fil_article_actualite .titre_fil_article_actualite h3 {
    margin: 0px 0px 0px 40px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #CA0000;
}
div.lire_article a {
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    background-color: #780001;
    text-decoration: none;
}
div.fil_article_actualite div.gray_square-1 {
    border-color: #333333;
}
div.fil_article_actualite div.gray_square-2 {
    border-color: #5c5c5c;
}
div.fil_article_actualite div.gray_square-3 {
    border-color: #858585;
}
div.fil_article_actualite div.gray_square-4 {
    border-color: #adadad;
}
div.fil_article_actualite div.gray_square-5 {
    border-color: #d6d6d6;
}
div.fil_article_actualite div.gray_square-6 {
    border-color: #e1e1e1;
}
div.fil_article_actualite div.gray_square-7 {
    border-color: #e6e6e6;
}
div.fil_article_actualite div.gray_square-8 {
    border-color: #f1f1f1;
}

/* COMPTEUR */

div.compteur_decision {
    padding: 7px 5px;
    margin: 0px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/* COPYRIGHT & INFOS LÃGALES */

div.copyright_infos-legales {
    padding: 7px 5px;
    margin: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
div.copyright_infos-legales a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

/* PAGES JURISPRUDENCE */

div.liste_matiere_jurisprudence {
    margin: 0px 10px;
    padding: 0px;
    text-align: right;
}
div.liste_matiere_jurisprudence h2 {
    text-align: left;
    font-size: 45px;
    font-weight: 300;
    color: #ca0000;
    font-family: "futura-pt", sans-serif;
    line-height: 47px;
}
div.liste_matiere_jurisprudence div.filariane {
    text-align: left;
}
div.liste_matiere_jurisprudence div.titre_matiere {
    border: 1px solid #CDCDCD;
    background-color: #E8E8E8;
    text-align: center;
    padding: 5px 0px;
    margin: 2px 0px;
    cursor: pointer;
}
div.liste_matiere_jurisprudence div.titre_matiere h3 {
    /*text-transform: uppercase;*/
    color: #333333;
    /*letter-spacing: 5px;*/
    padding: 0px;
    margin: 0px;
}
div.liste_matiere_jurisprudence div.liste_jurisprudence {
    border-right: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    padding: 0px;
    margin: 0px 15px;
}
div.liste_matiere_jurisprudence div.liste_jurisprudence ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: square;
    padding: 0px;
    margin: -2px 25px 0px 25px;
    text-align: left;
}
div.liste_matiere_jurisprudence li.une_jurisprudence {
    font-size: 12px;
    padding: 5px 0px 10px 0px;
    margin: 0px;
}
div.liste_matiere_jurisprudence p {
    color: #3e3e3e;
    padding: 3px 0px;
    margin: 0px;
}
div.liste_matiere_jurisprudence li.une_jurisprudence div.date_jugement {
    text-transform: uppercase;
}
div.liste_matiere_jurisprudence li.une_jurisprudence a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
div.liste_matiere_jurisprudence li.une_jurisprudence a:hover {
    color: #222222;
}
div.liste_matiere_jurisprudence a.lien_matiere {
    color: #CA0000;
    letter-spacing: none;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 10px;
    margin: 0px;
}
div.liste_matiere_jurisprudence a.lien_matiere:hover {
    color: #000;
    text-decoration: underline;
}
div.en_complement {}
div.en_complement h2 {
    border-left: 40px solid #5c5c5c;
    /*text-transform: uppercase;*/
    font-size: 13px;
    font-weight: normal;
    color: #393838;
    padding: 0px 5px;
    margin: 0px;
    /*cursor: pointer;*/
}
div.en_complement h3 {
    border-left: 40px solid #5c5c5c;
    color: #CA0000;
    font-size: 13px;
    font-weight: normal;
    padding: 0px 5px;
    margin: 0px;
    /*cursor: pointer;*/
}
div.en_complement h3 a {
    color: #CA0000;
}
div.en_complement ul {
    list-style: none outside none;
    /*margin: 0px 5px;*/
    margin: 0px;
    padding: 0px;
}
div.en_complement li a {
    color: #393838;
    font-size: 11px;
}
div.en_complement li a:hover {
    color: #000000;
    text-decoration: underline;
}
div.en_complement p.infos_page {
    font-size: 12px;
    text-align: left;
}
div.en_complement p.note_informative {
    font-style: italic;
    font-size: 10px;
}
div.en_complement p.voir_la_suite {
    text-align: center;
}
div.en_complement p.voir_la_suite a {
    color: #CA0000;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 10px;
}
div.en_complement div.pagination {
    width: 660px;
    margin: 0px auto;
    text-align: center;
}
div.en_complement ul.liste_pagination {
    list-style: none inside none;
}
div.en_complement ul.liste_pagination li {
    display: inline;
    border-left: 1px solid #222222;
    padding: 0px 5px;
}
div.en_complement ul.liste_pagination li:first-child {
    border: none;
}
div.en_complement ul.liste_pagination li a {
    font-size: 12px;
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
div.en_complement ul.liste_pagination li.courant a, div.en_complement ul.liste_pagination li a:hover {
    color: #CA0000;
}

/* PAGES LISTE ARTICLES MATIERE */

div.liste_jugement {
    margin: 0px 10px;
    padding: 0px;
}
div.liste_jugement h2 {
    font-size: 45px;
    font-weight: 300;
    color: #ca0000;
    font-family: "futura-pt", sans-serif;
    line-height: 47px;
    margin-left: 10px;
}
div.liste_jugement ul.menu_decision {
    list-style: none outside none;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 20px;
}
div.liste_jugement li.onglet {
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    border-bottom: 0px;
    display: inline;
    float: left;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0px 3px;
}
div.liste_jugement li.onglet a {
    color: #A4A4A4;
}
div.liste_jugement li.courant a, div.liste_jugement li.onglet a:hover {
    color: #000000;
}
div.liste_jugement li.courant {
    background-color: #fff;
}
div.liste_jugement ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: square;
    border: 1px solid #ccc;
    border-top: 0px;
    padding: 5px 10px;
    margin: -1px 0px 0px 0px;
}
div.liste_jugement li {
    font-size: 12px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
div.liste_jugement p {
    color: #3e3e3e;
    padding: 3px 0px;
    margin: 0px;
}
div.liste_jugement li div.date_jugement {
    text-transform: uppercase;
}
div.liste_jugement li a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
div.liste_jugement li a:hover {
    color: #222222;
}

/* PAGES ARCHIVES LEGALIS */

div.liste_archives_legalis {
    margin: 0px 10px;
    padding: 0px;
}
div.liste_archives_legalis h2 {
    color: #CA0000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}
div.liste_archives_legalis h3.titre_annee {
    text-transform: uppercase;
    border: 1px solid #CDCDCD;
    background-color: #E8E8E8;
    color: #333333;
    text-align: center;
    letter-spacing: 5px;
    padding: 5px 0px;
    margin: 2px 0px;
    cursor: pointer;
}
div.liste_archives_legalis ul.liste_mois, div.liste_archives_legalis ul.liste_breve {
    list-style-image: none;
    list-style-position: outside;
}
div.liste_archives_legalis ul.liste_mois {
    border-right: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    list-style-type: circle;
    margin: -2px 10px 0px 10px;
    padding: 0px 25px;
}
div.liste_archives_legalis ul.liste_mois:hover {
    background-color: #F1F1F1;
}
div.liste_archives_legalis ul.liste_breve {
    list-style-type: square;
}
div.liste_archives_legalis ul.liste_mois li, div.liste_archives_legalis ul.liste_breve li {
    font-size: 12px;
    padding: 5px 0px 10px 0px;
}
div.liste_archives_legalis ul.liste_mois li.titre_mois h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
div.liste_archives_legalis ul.liste_breve li a {
    text-decoration: none;
    color: #333333;
}
div.liste_archives_legalis ul.liste_breve li a:hover {
    text-decoration: none;
    color: #000;
}

/* PAGE RESULTAT DE RECHERCHE */

div.liste_resultat_recherche {
    margin: 0px 10px;
    padding: 0px;
}
div.liste_resultat_recherche h2 {
    text-align: left;
    font-size: 45px;
    font-weight: 300;
    color: #ca0000;
    font-family: "futura-pt", sans-serif;
    line-height: 47px;
}
div.liste_resultat_recherche h3.titre_resultat {
    background-color: #E8E8E8;
    border: 1px solid #CDCDCD;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    /*letter-spacing: 5px;*/
    margin: 2px 0;
    padding: 5px 0;
    text-align: center;
    /*text-transform: uppercase;*/
}
div.liste_resultat_recherche ul.liste_article_resultat {
    border-bottom: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    list-style: none inside none;
    margin: -2px 10px 0;
    padding: 0 25px;
}
div.liste_resultat_recherche li {
    font-size: 12px;
    padding: 5px 0 10px;
}
div.liste_resultat_recherche li a {
    text-decoration: none;
    color: #CA0000;
    font-weight: bold;
}
div.liste_resultat_recherche div.date_article {
    text-transform: uppercase;
    font-size: 10px;
    color: #808080;
}
div.liste_resultat_recherche p {
    margin: 0px;
    padding: 0px;
}

/* LISTE AVOCATS DU NET */

div.liste_avocats {
    margin: 0px 10px;
    padding: 0px;
}
div.liste_avocats h2 {
    text-align: left;
    font-size: 45px;
    font-weight: 300;
    color: #ca0000;
    font-family: "futura-pt", sans-serif;
    line-height: 47px;
}
div.liste_avocats a {
    text-decoration: none;
    color: #333333;
}
div.liste_avocats a:hover {
    text-decoration: none;
    color: #000;
}
div.liste_avocats p {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
div.liste_avocats p a {
    color: #CA0000;
    font-weight: bold;
    font-size: 12px;
}

/* LIENS CONNEXES */

div.liens_connexes {}
div.liens_connexes h2 {
    margin: 0px 18px;
    padding: 5px 0px;
    color: #CA0000;
}
div.liens_connexes ul {
    list-style: none inside none;
    padding: 0px;
    margin: 0px 20px;
}
div.liens_connexes li {
    font-size: 12px;
    padding: 0px;
    margin: 5px 0px;
}
div.liens_connexes li a {
    text-transform: uppercase;
}
div.liens_connexes p {
    font-size: 12px;
    padding: 0px;
    margin: 2px 0px;
}
div.liens_connexes span.url_site {
    text-transform: none;
    font-size: 10px;
}

/* CLASSES MOTS CLE */

div.liste_mot_cle {
    margin: 0 10px;
    padding: 0;
}
div.liste_mot_cle h2 {
    text-align: left;
    font-size: 45px;
    font-weight: 300;
    color: #ca0000;
    font-family: "futura-pt", sans-serif;
    line-height: 47px;
}
div.liste_mot_cle div.nav_alpha {
    margin: 0px auto;
    text-align: center;
    width: 660px;
}
div.liste_mot_cle div.nav_alpha ul.pagination {
    font-variant: small-caps;
    list-style: none inside none;
    margin: 0px;
    padding: 0px;
}
div.liste_mot_cle div.nav_alpha ul.pagination li {
    border-left: 1px solid #999;
    display: inline;
    font-size: 14px;
    padding: 0px 3px 0px 6px;
    margin: 0px;
}
div.liste_mot_cle div.nav_alpha ul.pagination li:first-child {
    border: none;
}
div.liste_mot_cle div.nav_alpha ul.pagination li a {
    color: #CA0000;
}
div.liste_mot_cle ul.liste_mot {
    list-style: square outside none;
    margin: 0px 15px;
    padding: 0px;
}
div.liste_mot_cle ul.liste_mot li {
    width: 290px;
    font-size: 12px;
    margin: 0px 5px;
}
div.liste_mot_cle ul.liste_mot li a {
    color: #000;
}
div.liste_mot_cle ul.liste_mot li a:hover {
    color: #CA0000;
}

/* CLASSES COMMUNE */

h2.titre_derniere_breves {
    margin: 0px 18px;
    padding: 5px 0px;
    color: #CA0000;
}
.border_top {
    width: 100%;
    height: 6px;
    background-image: url(../images/fond_border-top.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.border_bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.gray_box {
    border: 1px solid #cdcdcd;
    background-color: #e8e8e8;
    color: #333333;
    width: 148px;
    padding: 2px 2px 2px 4px;
    box-sizing: border-box;
}
@-moz-document url-prefix() {
    .gray_box {
        width: 140px;
    }
    #left .formulaire_recherche * {
        display: block;
        vertical-align: middle;
    }
    div.petit_formulaire_recherche_avocat select {
        width: 90px;
        padding: 0;
        font-size: 12px;
        height: initial;
        vertical-align: text-bottom
    }
}
.red_box {
    border: 1px solid #FD8F8F;
    background-color: #F1B6B6;
    color: #F1B6B6;
    width: 148px;
    padding: 2px 2px 2px 4px;
    box-sizing: border-box;
}
.red_box h2, .gray_box h2 {
    color: #000;
    width: 148px;
    font-size: 12px;
    line-height: 33px;
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.uppercase {
    text-transform: uppercase;
}
.pagination {
    text-align: center;
    font-size: 12px;
    color: #222222;
}
.pagination a {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
.pagination a:hover {
    color: #666666;
}
.pagination strong.on, .pagination span.on {
    color: #CA0000;
    font-weight: bold;
}
div.filariane {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 12px 0px;
}
div.filariane a {
    text-decoration: none;
    color: #222222;
}
.erreur {
    color: #CA0000;
    font-size: 14px;
    padding: 0px 2px;
    font-style: italic;
    font-size: 11px;
}
.reponse_ok {
    color: #3C3C3C;
    font-size: 12px;
    padding: 5px 2px;
    font-weight: bold;
}
.obligatoire {
    color: #3C3C3C;
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
}
.obligatoire_ko {
    color: #3C3C3C;
    font-size: 12px;
    padding: 5px 2px;
    font-weight: bold;
}
.obligatoire_ko img, .reponse_ok img {
    margin: 0px 5px 5px 0px;
    padding: 0px;
}
.boite_message {
    border-top: 5px solid #bbbbbb;
    border-bottom: 5px solid #bbbbbb;
    background-color: #F1F1F1;
}

/* Fiche avocat */

.liste_avocats div.bouton_fiche {
    background-image: url("../images/fond_menu-rubrique.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #E8E8E8;
    border: 1px solid #CDCDCD;
    color: #333333;
    padding: 0px;
    font-size: 12px;
}
.liste_avocats p {
    font-size: 11px;
    line-height: 17px;
}
.liste_avocats ul.jurisprudence_un_avocat {
    margin-left: 50px;
}
.liste_avocats ul.liste_des_avocat li {
    min-height: 40px;
}
.liste_avocats div.bouton_fiche img {
    border: 1px solid #333;
    background-color: #ededed;
    float: left;
    height: 20px;
    width: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    text-indent: -9999px;
}
.liste_avocats div.bouton_fiche a {
    font-variant: small-caps;
    float: left;
    font-size: 12px !important;
    color: #666666 !important;
    display: block;
    text-decoration: none;
    padding: 3px 30px 3px 3px;
}
.liste_avocats div.bouton_fiche span {
    margin-left: 5px;
}

/* ************************DEBUT du Bouton Connexion au module avocat******************************* */

.btn {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
    color: rgb(51, 51, 51);
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: rgb(245, 245, 245);
    background-image: -moz-linear-gradient(center top, rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(179, 179, 179);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

/* ************************FIN du Bouton Connexion au module avocat******************************* */


/* Update transitoire JV 010062014 */

.teas, .teas .expertises, .teas .expertises a, .teas .expertises p {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.teas {
    display: inline-block;
    margin: 0px 0px 20px 24px;
}
.teas .expertises {
    padding: 12px;
    background: rgb(227, 5, 19);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzMDUxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTBmMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(227, 5, 19, 1) 0%, rgba(174, 15, 9, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(227, 5, 19, 1)), color-stop(100%, rgba(174, 15, 9, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(227, 5, 19, 1) 0%, rgba(174, 15, 9, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(227, 5, 19, 1) 0%, rgba(174, 15, 9, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(227, 5, 19, 1) 0%, rgba(174, 15, 9, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(227, 5, 19, 1) 0%, rgba(174, 15, 9, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e30513', endColorstr='#ae0f09', GradientType=1);
    /* IE6-8 */
}
.teas .expertises:hover {
    background: #AC0000;
}
.teas .expertises .catg {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.teas .expertises .date {
    font-weight: normal;
    text-transform: none;
}
.teas .expertises .tit {
    font-size: 28px;
    margin-bottom: 8px;
}
.teas .expertises .stit {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
}
.teas .expertises .txt {
    font-size: 14px;
    line-height: 20px;
}
.teas .expertises p {
    margin-bottom: 4px;
}
.teas .expertises span.lnk {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    float: right;
    padding: 10px 10px 8px 10px;
    line-height: 100%;
    margin-top: -12px;
    margin-bottom: -12px;
    margin-right: -12px;
    background-color: #520100;
}
#home .teas .expertises span.lnk:hover {
    background-color: #000;
    color: #FFF;
}
.teas .expertises a {
    float: right;
}
.teas .expertises a img {
    width: 150px;
    margin-bottom: -22px;
}

/* Update transitoire JV 050062014 */

#header2014 {
    width: 100%;
    height: 100px;
    border-bottom: 6px solid #440000;
    background: rgb(255, 5, 5);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmYwNTA1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgba(255, 5, 5, 1) 0%, rgba(109, 0, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 5, 5, 1)), color-stop(100%, rgba(109, 0, 0, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255, 5, 5, 1) 0%, rgba(109, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255, 5, 5, 1) 0%, rgba(109, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255, 5, 5, 1) 0%, rgba(109, 0, 0, 1) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 5, 5, 1) 0%, rgba(109, 0, 0, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0505', endColorstr='#6d0000', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
}
img.logo2014 {
    margin-top: 25px;
    float: left;
}
#header2014 #baseline {
    color: #FFF;
    font-size: 27px;
    margin-top: 17px;
    float: right;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), -1px -1px 2px rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    width: 720px;
    text-align: right;
}
#header2014 #baseline span {}
#header2014 #teas_count {
    color: #FFF;
    font-size: 13px;
    margin-top: -6px;
    font-weight: 100;
    float: right;
    text-shadow: none;
    letter-spacing: 0.16em;
}
#nav2014 {
    background-color: #333;
    display: inline-block;
    width: 100%;
    text-align: left;
    z-index: 100;
}
#top_nav ul, #top_nav ul li, #top_nav ul li:hover, #top_nav ul li a, #top_nav ul li:hover a, ul#social_nav, ul#social_nav li, ul#social_navli:hover, ul#social_nav li a, ul#social_nav ul li:hover a, ul#social_nav a:hover, ul#social_nav a, ul#social_nav a:before, ul#social_nav a:hover:before {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#top_nav ul, ul#social_nav {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#top_nav ul#main_nav {
    float: left;
    display: inline-block;
}
#top_nav ul li, ul#social_nav li {
    display: inline-block;
}
#top_nav ul#main_nav li a {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding: 4px 8px 6px 8px;
    display: block;
    color: #FFF;
}

#top_nav ul#main_nav li a:hover {
    padding: 4px 16px 6px 16px;
    background-color: #FFF;
    color: #ca0000;
}
#top_nav ul#main_nav li a:before,
#top_nav ul li#item4 #formulaire_recherche:before {
    font-family: "font-awesome", FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 75%;
    margin-left: 0;
}
ul#social_nav {
    float: right;
    display: inline-block;
    margin-top: 4px;
}
#top_nav ul li#item1 a:before {
	 content: "\f1ea";
}
#top_nav ul li#item2 a:before {
    content: "\f19c";
}
#top_nav ul li#item3 a:before {
    content: "\f0e3";
}
#top_nav ul li#item4 a:before {
    content: "\f2bd";
}
#top_nav ul li#item5 #formulaire_recherche:before {
    color: #FFF;
    content: '\e80e';
    line-height: 0px;
    font-size: 100%;
}
#top_nav #main_search {
    float: right;
}
#top_nav #main_search .advanced_search {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 10px;
    margin: 3px 4px;
    width: 135px;
    text-align: right;
    font-weight: 500;
}
#top_nav #main_search .advanced_search a {
    color: #333;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#top_nav #main_search .advanced_search a:hover {
    color: #ca0000;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
ul#social_nav a, ul#social_nav a:before {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 4px;
}
ul#social_nav a:hover, ul#social_nav a:hover:before {
    color: rgba(255, 255, 255, 1);
}
ul#social_nav li#fbk a:before {
    content: '\e802';
}
ul#social_nav li#twt a:before {
    content: '\e803';
}
ul#social_nav li#vdo a:before {
    content: '\e800';
}
ul#social_nav li#lin a:before {
    content: '\e801';
}
ul#social_nav li#glp a:before {
    content: '\e818';
}
ul#social_nav li#rss a:before {
    content: '\e811';
}
.sticky {
    position: fixed;
    top: 0;
}

/* Moteur de recherche */

#main_search * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse:collapse;
}

#main_search li {
padding-top: 3px;
}
#main_search input[type="text"] {
    border: 0 none;
    font: bold 12px Arial, Helvetica, Sans-serif;
    line-height: 12px;
    color: #f6fafc;
    width: 90px;
    padding: 7px 10px 5px 10px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    outline: none
}
@-moz-document url-prefix() { 
	#main_search input[type="text"] {
    padding: 8px 10px 6px 10px;
	}
}
#main_search input::-webkit-input-placeholder {
    color: #000;
}
#main_search input:focus::-webkit-input-placeholder {
    color: #6a6f75;
}
#main_search input:-moz-placeholder {
    color: #000;
}
#main_search input:focus:-moz-placeholder {
    color: #6a6f75;
}
#main_search input::-moz-placeholder {
    color: #000;
}
#main_search input:focus::-moz-placeholder {
    color: #6a6f75;
}
#main_search input:-ms-input-placeholder {
    color: #000;
}
#main_search input:focus:-ms-input-placeholder {
    color: #6a6f75;
}
#main_search input[type="text"]:hover {
    width: 195px;
    color: #6a6f75;
   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#main_search input[type="text"]:focus {
    color: #000;
}
#main_search input[type="submit"] {
    vertical-align: bottom;
    margin-left: -3px;
    font: 12px Arial, Helvetica, Sans-serif;
    padding: 7px 8px 5px 8px;
    border: none;
    line-height: 12px;
    outline: none
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     #main_search input[type="submit"] {
		 padding: 8px 8px 6px 8px;
	}
}

#main_search input[type="submit"]:hover {
    cursor: pointer;
}

.error404 {
    font-size: 50px;
    font-weight: 300;
    color: #ca0000;
    font-family: "futura-pt", sans-serif;
    line-height: 40px;
    margin-bottom: 10px;
}
.border-top-1 {
    clear: both;
    border-top: 1px solid #DDD;
    width: 464px;
    margin: 0px auto;
}

.fiche_avocat p, font, strong {
    font-family: "museo-slab", serif;
    font-size: 100%;
    color: #000;
}
.fiche_avocat .bouton_partage_affichage {
    float: right;
}
.fiche_avocat .bouton_partage_communautaire {
    margin-left: 20px;
    float: left;
    margin-top: 1px;
}
.legal-tags span{
	border-radius: 8px;
    background: #dee2e5;
    border: 1px solid #c2c3c4;
    font-size: 12px;
    padding: 2px 4px;
    margin-right: 4px;
}
.legal-anchor-notes a{
	color: #CA0000 !important;
    font-weight: bold;
}

.legal-footnotes ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.legal-footnotes ol > li {
    margin: 0;
    padding: 6px 0 6px 40px;
    text-indent: -10px;
    list-style-type: none;
    counter-increment: item;
    border-bottom: 1px solid #c3c3c3;
    font-size: 13px;
}

.legal-footnotes  ol > li:before {
    display: inline-block;
    width: 1em;
    padding: 2px;
    margin-left: -30px;
    margin-right: 20px;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
    border: 1px solid #ac0101;
    background: #ca0000;
    color: #fff;
    font-size: 14px;
    text-indent: -20px;
}