/*
 * Default styles
 */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3fY6323mHUZFJMgTvxaG2iE.eot); 
  src: local('Open Sans Regular'), local('OpenSans-Regular'), 
  url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0d.woff) format('woff');
}

html,body {
    margin:0px;
	padding: 0px;
}

html {
    width: 100%;
    height: 100%;
    overflow : hidden !important;
    overflow-y : visible;
}

body {
    font-family: 'Open Sans',Sans-serif;
    font-size: 0.75em; /*This is the base size, all other font-size values should be percentages */
    width: 100% !important;
    height: 100% !important;
    overflow-y : auto;
}

a {
    color: #006699;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
	text-decoration: underline;
}
td, th, input, select {
    font-family: 'Open Sans',Sans-serif;
    font-size: 100%;
}

.hidden {
    visibility: hidden;
}

.messages {
    color: red;
    font-family: 'Open Sans',Sans-serif;
    font-weight: bold;
    display:block;
}

.messages.expiration-case {
	margin-left: 20px;
}

.messages.expiration-case img {
	vertical-align: -5px;
}

.message {
    color: red;
    font-family: 'Open Sans',Sans-serif;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
}

.error {
    color: red;
}

.warning {
    color: orange;
}

.success {
    color: green;
}

.info {
    color: blue;
}

.surligne {
    background-color: yellow;
}

form {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0px;
}

/* styles associés aux radios & checkboxes */
input[type="radio"] {
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
    margin-left:0px;
}

input[type="checkbox"] {
    margin: 0px 2px 0px 0px;
    vertical-align: middle;
    margin-left:5px;    
}


h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    clear: none;
}

h1 {
    font-size: 120%;
    color: #334d55;
    background-color: transparent;
}

h2 {
    font-size: 114%;
    color: #006699;
    background-color: transparent;
}

h3 {
    font-size: 100%;
    color: #333333;
    background-color: transparent;
}

h4 {
    font-size: 100%;
    font-weight: normal;
    color: #333333;
    background-color: transparent;
}

h5 {
    font-size: 100%;
    color: #334d55;
    background-color: transparent;
}

ul {
    list-style-type: square;
}

ul ul {
    list-style-type: disc;
}

ul ul ul {
    list-style-type: none;
}

label {
    color: #334d55;
    background-color: transparent;
}

img {
    border-style: none;
}

img.help {
    cursor: pointer;
}

/*
 * Layout Divs
 */
#header {
    height: 163px;
    background-image: url('https://curia.europa.eu/juris/img/common/bg_top.png?v=1');
    width:100%;
    position : static;
    overflow: hidden;
}

#header_logo {
    position: static;
    padding-left: 43px;
    padding-top: 10px;
}

#header_logo img {
    border: 0px;
    margin: 0px;
/*     width:92px; */
}

#header_title_infoCuria {
	font-family: 'Open Sans',Sans-serif;
    padding-left: 15px;
    color: #d2af6d;
    font-weight: bold;
    font-size: 26pt;
}

#header_title {
	font-family: 'Open Sans',Sans-serif;
    padding-left: 15px;
    color: #d2af6d;
    font-size: 20pt;
}


#header_lang {
		 display:flex;
    padding-right: 25px;
	float: right;
    

}

#header_lang select {
    border: 1px solid #808080;
    	height: 20px;
    margin-bottom: auto;
	margin-top: auto;
 }

#header_lang img {
    padding-right: 5px;
    	width: 33px;
	height: 26px;
	margin-bottom: auto;
	margin-top: auto;
}

#header_links {
    padding-top: 17px;
    padding-right: 18px;
}

#printer {
    float: right;
    margin-right: 6px;
}

#menu {
    position: fixed;
    float: left;
    top: 163px;
    left: 4px;
    margin: 30px 0px 0px 0px;
    width: 210px;
}
* html #menu {position:absolute;overflow: hidden;}
#main {
    padding-left: 223px;
    margin-bottom: 10px;
    overflow: hidden;
}

/*
 * Component Divs
 */
#titrePage {
    padding-bottom: 8px;
    padding-left: 180px;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    color: #808080;
    background-color: transparent;
    overflow: hidden;
}

#navigationpath {
    padding: 5px 0px 5px 0;
    margin-bottom: 15px;
    margin-left: 20px;
    border-bottom: 1px dotted #808080;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-size: 90%;
    color: #808080;
    overflow: hidden;
}

#toggle_link {
	margin-left: 20px;	
}

span.pageList {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

span.pageList a {
    color: #000000;
}

span.currentPage {
    font-weight: bold;
}

#select_profil {
    width: 150px;
}

/* menubox styles */
div.menubox {
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
    background-color: #f0f0f0;
}

div.menubox > ul > li {
/* 	height: 20px !important; */
/* 	padding: 8px 0 8px 22px; */
	padding: 0px 0 0px 22px;
}

div.menubox > ul > li, 
div.menubox td,
div.menu_title, 
div.sub_menu_title {
/* 	height: 36px; */
}

div.menu_title {
	font-family: 'Open Sans',Sans-serif;
	padding: 0 0 3px 5px;
    color: #000000;
    font-weight: bold;
    background-color: #f0f0f0;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    vertical-align: middle; 
}

div.menu_title .menu_align {
	 display:flex;
}

div.menu_title img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-bottom: auto;
	margin-top: auto;
}

div.menu_title a {
	height: 15px;
	margin-left: 5px;
	margin-bottom: auto;
	margin-top: auto;
}

div.sub_menu_title {
	font-family: 'Open Sans',Sans-serif;
    padding: 0 0 3px 22px;
    color: #000000;
    font-weight: bold;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ffffff;
}

div.sub_menu_title .menu_align {
/* 	padding-top: 10px; */
}

/* angles arrondis haut */
div.menu_top {
    display: block;
    height: 5px;
    overflow: hidden;
    background-color: #f0f0f0;
}

div.menubox div.menu_top span.first {
    vertical-align: top;
    float: left;
    height: 5px;
    width: 4px;
}

div.menubox div.menu_top span.last {
    vertical-align: top;
    float: right;
    height: 5px;
}

/* angles arrondis bas */
div.menubox div.menu_bottom {
    display: block;
    height: 5px;
    overflow: hidden;
    background-color: #ffffff;
}
div.menubox div.menu_bottom span.first {
    float: left;
    height: 5px;
    width: 4px;
    background-repeat: no-repeat;
}

div.menubox div.menu_bottom span.last {
    vertical-align: top;
    float: right;
    height: 5px;
    width: 4px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

/* Points de menu */
div.menubox ul,
div.menubox ul ul {
    margin: 0px;
    padding: 0px;
}

div.menubox table {
	width:100%;
}

div.menubox td {
	justify-content: center;
	width:100%;
    border-bottom: 1px solid #ffffff;
}

div.menubox li {
    list-style-type: none;
    margin: 0px;
    padding: 4px;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff;
}

div.menubox li a {
    cursor: pointer;
    color: black;
}

div.menubox li li {
    padding: 3px 0 3px 0;
    margin-left: 20px;
    text-align: left;
    list-style-type: none;
    text-indent: 0;
    border-bottom: none;
    font-weight: normal;
}

div.menubox li li a {
    margin-left: 0px;
}


/*
 * RECHERCHE
 */
div.recherche,
div.last_update,
div.search_header_footer,
div.rappelCriteres {
    margin-left: 20px;
    margin-right: 15px;
}

div.recherche {
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}

div.recherche table {
    border-collapse: collapse;
}

div.recherche td {
    vertical-align: top;
}

#tableSimple {
    width: 99%;
}

td.rechercheDesignation {
    width: 25%;
    padding: 4px 2px 4px 4px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ffffff;
}

td.rechercheHelp {
    width: 2%;
    padding: 6px 2px 0px 3px;
    border-bottom: 1px solid #f6f6f6;
}

td.rechercheChamps {
    padding: 4px 2px 4px 2px;
    border-bottom: 1px solid #f6f6f6;
}


div.recherche input,
div.recherche select {
}

#id_CLOT, 
#id_ENC, 
#id_dec_autres, #id_dec_toutes, 
#M1, #Y1, #Y5,
#I_9_1, #I_9_2, #I_9_3, 
#label_langue_conclusions,
#id_recueil_histo,
#id_recueil_2004,
#id_recueil_histo_aucune {
    margin-left: 10px;
}

input.btn_chooser {
    width: 30px;
    height: 23px;
    padding: 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url('https://curia.europa.eu/juris/img/common/btn_more.gif?v=1');
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px;
}

div.last_update {
    margin-bottom: 10px;
    text-align: right;
    font-size: 90%;
}

div.search_header_footer {
    border: 1px solid #808080;
    text-align: right;
}
div.search_header_footer_other {
     text-align: right;

}
div.search_header_footer_mail {
    text-align: left;
	float: left;    
}

div.search_header_footer input {
    margin-right: 15px;
}


div.plan_number {
    float: left;
    margin-top: 0px;
    margin-bottom: 4px;
    width: 20px;
}

div.arbre_plan {
    margin-top: 0px;
    margin-bottom: 4px;
}

div.arbre_plan ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

div.arbre_plan ul ul {
    margin-left: 40px;
}

div.arbre_plan li {
    margin: 0px;
    list-style: none;
}

div.titrePlanLR {
    display: inline;
    padding-bottom: 2px;
}

img.img_depl_plan {
    vertical-align: middle;
}

span.label_filtre {
    color: green;
}

td.cell_check_all {
    width: 70px;
}

div.field_readonly {
    float: left;
    width: 410px;
    min-height: 18px;
    margin-right: 2px;
    border:1px solid #808080;
    background-color: #F6F6F6;
}

div.field_date {
	float: left;
    width:410px;
    margin-right: 10px;
}

/* BOUTONS */
input.btn_impression {
    background-image: url("https://curia.europa.eu/juris/img/common/btn_impression.gif?v=1");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 4px;
    padding-right: 25px;
    height: 25px;
    cursor: pointer;
    border: none;
    font-size: 110%;
    font-weight: bold;
    text-align: right;
    color: green;
}
a.btn_impression {
    background-image: url("https://curia.europa.eu/juris/img/common/btn_impression.gif?v=1");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 4px;
    padding-right: 25px;
    height: 25px;
    cursor: pointer;
    border: none;
    font-size: 110%;
    font-weight: bold;
    text-align: right;
    color: green;
}
a.btn_impression:link, a.btn_impression:visited, a.btn_impression:hover {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

input.btn_affiner {
    background-repeat: no-repeat;
    background-position: center top;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-image: url("https://curia.europa.eu/juris/img/common/btn_affiner.gif?v=1");

    background-color: transparent;
    border: none;
    
}

input.btn_search {
    background-image: url("https://curia.europa.eu/juris/img/common/btn_fleche.gif?v=1");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    height: 25px;
    cursor: pointer;
    border: none;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    position:static;
}

input.btn_reset {
    background-image: url("https://curia.europa.eu/juris/img/common/btn_reset.gif?v=1");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    height: 25px;
    cursor: pointer;
    border: none;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
}

input.btn_recherche {
    background-image: url("https://curia.europa.eu/juris/img/common/btn_reset.gif?v=1");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    height: 25px;
    cursor: pointer;
    border: none;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    position:static;
}

a.btn_mail {
	background-image: url("https://curia.europa.eu/juris/img/common/icon_suggestions.gif?v=1");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    padding-top: 3px;
    padding-left: 30px;
    height: 25px;
    cursor: pointer;
    border: none;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    color: #808080;
    float: left;
    vertical-align: middle;
}

input.btn_details {
    border: none;
}

input.btn_pagination {
    border: none;
    vertical-align: middle;
}

/*
 * RESULTATS
 */
 
/* rappelCritères */
div.rappelCriteres {
    vertical-align: middle;
    margin: 12px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 5px;
    border: 1px solid #808080;
}

div.rappelCriteres h3
 {
    margin: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px;
}

div.rappelCriteres_scroll {
    margin: 4px;
    margin-bottom: 2px;
    margin-right: 0;
}

div.modifierLesCriteres {
    width: 76px;
    margin-right: 15px;
    text-align: center;
}

div.modifierLesCriteres a {
    font-weight: bold;
    font-size: 80%;
    color: #000000 !important;
    text-align: center;
}

/* Nbre résultats */
#nbreResultats {
    padding: 2px;
    background-color: #EEEEEE;
    border-bottom: 1px solid #808080;
    
}

#nbreResultats table {
    margin: 2px;
}

#nbreDocumentsAna {
    padding: 2px;
    background-color: #EEEEEE;
    color: #EEEEEE;
    
}
div.tabber {
    width:95%;
}

div.tabber, div.tabberlive {
    margin-left: 20px;
    margin-right: 15px;
    clear: both;
}

div.tabbertab {
    clear: both;
    border: 1px solid #808080;
}

ul.tabbernav {
    width: 96%;
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px;
    list-style: none;
}

ul.tabbernav li {
    float: left;
    margin-right: 2px;
    padding: 0px;
    background-color: #cccccc;
}

ul.tabbernav a {
    display: block;
    padding: 5px 15px;
    color: #000000;
}

ul.tabbernav li.tabberactive {
    background-color: #d2af6d;
}

ul.tabbernav li.tabberactive a {
    color: #000000 !important;
    font-weight: 600;
}

/* Liste de résultat par affaire */
div.affaire {
    border-collapse: collapse;
    margin: 0px;
    border: 0;
}

div.pagination {
    padding: 3px;
    padding-top: 4px;
    border-top: 1px solid #808080;
    text-align: center;
}

div.affaire_header {
    padding: 2px;
    background-color: #b1ada7;
    text-align: left;
}

span.affaire_counter {
    vertical-align: middle;
    margin-right: 10px;    
}

span.affaire_title {
    font-size: 120%;
    font-weight: bold;
}

span.affaire_status {
    font-size: 120%;
    font-weight: bold;
}

div.procedure {
    border-left: 1px dotted #808080;
    margin-left: 44px;
}

div.procedure_header {
    padding: 2px;
    height: 30px;
    background-color: #f0f0f0;
}

div.procedure_title {
    padding-top: 5px;
    font-size: 120%;
    font-weight: bold;
    color: #334D55;
}

div.decision {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
}

div.decision_title {
    padding-left: 0px;
    margin-bottom: 5px;
    font-size: 110%;
    font-weight: bold;
    color: #334D55;
}

div.decision_conclusions {
    margin-left: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}

div.decision_title p {
    margin: 2px 0px 0px 0px;
}

span.decision_links {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
}

td.decision {
    vertical-align: top;
}

div.decision_doc {
    width: 25px;
    margin-left: 4px;
    padding-left: 1px;
    white-space: nowrap;
}

div.decision_doc .pdf_icon {
    margin-left: -2px;
}

div.decision_ext_links_title {
    padding-left: 0px;
    padding-top: 2px;
    font-weight: bold;
    color: #334D55;
}

div.decision_ext_links {
    padding-left: 0px;
    font-weight: normal;
    font-size: 90%;
}

div.pourvoi {
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
}

span.pourvoi_title {
    color: red;
    font-weight: bold;
}

/* Liste des documents */
table.tableResult {
    border-collapse: collapse;
    width: 100%;
    margin: 0px;
    border: 0;
}

tr.tableResultHeader {
    padding: 2px;
    background-color: #b1ada7;
    font-weight: bold;
    font-size: 110%;
    color: #ffffff;
    vertical-align: bottom;
    text-align: center;
}

tr.tableResultHeader th {
    border-left: 1px solid #808080;
}

tr.tableResultDetails td,
tr.tableResultDetailsOver td {
    color: #333333;
    font-size: 100%;
    border-top: 1px solid #808080;
}

tr.tableResultDetailsOver {
    background-color: #fefede;
}

tr.tableResultDetails {
    min-height: 22px;
    background-color: #ffffff;
}

th.table_cell_aff, td.table_cell_aff,
th.table_cell_doc, td.table_cell_doc,
th.table_cell_date, td.table_cell_date,
th.table_cell_nom_usuel, td.table_cell_nom_usuel,
th.table_cell_links_curia, td.table_cell_links_curia,
th.table_cell_links_eurlex, td.table_cell_links_eurlex {
	    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
}

th.liste_table_cell_doc, td.liste_table_cell_doc,
th.liste_table_cell_links_curia, td.liste_table_cell_links_curia,
th.liste_table_cell_links_eurlex, td.liste_table_cell_links_eurlex {
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
}

th.liste_table_cell_links_curia, 
th.liste_table_cell_links_eurlex,
td.liste_table_cell_links_curia, 
td.liste_table_cell_links_eurlex {
text-align: center;
}

td.liste_table_cell_links_curia ul li, 
td.liste_table_cell_links_eurlex ul li {
text-align: left;
}

th.liste_table_cell_doc,
th.liste_table_cell_links_curia, 
th.liste_table_cell_links_eurlex {
background-color: #f0f0f0;
}


th.table_cell_aff,
th.table_cell_doc,
th.table_cell_date,
th.table_cell_nom_usuel,
th.table_cell_links_curia,
th.table_cell_links_eurlex {
    background-color: #f0f0f0;
}

th.table_cell_links_curia, td.table_cell_links_curia,
th.table_cell_links_eurlex, td.table_cell_links_eurlex, 
th.liste_table_cell_links_curia, td.liste_table_cell_links_curia,
th.liste_table_cell_links_eurlex, td.liste_table_cell_links_eurlex {
white-space: nowrap;
}




div.img_group {
	text-align: center;
	display: inline;
}

/* Tooltip style */
/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip {
    position: absolute;
    z-index: 1010;
}

div.tooltip {
    display: none;
    padding: 2px;
    border: 1px solid #808080;
    background-color: #f0f0f0;
    color: #000000;
    font-size: 90%;
    font-weight: normal;
    position:absolute;
    text-align: left;
}

a.tooltipLink {}

/*
 * DETAILS
 */
div.details_header {
    margin: 45px 15px 5px 20px;
    padding: 2px 2px 2px 8px;
    vertical-align: bottom;
    background-color: #b1ada7;
    border: 1px solid #808080;
    width : 95%;
}

div.details_decision_title {
    margin-bottom: 5px;
    font-size: 110%;
    font-weight: bold;
    color: #000000;
}

div.details_decision_title p {
    margin: 2px 0px 0px 0px;
}

div.details_zone {
    margin-left: 20px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #808080;
    width : 96%;
}

div.detail_zone_header,
div.detail_zone_content {
    padding: 2px 5px 4px 5px;
}

div.detail_zone_header {
    background-color: #b1ada7;
    color: #334D55;
    font-size: 114%;
    font-weight: bold;
    color: #000000;
}

div.detail_zone_header img {
    float: right;
    vertical-align: top;
}

div.detail_zone_content h3 {
    margin-top: 10px;
}

/* Liste des documents dans la fiche détaillée */
div.detail_zone_content_documents {
    padding: 0px;
}

table.detail_table_documents {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    border: 0;
}

table.liste_table_documents {
    width: 50%;
    border-collapse: collapse;
    margin: 0px;
}

tr.detail_table_documents_header {
    background-color: #f0f0f0;
    font-weight: bold;
    font-size: 110%;
    vertical-align: bottom;
    text-align: center;
}

tr.detail_table_documents_header th {
}

tr.detail_table_documents_ligne {
    min-height: 22px;
    background-color: #ffffff;
}

tr.detail_table_documents_ligne td {
    color: #333333;
    font-size: 100%;
    border-top: 1px solid #808080;
}

table.detail_table_documents .table_cell_aff {
    width: 10%;
}

table.detail_table_documents .table_cell_doc {
    width: 18%;
}

table.detail_table_documents .table_cell_date {
    width: 12%;
}

table.detail_table_documents .table_cell_nom_usuel {
    width: 35%;
}

table.detail_table_documents .table_cell_links_curia {
    width: 7%;
}
table.detail_table_documents .table_cell_links_eurlex {
    width: 7%;
}

table.liste_table_documents .liste_table_cell_doc {
    width: 70%;
}

table.liste_table_documents .liste_table_cell_links_curia {
    width: 15%;
}
table.liste_table_documents .liste_table_cell_links_eurlex {
    width: 15%;
}

/*
 * DOCUMENT
 */
div.menu_documents li {
    font-size: 90%;
}

li.menubox_navigation {
    vertical-align: middle;
}

li.selected_document {
    background-color: #b1ada7;
    color: #FFFFFF;
}

div.document_language {
    margin-left: 20px;
}

div.document_message {
    font-size: 110%;
    margin-top: 100px;
    text-align: center;
}

table.document_language select {
    border: 1px solid #808080;
}

#document_content {
    width: 98%;
    margin: 5px 5px 5px 5px;
}

div.document_unavailable {
    width: 98%;
    margin: 30px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
}

.outputEcli {
	color: #666666;
}

.outputEcliAff {
	color: #5F5F5F;
}

img.btn_navigation {
    border: none;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

img.btn_navigation_docs {
    border: none;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
}

#link_pdf {
    float: right;
    margin-right: 20px;
    text-decoration: none;
}
#link_pdf img {
    vertical-align: middle;
}

#toggle_link {
    float: left;
}


a.highlight {
    font-weight: bold;
    color: #DD4444;
}

a.highlightSelect {
    font-weight: bold;
    color: #FF0000;
}

.loading {
    position:relative;
    left:45%;
    top:40%;
}
.tree-loading{
	position:relative;
    left:25%;
    top:25%;
}
.tree-loading > img{
	vertical-align: baseline;
	margin-right:2px;	
}
/******** DIV d'attente ****************************************************/
div.waitBlock {
	position: absolute;
	top: 0px; 
	left: 0px;
        width:100%; 
        height:150%;
	background-color: white;
	filter: alpha(opacity=30);
        opacity:0.30;
	-moz-opacity: 0.30;
	z-index: 9999;
}

div.waitBlockContainer {
	position: absolute;
	left: 500px;
	top: 350px;
        background-color: white;
        filter: alpha(opacity=100);
        opacity:1;
	-moz-opacity: 1;
        z-index:10000;
        border: 2px solid #b1ada7;
        width:150px;
        height:50px;
}

.rich-datalist {
    list-style-type: none; 
    list-style-image: none; 
    padding:0px;margin:0px;
}

/*Liste détaillée - Plan de classement systématique PCS (voir plan.xhtml)*/
.numchapitre {
    width:2em;
    float:left;
    height:inherit;
}

.pretitre {
    float:left;
    height:inherit;
}

.inline {
    display:inline;
}

.pcs {
    line-height:1em;
    border:0px;
    padding:0px;
    margin:0px;
    vertical-align:top;
    text-align:left;
}

/*Surcharge des CSS de richfaces*/

/*Padding des popups*/
.dr-mpnl-pnl-b {
    padding:0px 0px 0px 10px;
}

/*Permet de positionner un div en dessous du critère, en évitant la superposition.*/
div.bottom-critere {
	display:block;
	clear:both;
}

.rich-mpnl-body {
	padding: 0px;
}
