/* +--------------------------------------------------------------------------+
// 2011 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: shearman_uncitral.css,v 1.80.4.3 2014-09-18 08:33:56 wlair Exp $ */


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                         ATTRIBUTS GENERAUX                                 */
/*                                                                            */
/*                     attrbitus generaux de la page                          */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


body#pmbopac {
	background-color: #ffffff;
}

body {
	font-family: Arial, Trebuchet, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;
}

#container {
	margin: 0px auto;
	position: relative;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                                  IFRAME                                    */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


/* -----------------------------------------------------*/
/*                         Panier                       */
/* -----------------------------------------------------*/


#resume_panier {
	margin-bottom: 10px;
	margin-top: 10px;
}

#iframe_resume_panier {
    height: 30px;
}

body.cart_info_body {
	background-color : transparent;
	font-family : arial, verdana, helvetica, sans-serif;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

body.cart_info_body .img_basket img {
	display: none;
}

body.cart_info_body #cart_info_iframe_content {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("images/panier.png");
	height: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 15px;
}


/* --------------lien panier----------------*/


body.cart_info_body a {
	text-decoration: underline;
}

body.cart_info_body a:hover {
	-moz-text-shadow: 0px 0px 2px #ffffff;
	-webkit-text-shadow: 0px 0px 2px #ffffff;
	text-shadow: 0px 0px 2px #ffffff;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            Intro_bibli                                     */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


#intro {
	z-index: 100;
}

#intro_bibli h3 {
	display: none;
}

#intro_bibli {
	background-color: #f5f5f5;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 210px top;
	background-image: url("./images/map.png");
}


/* -----------------------------------------------------*/
/*                 biblio_preamble_p1                   */
/* -----------------------------------------------------*/


#intro .p1 {
	width: 100%;
	height: 160px;
}

#intro .p1 img#logo {
	top: 35px;
	left: 85px;
	position: absolute;
}

#intro .p1 #bandeau_header {
	position: absolute;
	top: 10px;
	right: 15px;
}

#intro .p1 #bandeau_header #uncitral {
	background-color: #ffffff;
	text-align: center;
	width: 225px;
	border-bottom: 2px solid #9d9d9d;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin-bottom: 10px;
	height: 37px;
	vertical-align: middle;
}

#intro .p1 #bandeau_header #uncitral img {
	width: 145px;
	padding-top: 2px;
}

#intro .p1 #bandeau_header #shearman {
	background-color: #ffffff;
	text-align: center;
	width: 225px;
	border-bottom: 2px solid #9d9d9d;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin-bottom: 10px;
	height: 37px;
	vertical-align: middle;
}

#intro .p1 #bandeau_header #shearman img {
	width: 200px;
	padding-top: 11px;
}

#intro .p1 #bandeau_header #columbia {
	background-color: #ffffff;
	text-align: center;
	width: 225px;
	border-bottom: 2px solid #9d9d9d;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	height: 37px;
	vertical-align: middle;
}

#intro .p1 #bandeau_header #columbia img {
	width: 170px;
	padding-top: 7px;
}


/* -----------------------------------------------------*/
/*                 biblio_preamble_p2                   */
/* -----------------------------------------------------*/


#intro .p2 {
    position: relative;
    background-image: url("images/menu.jpg");
    background-position: left 11px;
    background-repeat: repeat-x;
}


/* -------------Menu--------------*/


#menuDeroulant {
    background-image: url("images/menu.jpg");
    background-repeat: repeat-x;
    background-position: left 11px;
    font-size: 17px;
}

#menuDeroulant li {
	position: relative;
	padding-left: 7px;
	margin-left: 8px;
}

#menuDeroulant li.current_menu {
	background-image: url("images/li_current.jpg");
	background-repeat: no-repeat;
	background-position: left 1px;
}

#menuDeroulant li a#home {
	width: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: none;
}

#menuDeroulant li a#home img {
	position: relative;
    top: 9px;
}

#menuDeroulant li a {
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
	background-color:#D7D7D7;
	background: -moz-linear-gradient(top,  rgb(221,221,221) 0%, rgb(215,215,215) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(221,221,221)), color-stop(100%,rgb(215,215,215))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(221,221,221) 0%,rgb(215,215,215) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(221,221,221) 0%,rgb(215,215,215) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(221,221,221) 0%,rgb(215,215,215) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(221,221,221) 0%,rgb(215,215,215) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
	width: 150px;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-moz-text-shadow: 0px 1px 0px #ffffff;
	-webkit-text-shadow: 0px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #ffffff;
}

#menuDeroulant li a:hover {
	background: #4466a2;
	color: #ffffff;
	-moz-text-shadow: 0px 1px 0px #264a89;
	-webkit-text-shadow: 0px 1px 0px #264a89;
	text-shadow: 0px 1px 0px #264a89;
}

#menuDeroulant li.current_menu a {
	background: #4466A2;
	background: -moz-linear-gradient(top,  #4466A2 0%, #4466A2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4466A2), color-stop(100%,#4466A2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4466A2 0%,#4466A2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4466A2 0%,#4466A2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4466A2 0%,#4466A2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4466A2 0%,#4466A2 100%); /* W3C */
	color: #ffffff;
	padding-bottom: 10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-text-shadow: 0px 1px 0px #264a89;
	-webkit-text-shadow: 0px 1px 0px #264a89;
	text-shadow: 0px 1px 0px #264a89;
}

#menuDeroulant li.current_menu a:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-top-color: #4466a2;
	border-width: 13px;
	left: 50%;
	margin-left: -9px;
}


/* ---------Menu Annexe---------*/


#menuDeroulant_annexe {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 17px;
}

#menuDeroulant_annexe li {
	position: relative;
	display: block;
	float: left;
	margin-right: 15px;
	padding-left: 7px;
}

#menuDeroulant_annexe li.current_menu {
	background-image: url("images/li_current.jpg");
	background-repeat: no-repeat;
	background-position: left 1px;
}

#menuDeroulant_annexe li a {
	width: 75px;
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#e4e4e4 100%); /* W3C */
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-moz-text-shadow: 0px 1px 0px #ffffff;
	-webkit-text-shadow: 0px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #ffffff;
}

#menuDeroulant_annexe li a:hover {
	background: transparent;
	background-color: #4466a2;
	color: #ffffff;
	-moz-text-shadow: 0px 1px 0px #264a89;
	-webkit-text-shadow: 0px 1px 0px #264a89;
	text-shadow: 0px 1px 0px #264a89;
}

#menuDeroulant_annexe li a#about {
	background: #c3cedb; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3cedb 0%, #aec3d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cedb), color-stop(100%,#aec3d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3cedb 0%,#aec3d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3cedb 0%,#aec3d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3cedb 0%,#aec3d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3cedb 0%,#aec3d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cedb', endColorstr='#aec3d6',GradientType=0 ); /* IE6-9 */
}

#menuDeroulant_annexe li.current_menu a#about, #menuDeroulant_annexe li.current_menu a#contribute, #menuDeroulant_annexe li a#about:hover, #menuDeroulant_annexe li a#contribute:hover  {
	background: #4466a2; /* Old browsers */
	background: -moz-linear-gradient(top,  #4466a2 0%, #4466a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4466a2), color-stop(100%,#4466a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4466a2 0%,#4466a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4466a2 0%,#4466a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4466a2 0%,#4466a2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4466a2 0%,#4466a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4466a2', endColorstr='#4466a2',GradientType=0 ); /* IE6-9 */
}

#menuDeroulant_annexe li.current_menu a {
	background-color: #4466a2;
	color: #ffffff;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-text-shadow: 0px 1px 0px #264a89;
	-webkit-text-shadow: 0px 1px 0px #264a89;
	text-shadow: 0px 1px 0px #264a89;
}

#menuDeroulant_annexe li.current_menu a:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-top-color: #4466a2;
	border-width: 13px;
	left: 50%;
	margin-left: -9px;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            Contenu du Bandeau                              */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


#bandeau {
    position: absolute;
    top: 355px;
    left: 20px;
    width: 250px;
}

#bandeau h4 {
    font-weight: normal;
	color: #000000;
	font-size: 14px;
}


/* -----------------------------------------------------*/
/*                        Accueil                       */
/* -----------------------------------------------------*/


#accueil {
}

#accueil h3, #accueil p.centered {
	display: none;
}


/* ------------lang_select------------*/


#lang_select h3 {
	display: none;
}


/* -----------------------------------------------------*/
/*                      Connexion                       */
/* -----------------------------------------------------*/


#connexion {
}

#login_form b {
	font-size: 15px;
}

#login_form a {
	font-size: 12px;
}

#login_form form label, #login_form form br {
	display: none;
}


/* ---------------Input---------------*/


input.login, input.password {
	width: 115px;
	margin-bottom: 3px;
}

#login_form input.bouton {
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}


/* -----------------------------------------------------*/
/*                         Meteo                        */
/* -----------------------------------------------------*/


#meteo {
}


/* -----------------------------------------------------*/
/*                       Adresse                        */
/* -----------------------------------------------------*/


#adresse {
}

#adresse h3 {
    display: none;
}


/* -----------------------------------------------------*/
/*                 biblio_post_adress                   */
/* -----------------------------------------------------*/


#post_adress {
	margin-top: 35px;
}

#post_adress img {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}


/* -----------------------------------------------------*/
/*                        lvl1                          */
/* -----------------------------------------------------*/


#lvl1 {
	border: 1px solid #cbcbcb;
	border-top: 5px solid #3c3c3c;
	-moz-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	-webkit-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	box-shadow: 0px 0px 1px #b5b5b5 inset;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px; 
}

#lvl1 a {
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #F7F7F7;
	text-decoration: none;
	-moz-text-shadow: 0px 1px 0px #ffffff;
	-webkit-text-shadow: 0px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -moz-box-shadow: 0px 0px 3px #DDDDDD inset;
    -webkit-box-shadow: 0px 0px 3px #DDDDDD inset;
    box-shadow: 0px 0px 3px #DDDDDD inset;
}

#lvl1 a:hover {
	padding-left: 20px;
}


/* -----------------------------------------------------*/
/*                       Facettes                       */
/* -----------------------------------------------------*/


#facette {
	border: 1px solid #cbcbcb;
	border-top: 5px solid #3c3c3c;
	-moz-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	-webkit-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	box-shadow: 0px 0px 1px #b5b5b5 inset;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px; 
}

#facette h3 {
	margin-bottom: 0px; 
}

#facette table tr th {
	background-color: transparent;
	padding-top: 10px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 14px;
}

#facette table td {
	vertical-align: middle;
	width: 100%;
}

#facette table td.facette_col_coche {
    width: 16px;
    /* Fixation du td sous IE avec max et min-width */
    max-width: 16px;
	min-width: 16px;
}

#facette a {
	display: block;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #F7F7F7;
	text-decoration: none;
	-moz-text-shadow: 0px 1px 0px #ffffff;
	-webkit-text-shadow: 0px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -moz-box-shadow: 0px 0px 3px #DDDDDD inset;
    -webkit-box-shadow: 0px 0px 3px #DDDDDD inset;
    box-shadow: 0px 0px 3px #DDDDDD inset;
    position: relative;
}

#facette a .facette_libelle {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 28%;
	padding-bottom: 5px;
	display: block;
}

#facette a .facette_number {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	position: absolute;
	right: 5px;
	top: 2px;
	width: 20%;
	text-align: center;
	background-color: #eeeeee;
	-moz-box-shadow: 0px 0px 3px #cccccc inset;
    -webkit-box-shadow: 0px 0px 3px #cccccc inset;
    box-shadow: 0px 0px 3px #cccccc inset;
    display: block;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 2;
	color: #888888;
}

#facette a.facette_link {
	margin-bottom: 2px;
}

#facette a:hover {
	padding-left: 10px;
}

#facette table#active_facette {
	border-collapse: collapse;
}

#facette table#active_facette td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#facette table#active_facette a img {
	display: none;
}

#facette table#active_facette a {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("./images/cross.png");
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            Contenu du Bandeau 2                            */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


#bandeau_2 { 
	display: none;
	clear: both;
	text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 20%, #f5f5f5 50%, #ffffff 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(20%,#ffffff), color-stop(50%,#f5f5f5), color-stop(80%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 20%,#f5f5f5 50%,#ffffff 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 20%,#f5f5f5 50%,#ffffff 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 20%,#f5f5f5 50%,#ffffff 80%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 20%,#f5f5f5 50%,#ffffff 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            Contenu du Main                                 */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


#main {
    padding-right: 20px;
    padding-left: 270px;
	padding-top: 355px;
	z-index: 1;
}

#main_hors_footer {
}


/* ---------------------------------------------------------------------------*/
/*                                Main_header                                 */
/* ---------------------------------------------------------------------------*/


#main_header {
	text-align: justify;
}


/* -----------------------------------------------------*/
/*                     Intro_message                    */
/* -----------------------------------------------------*/


#intro_message {
	border-bottom: none !important;
}


/* --------biblio_important_p1-----------*/

#intro_message .p1 {
	margin-bottom: 20px;
}


/* -----------------------------------------------------*/
/*                        Navigator                     */
/* -----------------------------------------------------*/


#navigator {
	margin-bottom: 20px;
	padding-left: 10px;
}

#navigator strong {
	font-weight: normal;
}

#navigator a {
	display: table;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* -----------------------------------------------------*/
/*                        Search                        */
/* -----------------------------------------------------*/


#search {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 45px;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-left-top-radius: 0px;
	border-left-top-radius: 0px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #F7F7F7;
}

#search .search_tabs {
	margin-left: -14px;
	margin-top: -39px;
	position: absolute;
	height: auto;
    border-bottom: none;
}

#search .p1 {
	font-style: italic;
	display: none;
}

#search input.bouton {
	color: #4466A2;
	text-decoration: underline;
	background-image: none;
	background-color: transparent;
	border: none;
}

#search input.bouton:hover {
	text-decoration: none;
}

#search input.bouton, #search input.boutonrechercher {
	margin-left: 5px; 
}

#search .notice-parent .notice-heada {
    font-size: 12px;
}

#zsimplesChild {
    margin-bottom: 0px !important;
}

#search_onglet {
    margin-bottom: 10px;
}

#resultatrech h3 {
    display: none;
}

#resultatrech #resultatrech_container h3 {
    display: block;
}

#list_countries {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #BBBBBB;
    height: 150px;
    list-style-position: outside;
    overflow: auto;
    width: 150px;
}

#list_provisions {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #BBBBBB;
    height: 150px;
    list-style-position: outside;
    overflow: auto;
    width: 100px;
}

#list_countries input[type="checkbox"], #list_provisions input[type="checkbox"] {
	vertical-align: middle;
}

#date_decision {
	width: 200px;	
}

#date_decision_Year_ID, #date_decision1_Year_ID, #date_decision2_Year_ID {
	margin-top: 2px;	
}

#date_decision_ID_Link, #date_decision1_ID_Link, #date_decision2_ID_Link {
	margin-top: 3px;
	display: block;	
}

#date_decision_ID, #date_decision1_ID, #date_decision2_ID {
	margin-left: -115px;
	background-color: white;
    border: 1px solid dimgray;
    position: absolute;
    visibility: hidden;
    width: 126px;
}


/*-----------Resultat de recherche-----------*/


#resultatrech_see h3 span {
	font-size: 17px;
}

#resultatrech_see h3 span i {
	font-style: normal;
}

#resultatrech_see h3 span b {
	font-weight: normal;
}


/* -----------------------------------------------------*/
/*                 Liste periodiques                    */
/* -----------------------------------------------------*/


table.a2z_perio_list tr td {
	border-bottom: 1px solid #737373;
	padding-bottom: 3px;
}


/* -----------------------------------------------------*/
/*                       Categories                     */
/* -----------------------------------------------------*/


#categories {
	margin-bottom: 30px;
}

#categories ul {
	margin-bottom: 10px;
}

#categories-container {
    padding-left: 25px;
    clear: both;
}

#categories-container h2 {
	font-size: 13px;
}
		
#categories-container ul {
	padding-left: 13px;
    border-bottom: 1px solid #F5B2D7;
    padding-bottom: 5px;
}

#categories-container ul li {
	display: block;
    float: left;
    list-style: none;
}

#categories-container li a {
	padding-left: 5px;
	padding-right: 5px;
	background: none;
}

#categories-container li a:hover {
	text-decoration: underline;
}


/* -----------------------------------------------------*/
/*                    Localisations                     */
/* -----------------------------------------------------*/


#location {
    margin-bottom: 30px;
}


/* -----------------------------------------------------*/
/*               Dernieres Acquisitions                 */
/* -----------------------------------------------------*/


#last_entries {
	margin-bottom: 30px;
}

#last_entries-container {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}


/* -----------------------------------------------------*/
/*                        Etageres                      */
/* -----------------------------------------------------*/


#etageres {
}

#etagere-container {
	margin-left: 20px;
	margin-right: 20px;
}

.etagere {
    margin-top: 20px;
}

#etagere-titre {
}

#etagere-titre h1 {
	font-size: 16px;
}


/* -----------------------------------------------------*/
/*                        Footer                        */
/* -----------------------------------------------------*/


#footer {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_rss, #footer_link_website, #footer_link_pmb {
	display: none;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                                    Menus                                   */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


ul.search_tabs, ul.empr_tabs, ul.list_tabs {
    font-size: 15px;
	height: 29px;
    border-bottom: 1px solid #F9DFB6;
}

ul.search_tabs li, ul.empr_tabs li, ul.list_tabs li {
    margin-bottom: 3px;
    margin-right: 2px;
    float: left;
    display: block;
    text-align: center;
}

ul.search_tabs li a, ul.empr_tabs li a, ul.list_tabs li a {
    padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	text-decoration: none;
}

ul.search_tabs li a:hover, ul.empr_tabs li a:hover, ul.list_tabs li a:hover {
	background: transparent;
	background-color: #4466A2;
	color: #ffffff;
}

ul.search_tabs li#current {
	background-color: #4466A2;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

ul.empr_tabs li#current a, ul.list_tabs li#current a {
    background-color: #4466A2;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#search_onglet ul.search_tabs li.current a, #onglets_list ul.list_tabs li.current a {
	background-color: #4466A2;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

ul.empr_subtabs {
	list-style: none;
}

ul.empr_subtabs li {
	margin-right: 10px;
	border-right: 1px solid #F5B2D7;
	display: block;
	float: left;
}

ul.empr_subtabs li a {
	padding-right: 10px;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                       Onglets de l'affichage public/ISBD                   */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


ul.onglets_isbd_public {
    font-size: 15px;
	height: 27px;
    border-bottom: 1px solid #CBCBCB;
}
 
ul.onglets_isbd_public li {
    margin-bottom: 3px;
    margin-right: 2px;
    float: left;
    display: block;
    text-align: center;
}

ul.onglets_isbd_public li a {
    padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#e4e4e4 100%); /* W3C */
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	text-decoration: none;
}

ul.onglets_isbd_public li a:hover {
	background: transparent;
	background-color: #4466A2;
	color: #ffffff;
}

ul.onglets_isbd_public li.isbd_public_active a {
	background: transparent;
	background-color: #4466A2;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

ul.onglets_isbd_public li img {
    vertical-align: bottom;
}

ul.onglets_isbd_public li.onglet_basket a img {
	display: none;
}

ul.onglets_isbd_public li.onglet_basket a {
	background: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/panier_little.png");
	height: 17px;
}

ul.onglets_isbd_public li.onglet_basket a:hover {
	background-color: transparent;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                         Balises HTML de base                               */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


a {
	text-decoration: none;
	color: #4466a2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: underline;
}

h3 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #4466A2;
    font-size: 18px;
    font-weight: normal;
	clear: both;
	-moz-text-shadow: 0px 1px 0px #ffffff;
	-webkit-text-shadow: 0px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #ffffff;
}

ul {
	list-style-type: square;
}

p {
	margin-bottom: 15px;
}

img {
	border: none;
}

select {
	margin-top: 3px;
	margin-bottom: 3px;
}

input, select, textarea {
	border: 1px solid #bbbbbb;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

input, textarea {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input.bouton, input.boutonrechercher {
	color: #ffffff;
	background: #4466A2; /* Old browsers */
	background: -moz-linear-gradient(top,  #5d76ad 0%, #4466a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d76ad), color-stop(100%,#4466a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5d76ad 0%,#4466a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5d76ad 0%,#4466a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5d76ad 0%,#4466a2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5d76ad 0%,#4466a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d76ad', endColorstr='#4466a2',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input.bouton:hover, input.boutonrechercher:hover {
	-moz-box-shadow: 0px 0px 1px #ffffff inset;
	-webkit-box-shadow: 0px 0px 1px #ffffff inset;
	box-shadow: 0px 0px 1px #ffffff inset;
}

input[type="checkbox"] {
    margin-left: 2px;
    margin-right: 2px;
    background: transparent none;
}

hr {
	background-color: #F5B2D7;
	color: #F5B2D7;
	border: 0px;
	height: 1px;
	margin-bottom: 5px;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                                   Tableaux                                 */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


table {
	border-collapse: separate;
	width: 100%;
	font-size: 12px;
}

.exemplaires { 
	border-collapse: separate;
}

th {
	text-align: left ;
	background-color: #eeeeee;
	padding: 2px;
	font-weight: bold;
}

tr.even {
}

tr.odd {
	background-color: #f3f3f3;	
}

tr.surbrillance {
	background-color: #E4E4E4;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                                  Portail                                   */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


/* -----------------Ressources externes---------------------*/


#cms_module_sectionslist_8 {
	border: 1px solid #cbcbcb;
	border-top: 5px solid #3c3c3c;
	-moz-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	-webkit-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	box-shadow: 0px 0px 1px #b5b5b5 inset;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background-color: #eeeeee;
}

#cms_module_sectionslist_8 h4 {
	margin-top: 15px;
}

#cms_module_sectionslist_8 a {
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #F7F7F7;
	text-decoration: none;
	-moz-text-shadow: 0px 1px 0px #ffffff;
	-webkit-text-shadow: 0px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#cms_module_sectionslist_8 a:hover {
	padding-left: 20px;
}

/* -----------------lien au dessus de Ressources externes---------------------*/


#cms_module_section_46 h4 {
	margin-top: 15px;
}

#cms_module_section_46 a {
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
	background: #c3cedb; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3cedb 0%, #aec3d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cedb), color-stop(100%,#aec3d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3cedb 0%,#aec3d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3cedb 0%,#aec3d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3cedb 0%,#aec3d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3cedb 0%,#aec3d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cedb', endColorstr='#aec3d6',GradientType=0 ); /* IE6-9 */
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-moz-text-shadow: 0px 1px 0px #ffffff;
	-webkit-text-shadow: 0px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #ffffff;
	font-size: 16px;
}

#cms_module_section_46 a:hover {
	background: transparent;
	background-color: #4466a2;
	color: #ffffff;
	-moz-text-shadow: 0px 1px 0px #264a89;
	-webkit-text-shadow: 0px 1px 0px #264a89;
	text-shadow: 0px 1px 0px #264a89;
}


/* --------------------------Menu---------------------------*/


#cms_module_menu_11, #cms_module_menu_9, #cms_module_menu_14, #cms_module_sectionslist_54, #cms_module_menu_21, #cms_module_sectionslist_52, #cms_module_sectionslist_53, #cms_module_menu_40, #cms_module_menu_57 , .sous_menu_guide {
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 10px;
	background-color: #273b5f;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

#cms_module_menu_21 .cms_menu_deep1 {
	width: 70px;
}

#cms_module_sectionslist_53 .cms_menu_deep0 li a, #cms_module_sectionslist_52 .cms_menu_deep0 li a, #cms_module_sectionslist_54 .cms_menu_deep0 li a {
    width: 100px;
    padding-left: 0px; 
	padding-right: 0px;
}

.cms_menu_deep0 {
    font-size: 17px;
}

.cms_menu_deep0 li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
}

.cms_menu_deep0 li.right {
    float: right;
    margin-right: 0px;
}

.cms_menu_deep0 li a { 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px; 
	padding-right: 15px;
	text-decoration: none;
	display: block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 1px #15253F;
	-webkit-box-shadow: 0px 1px 1px #15253F;
	box-shadow: 0px 1px 1px #15253F;
	-moz-text-shadow: 0px 1px 0px #ffffff;
	-webkit-text-shadow: 0px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
}

.cms_menu_deep0 li a:hover {
	background: transparent;
	background-color: #f2f2f2;
}

.cms_menu_deep0 li.cms_menu_current a {
	background: none;
	background-color: #4466A2;
	color: #ffffff;
	-moz-text-shadow: 0px 1px 0px #264a89;
	-webkit-text-shadow: 0px 1px 0px #264a89;
	text-shadow: 0px 1px 0px #264a89;
}

.cms_menu_deep0 li.cms_menu_current a:hover {
	background-color: #4466A2;
}


/******************* sous-menu ********************/


.cms_menu_deep1 {
    display: none;
    position: absolute;
    left: 0px;
    top: 26px;
    padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 5px;
	background-color: #E4E4E4;
	border: 1px solid #d4d4d4;
	z-index: 101;
}

.cms_menu_deep2 {
    display: none;
    position: absolute;
    left: 0px;
    top: -6px;
    margin-left: 70px;
    padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 5px;
	background-color: #E4E4E4;
	border: 1px solid #d4d4d4;
	z-index: 101;
}

.cms_menu_deep1 li, .cms_menu_deep2 li {
	position: relative;
	display: block;
	margin-right: 0px;
	margin-bottom: 5px;
}

.cms_menu_deep1 li a, .cms_menu_deep2 li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cms_menu_deep0 li.cms_menu_current ul li a {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	color: #4466A2;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	
}

.cms_menu_deep0 li ul li.cms_menu_current a {
	background: none;
	background-color: #4466A2;
	color: #ffffff;
	-moz-text-shadow: 0px 1px 0px #264a89;
	-webkit-text-shadow: 0px 1px 0px #264a89;
	text-shadow: 0px 1px 0px #264a89;
}

.cms_menu_deep0 li.cms_menu_current ul li.cms_menu_current a:hover {
	background: none;
	background-color: #4466A2;
}

.cms_menu_deep0 li.cms_menu_current ul li a:hover {
	background: none;
	background-color: #f2f2f2;
}

.cms_menu_deep0 li:hover > .cms_menu_deep1, .cms_menu_deep0 li:focus > .cms_menu_deep1, .cms_menu_deep1 li:hover > .cms_menu_deep2, .cms_menu_deep1 li:focus > .cms_menu_deep2 {
    display: block;
}


/* ------------------------Accueil---------------------------*/


#cms_module_shelveslist_32 {
	border: 1px solid #cbcbcb;
	border-top: 5px solid #3c3c3c;
	-moz-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	-webkit-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	box-shadow: 0px 0px 1px #b5b5b5 inset;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#cms_module_shelveslist_32 h3 {
	margin-bottom: 20px;
}

#cms_module_shelveslist_32 h4 {
	font-weight: normal;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

#cms_module_shelveslist_32 h4 span {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #4466A2;
	color: #ffffff;
}

#cms_module_shelveslist_32 .rss_home {
	background-repeat: no-repeat;
	background-image: url("./images/rss.png");
	background-position: center center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
}

#cms_module_shelveslist_32 .home_shelf {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border: 1px solid #cbcbcb;
	-moz-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	-webkit-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	box-shadow: 0px 0px 1px #b5b5b5 inset;
	margin-bottom: 15px;
}

#cms_module_htmlcode_19 {
	border: 1px solid #cbcbcb;
	border-top: 5px solid #3c3c3c;
	-moz-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	-webkit-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	box-shadow: 0px 0px 1px #b5b5b5 inset;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#credits {
	text-align: center;
	margin-bottom: 15px;
}

#credits #uncitral {
	background-color: #ffffff;
	text-align: center;
	border-bottom: 2px solid #9d9d9d;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin-bottom: 10px;
	height: 37px;
	vertical-align: middle;
}

#credits #uncitral img {
	/*width: 145px;*/
	width: 130px;
	padding-top: 2px;
}

#credits #shearman {
	background-color: #ffffff;
	text-align: center;
	border-bottom: 2px solid #9d9d9d;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin-bottom: 10px;
	height: 37px;
	vertical-align: middle;
}

#credits #shearman img {
	/*width: 200px;*/
	width: 165px;
	padding-top: 11px;
}

#credits #columbia {
	background-color: #ffffff;
	text-align: center;;
	border-bottom: 2px solid #9d9d9d;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	height: 37px;
	vertical-align: middle;
}

#credits #columbia img {
	/*width: 170px;*/
	width: 155px;
	padding-top: 7px;
}

#welcome {
	border: 1px solid #cbcbcb;
	border-top: 5px solid #3c3c3c;
	-moz-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	-webkit-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	box-shadow: 0px 0px 1px #b5b5b5 inset;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#welcome p font b {
	color: #4466A2 !important;
}


/* -----------------Carrousel page Accueil---------------------*/


#cms_module_articleslist_25 {
	z-index: 101;
	background-color: #f5f5f5;
	right: 10px;
}

#cms_module_articleslist_25 .bx-wrapper, #cms_module_articleslist_25 .bx-window {
	width: 530px !important;
}

#cms_module_articleslist_25 a {
	color: #7c8184;
	text-decoration: none;
}

#cms_module_articleslist_25 li.cms_module_articleslist_25_item {
	position: relative;
	height: 125px;
}

#cms_module_articleslist_25 li.cms_module_articleslist_25_item .read_more {
	position: absolute;
	bottom: 5px;
	left: 0px;
}

#cms_module_articleslist_25 li.cms_module_articleslist_25_item a .resume {
	float: left;
    width: 330px;
}

#cms_module_articleslist_25 li.cms_module_articleslist_25_item a img {
	width: 200px;
	height: 130px;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 130px;
	float: left;
	background-image: none;
}

a.bx-prev {
	width: 26px;
	height: 50px;
	position: absolute;
	left: -41px;
	top: 30%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("images/prev.png");
}

a.bx-prev:hover {
	background-image: url("images/prev_hover.png");
}

a.bx-next {
	width: 26px;
	height: 50px;
	position: absolute;
	right: -41px;
	top: 30%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("images/next.png");
}

a.bx-next:hover {
	background-image: url("images/next_hover.png");
}

.bx-pager a.pager-link {
	width: 10px;
	height: 8px;
	margin-right: 10px;
	background-color: #4466A2;
	border: 3px solid #4466A2;
	display: block;
	float: left;
	text-indent: -9999px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bx-pager a.pager-link:hover {
	background-color: #3c3c3c;
	border: 3px solid #3c3c3c;
}

.bx-pager a.pager-active {
	background-color: #f5f5f5;
}


/* -------------------------Guide--------------------------*/


#cms_module_section_45 .sous_menu_guide .cms_menu_deep0 li a,
#cms_module_section_71 .sous_menu_guide .cms_menu_deep0 li a {
	line-height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#cms_module_section_45 .sous_menu_guide .cms_menu_deep0 li a img,
#cms_module_section_71 .sous_menu_guide .cms_menu_deep0 li a img {
	max-height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}

h1.artguide {
    font-size: 22px;
}

h3.artguide, h4.artguide, h5.artguide, h6.artguide {
	clear: both;
    color: #4466A2;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 24px;
    text-shadow: 0 1px 0 #FFFFFF;
}

h4.artguide {
    font-size: 16px;
	margin-left: 2em;
}

h5.artguide {
	font-size: 15px;
	margin-left: 4em;
}

h6.artguide {
    font-size: 14px;
	margin-left: 6em;
}

#tableofc {
	border: 2px solid #cbcbcb;
	border-top: 5px solid #3C3C3C;
	margin: 0 60px 20px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	-moz-box-shadow: 0px 0px 1px #B5B5B5 inset;
	-webkit-box-shadow: 0px 0px 1px #B5B5B5 inset;
	box-shadow: 0px 0px 1px #B5B5B5 inset;
}

#tabs-3 {
	text-align: center;
	border: 2px solid #3C3C3C;
	margin: auto;
    padding: 0 0 10px;
    width: 730px;
}

#tableofc h3.artguide, #tableofc h4.artguide, #tableofc h5.artguide, #tableofc h6.artguide {
	clear: both;
	color: #4466A2;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
	text-shadow: 0 1px 0 #FFFFFF;
}

#tableofc h5, #tableofc h6, #tabs-3 h6 {
	font-size: 12px;
}

#tableofc h3, #tabs-3 h3, #tableofc h4 {
	font-size: 14px;
}

#tabs-3 h6 {
	clear: both;
	color: #4466A2;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
	text-shadow: 0 1px 0 #FFFFFF;
}

.divarticle p {
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 15px;
	line-height: 20px;
}
p.avgarde {
	margin : 30px 60px;
	text-align:justify;
	font-size: 12px;
}

.illutoc {
	-moz-box-shadow: 0 0 5px 0 #CCCCCC;
	-webkit-box-shadow: 0 0 5px 0 #CCCCCC;
	box-shadow: 0 0 5px 0 #CCCCCC;
}

.noaccess a {
	background: none repeat scroll 0 0 #C3C3C3 !important;
}

p.trprepa {
	margin-left: 30px;
}

p.footnotes {
    background-color: #EEEEEE;
    border-radius: 4px;
    font-size: 11px;
    margin: 0 30px 12px;
    padding: 6px;
    line-height: 1.5em;
}

p.footnotes img {
    vertical-align: text-bottom;
}

div.BtoTop {
	background: none repeat scroll 0 0 #4466A2;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #264A89;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #15253F;
    display: block;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    float: right;
    font-size: 12px;
    cursor: pointer;
}

.decisions_content h4 {
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
}

.decisions_content h4 span {
    background-color: #4466A2;
    color: #FFFFFF;
    padding: 5px 10px;
}

.home_shelf {
    border: 1px solid #CBCBCB;
    box-shadow: 0 0 1px #B5B5B5 inset;
    margin-bottom: 15px;
    padding: 10px 15px;
}

#cms_module_section_45 .sous_menu_guide ul,
#cms_module_section_71 .sous_menu_guide ul {
	clear: both;
}

#cms_module_section_45 .sous_menu_guide ul#guide_decision li a,
#cms_module_section_71 .sous_menu_guide ul#guide_decision li a {
	width: 90px;
}

#guide_in_pdf {
	color: #ffffff;
	line-height: 30px;
    vertical-align: middle;
}

/* --------------------Pr�sentation Guide----------------------*/


#en_tete {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000000;
	font-family: Times New Roman, serif;
	font-size: 22px;
}

#en_tete_left {
	padding-left: 130px;
}

#en_tete_right {
	float: right;
	line-height: 20px;
}

#en_tete_right:first-letter {
	font-size: 35px;
}

#presentation {
	padding-bottom: 70px;
	margin-bottom: 30px;
	border-bottom: 5px solid #000000;
	font-family: Times New Roman, serif;
	font-size: 22px;
}

#presentation td {
	width: 70%;
}

#presentation img {
	float: left;
	margin-right: 10px;
}

#presentation h1 {
	float: left;
}

#presentation #presentation_description {
	margin-left: 70%;
	font-size: 20px;
	width: 30%;
}

#description {
	padding-bottom: 70px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000000;
	font-family: Times New Roman, serif;
	font-size: 22px;
}

#description_presentation {
	margin-bottom: 40px;
	font-size: 18px;
	max-width: 250px;
}

#description_presentation h3 {
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0px;
}

#description_description {
	margin-left: 15%;
	margin-right: 15%;
	font-size: 18px;
}

#description_description h2 {
	margin-bottom: 15px;
}

#description_description h3 {
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}

#presentation_footer table {
	margin-left: 5%;
	width: 95%;
	margin-bottom: 15px;
}


/* ----------------------Jurisdictions-------------------------*/


#cms_module_htmlcode_31 {
	text-align: center;
}

#cms_module_htmlcode_31 #map_legend {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #f9f9f9;
}

#cms_module_htmlcode_31 #map_legend div {
	clear: both;
}

#cms_module_htmlcode_31 #map_legend div span {
	display: block;
	height: 20px;
	width: 35px;
	margin-right: 10px;
	float: left;
}

#cms_module_section_22 {
	border: 2px solid #E4E4E4;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cms_module_section_22 div h3 {
	float: left;
	clear: none;
	margin-top: 10px;
	font-size: 24px;
}

#cms_module_section_22 div img {
	vertical-align: middle;
	margin-bottom: 15px;
	margin-right: 15px;
	-moz-box-shadow: 0px 0px 3px #b5b5b5;	
	-webkit-box-shadow: 0px 0px 3px #b5b5b5;	
	box-shadow: 0px 0px 3px #b5b5b5;
	width: 80px;
}

#cms_module_section_22 .libelle {
	font-weight: bold;
    text-align: right;
    width: 20%;
    padding-top: 2px;
    padding-bottom: 2px;
}

#cms_module_section_22 .valeur {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
}


/* ------------------------Provisions---------------------------*/


#cms_module_section_23 {
	text-align: center;
	border: 2px solid #E4E4E4;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cms_module_section_23 a#prev {
	width: 26px;
	height: 50px;
	position: absolute;
	left: 20px;
	top: 42%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("images/prev.png");
}

#cms_module_section_23 a#prev:hover {
	background-image: url("images/prev_hover.png");
}

#cms_module_section_23 a#next {
	width: 26px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 42%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("images/next.png");
}

#cms_module_section_23 a#next:hover {
	background-image: url("images/next_hover.png");
}


/* ---------------------------About-----------------------------*/


#cms_module_section_18 ul li {
	clear: both;
	margin-bottom: 10px;
}

#cms_module_section_18 ul li img {
	display: block;
    float: left;
    width: 155px;
    margin-right: 5px;
    margin-bottom: 10px;
}


/* ------------------------Contribute---------------------------*/


#catal_opac {
	position: relative;
}

#catal_opac .search_dico img {
	vertical-align: middle;
	margin-left: 5px;
}

#catal_opac .contribute_infos {
	background: #4466A2;
	background: -moz-linear-gradient(top,  #4466A2 0%, #4466A2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4466A2), color-stop(100%,#4466A2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4466A2 0%,#4466A2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4466A2 0%,#4466A2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4466A2 0%,#4466A2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4466A2 0%,#4466A2 100%); /* W3C */
	color: #ffffff;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	-moz-text-shadow: 0px 1px 0px #264a89;
	-webkit-text-shadow: 0px 1px 0px #264a89;
	text-shadow: 0px 1px 0px #264a89;
	position: absolute;
	width: 35%;
	top: 70px;
	right: 0px;
}

#catal_opac .contribute_infos:after {
	top: 40%;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-right-color: #4466a2;
	border-width: 20px;
	left: 0%;
	margin-left: -40px;
}


/* -------------------------Articles----------------------------*/


#cms_module_article_28 a.more_news, .news_list a.more_news {
	background-color: #4466A2;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#cms_module_article_28 img {
	float: right;
    margin-left: 5px;
    width: 290px;
    width: auto;
    max-width: 290px;
}

.news_list {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CBCBCB;;
}

.news_list img {
	float: right;
    margin-left: 5px;
    width: 140px;
    width: auto;
    max-width: 140px;
}

p.resume {
	font-size: 14px;
}

p.contenu {
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
	-o-column-gap:20px;
	column-gap:20px;
	-webkit-column-rule-width:1px;
	-webkit-column-rule-color:#cbcbcb;
	-webkit-column-rule-style:dotted;
	-moz-column-rule-width:1px;
	-moz-column-rule-color:#cbcbcb;
	-moz-column-rule-style:dotted;
	-o-column-rule-width:1px;
	-o-column-rule-color:#cbcbcb;
	-o-column-rule-style:dotted;
	column-rule-width:1px;
	column-rule-color:#cbcbcb;
	column-rule-style:dotted;
}


/* -------------------------Footer----------------------------*/


#cms_module_htmlcode_35 {
	color: #999999
}

#cms_module_htmlcode_35 img {
	vertical-align: bottom;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                               module share                                 */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


.addthis_toolbox {
    margin-left: 35px;
    margin-top: 1px;
    position: absolute;
}

.addthis_toolbox.addthis_default_style span {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("./images/share.png");
    width: 25px;
    height: 25px;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                         Petit module de recherche                          */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


.searchbox {
	text-align: center;
}

.searchbox input[name="user_query"] {
	width: 89%;
	margin-bottom: 5px;
}

.searchbox .bouton {
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                              Page Inscription                              */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


#subs_form table td input.subsform {
	width: 195px;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                  Mise en forme de la fiche emprunteur	                  */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


#fiche-empr, #empr-all, #empr-late, #empr-old, #empr-resa, #empr-dsi, #empr-sugg,
#empr-list, #empr-dema {
	margin-top: 35px;
	clear: both;
} 

.form_liste_lecture .form-contenu .row .colonne2 .row textarea {
	max-width: 355px;	
}

.form_liste_lecture h3 {
	margin-top: 20px;
}

#fiche-empr h3 {
	margin-bottom: 10px;
}

.form_liste_lecture .left {
	float: none;
	margin-bottom: 5px;	
}

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                               Notices affichage                            */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


.bg-grey {
	background-color: #f3f3f3;
}

.notice-parent {
	padding-bottom: 5px;
    margin-bottom: 5px !important;
    border-bottom: 1px dotted #CBCBCB;
    color: #444444;
    font-weight: bold;
}

.notice-parent img {
    vertical-align: bottom;
}

.notice-parent .notice-heada i {
	font-style: normal;
}

.notice-child {
    margin-bottom: 20px!important;
    padding-left: 20px;
}

#bt_resa {
    margin-left: 3px;
}

.vignetteimg {
	max-width: 140px;
	max-height: 200px;
	width: expression(this.width > 140 ? "140px" : true);
	height: expression(this.height > 200 ? "200px" : true);
	-moz-box-shadow: 1px 1px 5px #cccccc;
	-webkit-box-shadow: 1px 1px 5px #cccccc;
	box-shadow: 1px 1px 5px #cccccc;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                                   Pop-up                                   */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


#make_sugg {
	background-color: #ffffff;
}
	
#titre-popup {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #F5B2D7;
    color: #95155E;
    padding-bottom: 3px;
}

form#f {
	margin-left: 10px;
}

.echelle_avis {
	padding: 7px;
}

.alerte {
	color: #ff0000;
	font-size:14px;
}

#print_options {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#print_options b {
	color: #4466A2;
	border-bottom: 1px solid #CBCBCB;
    clear: both;
    padding-bottom: 3px;
    display: block;
}

#print_options blockquote {
    padding-top: 5px;
    text-align: justify;
    margin-bottom: 10px;
}

#print_options textarea {
	margin-top: 5px;
	max-width: 90%;
}

#help-container h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	border-bottom: 1px solid #CBCBCB;
    clear: both;
    color: #4466A2;
    padding-bottom: 3px;
}

#help-container p, #help-container ul {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                               Result compare                               */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

#compare_hearders th,#compare_hearders {
		color: #4466A2;
}

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                               Add CBenard                               */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


#infoAccueil {
	border: 1px solid #cbcbcb;
	border-top: 5px solid #3c3c3c;
	-moz-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	-webkit-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	box-shadow: 0px 0px 1px #b5b5b5 inset;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#cms_module_shelveslist_32 {
        overflow: hidden;
}

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            CLASSES GENERIQUES                              */
/*                 divers pour les affichages simples de texte                */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


.text_search0 {
	background-color: #C3CEDB;
	text-decoration: underline;
}

.text_search1 {
	background-color: #C3CEDB;
	text-decoration: underline;
}

.text_search2 {
	background-color: #C3CEDB;
	text-decoration: underline;
}

.text_search3 {
	background-color: #C3CEDB;
	text-decoration: underline;
}

.text_search4 {
	background-color: #C3CEDB;
	text-decoration: underline;
}

.text_search5 {
	background-color: #C3CEDB;
	text-decoration: underline;
}

.categmouseover {
	border: 2px solid #4466A2;
	background-color: #ffffff;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.listedescription {
	border: 2px solid #4466A2;
	background-color: #ffffff;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.colonne_suite {
    float: left;
    width: 50%;
}

.colonne2 {
    float: left;
    width: 50%;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                           Chargement de la page                            */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


.chargement_en_cours {
	background-color: #000000;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	opacity:0.5;
    filter : alpha(opacity=50);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10000;
    top: 0px;
    left: 0px;
}

.chargement_en_cours div {
	top: 49%;
	left: 50%;
    position: absolute;
    z-index: 10001;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("./images/loader.gif");
    height: 55px;
    width: 55px;
}

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            Import from StyleAddon                          */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


#infoAccueil {
	border: 1px solid #cbcbcb;
	border-top: 5px solid #3c3c3c;
	-moz-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	-webkit-box-shadow: 0px 0px 1px #b5b5b5 inset;	
	box-shadow: 0px 0px 1px #b5b5b5 inset;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#cms_module_shelveslist_32 {
        overflow: hidden;
}

#cms_module_section_72 {
        overflow: hidden;
}

/* taille des boutons dans le menu jurisdictions */

#cms_module_sectionslist_53 .cms_menu_deep0 li a, #cms_module_sectionslist_52 .cms_menu_deep0 li a, #cms_module_sectionslist_54 .cms_menu_deep0 li a {
    width: 110px;
}

/* taille des boutons du menu annexe contact */

#menuDeroulant_annexe li {
    margin-right: 8px;
}

#menuDeroulant_annexe li a {
    width: 85px;
    padding-left: 10px;
    padding-right: 10px;
}



/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                                 Responsive                                 */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


@viewport{ 
    width: device-width; 
    zoom: 1; 
}

@media screen and (max-width: 1024px) {
	
	#menuDeroulant li a {
		padding-left: 0px;
		padding-right: 0px;
	}
	
}

