/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
/*	outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
sup {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 70%;
        vertical-align: text-top;
        background: transparent;
}
sub {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 70%;
        vertical-align: text-bottom
        background: transparent;
}   

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
/*	outline: 0;*/
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
/*****************/
/* CSS principal */
/*****************/
body {
    font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
    font-size: 0.7em;
	line-height:1.3em;
    color: #404040;
	background:#207ABE url(../img/bg-page.gif) repeat-y center;
}

h1 span { display: none; }
p {
    clear: both;
    /*margin: 0.3em 0;*/
}
span.letterspacing {letter-spacing:2px;}
#page {
    width: 880px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}
#col-gauche {
    float: left;
    width: 276px;
}

#connexion {
    padding: 15px 0;
}
#connexion form input {
    float: left;
}
#connexion form p {
    color: #FF9C29;
    font-size: 1.2em;
    font-weight: bold;
}
#connexion form .champs-identifiant, #connexion form .champs-mdp {
    display: block;
    width: 100px;
    margin-right: 7px;
    height: 19px;
    color: #404040;
    border: 1px solid #b7b7b7;
}
#connexion form .submit-connexion {
    display: block;
    width: 34px;
    height: 26px;
    border: none;
    cursor: pointer;
    background: transparent url(../img/bt-ok.png) no-repeat;
    color: #5A6A74;
}
#connexion a {
    clear: both;
    font-size: 0.9em;
    color: #FFF;
}
#connecte {
    position : relative;
    width: 240px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 5px;
    color: #FFF;
    border: 1px solid #8dc2e4;
}
#connecte a {
    color: #FFF;
    text-decoration: none;
}
#connecte p {
    margin: 0.3em 0;
}
#connecte .se-deconnecter {
    position: relative;
    left: 135px;
    margin-top: 5px;
}
#connecte .se-deconnecter img {
    margin-right: 5px;
}

#recherche-simple {
    position: relative;
    width: 252px;
    margin-top: 10px;
    background: transparent url(../img/bg-recherche-simple-repeat.png) repeat-y;
}
#recherche-simple-footer {
    width: 252px;
    height: 6px;
    background: transparent url(../img/bg-recherche-simple-footer.png) no-repeat;
}
#recherche-simple-content {
    width: 252px;
    min-height: 493px;
    _height: 493px;
    background: transparent url(../img/bg-recherche-simple-content.png) no-repeat;
}
.cadre-form-recherche-simple-top {
    width: 240px;
    height: 6px;
    margin: 10px 0 0 1px;
    font-size: 0;
    background: transparent url(../img/bg-form-recherche-simple-top.png) no-repeat;
}
.cadre-form-recherche-simple-content {
    width: 230px;
    margin-left: 1px;
    padding-left: 10px;
    background-color: #fbe8d4;
}
.cadre-form-recherche-simple-content ul li span {
    display: block;
    float: left;
    width: 7px;
    text-align: right;
    color: #FF0000;
}
.cadre-form-recherche-simple-content li {
    clear: both;
}

.cadre-form-recherche-simple-content label {
    float:left;
}
.cadre-form-recherche-simple-bottom {
    width: 240px;
    height: 6px;
    margin: 0 0 10px 1px;
    background: transparent url(../img/bg-form-recherche-simple-bottom.png) no-repeat;
}
#recherche-simple .titre-recherche-simple {
    padding: 10px 15px 0 15px;
    color: #FFF;
    font-size: 1.6em;
    font-weight: bold;
}
#recherche-simple .champs-recherche-simple {
    width: 215px;
    height: 19px;
    margin: 5px 0 0 15px;
    border: 1px solid #b7b7b7;
}

#recherche-simple .sur {
    font-size: 1.2em;
    font-weight: bold;
}
#recherche-simple ul {
    padding-left: 20px;
}
#recherche-simple ul li {
    margin: 0.6em 0 0 0;
}
#recherche-simple .submit-recherche-simple {
    position: relative;
    left: 89px;
    margin-bottom: 20px;
}
#recherche-simple .submit-recherche-simple input {
    display: block;
    width: 155px;
    height: 34px;
    border: none;
    color: #404040;
    font-weight: bold;
    cursor: pointer;
    background: transparent url(../img/bt-lancer-recherche.png) no-repeat;

}

#col-droite {
    float: left;
    width: 600px;
}

#menu {
    overflow:hidden;
    width:597px;
    height:42px;
    background:transparent url(../img/bg-menu.png) no-repeat;
    padding:0 0 0 3px;
    font-size: 0.8em;
    letter-spacing: 0.5px;
    text-align: center;
    
}
#menu li {
    display: block;
    float: left;
    height: 42px;
}
#menu li a{ letter-spacing:-0.5px;text-decoration: none;color: #2c2c2c;display: block;height: 26px;padding-top: 4px;float: left;position:relative;/*text-indent:-5000px*/}
#menu li a.table-alphabetique{background:url(../img/menu-table-alphabetique.png) 0 30px; width:107px; }
#menu li a.table-chronologique{background:url(../img/menu-table-chronologique.png) 0 30px; width:106px; }
#menu li a.recherche-avancee{background:url(../img/menu-recherche-avancee.png) 0 30px; width:106px; }
#menu li a.bibliotheque-textes{background:url(../img/menu-bibliotheque-textes.png) 0 30px; width:119px; }
#menu li a.frise-historique{background:url(../img/menu-frise-historique.png) 0 30px; width:107px; }
#menu li a.archives{background:url(../img/menu-archives.png) 0 30px; width:50px; }
/*#menu li a:hover, #menu li.active a{background-position: 0 0;}*/
#menu li a:hover { background-position: 0 0; color: #0a9ae7; }
#menu li a.selected { background-position: 0 0; color: #0a9ae7; }

#fil-ariane {
    color: #FFF;
    font-weight: bold;
}
#fil-ariane a {
    font-size: 0.9em;
    color: #FFF;
	font-weight:normal;
	text-decoration:underline;
}
#fil-ariane a:hover{text-decoration:none;}
#bloc-bibliotheque {
    float: left;
    width: 303px;
    margin: 5px 10px 0 0;
}
#bibliotheque-top-top {
    width: 303px;
    height: 3px;
    background: transparent url(../img/bg-bibliotheque-top-top.png) no-repeat;
}
#bibliotheque-top-footer {
    width: 303px;
    height: 13px;
    background: transparent url(../img/bg-bibliotheque-top-footer.png) no-repeat left bottom;
}
#bibliotheque-top-content {
    width: 303px;
    color: #5a6a74;
    background: transparent url(../img/bg-bibliotheque-top-repeat.png) repeat-y;
}
#bibliotheque-top-content p {
    padding-left: 15px;
}
#bibliotheque-top-content .titre-bibliotheque {
    padding-top: 15px ;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #5a6a74;
}
#bibliotheque-content {
    width: 303px;
    padding: 13px 0 15px 0;
    background: transparent url(../img/bg-bibliotheque-repeat.png) repeat-y;
}
#bibliotheque-content .item-bibliotheque {
    position: relative;
    z-index: 1;
    width: 274px;
    margin: 10px auto 0 auto;
}
#bibliotheque-content .corner {
    position: absolute;
    z-index: 1;
    bottom: 4px;
    right: 4px;
    width: 146px;
    height: 36px;
    background: transparent url(../img/bibliotheque-item-corner.png) no-repeat;
}
#bibliotheque-content .item-bibliotheque-top {
    width: 274px;
    height: 5px;
    background: transparent url(../img/bg-item-bibliotheque-top.png) no-repeat;
}
#bibliotheque-content .item-bibliotheque-botom {
    width: 274px;
    height: 5px;
    background: transparent url(../img/bg-item-bibliotheque-botom.png) no-repeat;
}
#bibliotheque-content .item-bibliotheque-content {
    width: 274px;
    min-height: 26px;
    _height: 26px;
    padding: 5px 0;
    background: transparent url(../img/bg-item-bibliotheque-repeat.png) repeat-y;
}

#bibliotheque-content .item-bibliotheque .ic-plus {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -14px;
    padding-left: 7px;
}

#bibliotheque-content .item-bibliotheque a.txt {
    position: relative;
    z-index: 12;
    display: block;
    padding: 0 10px 0 45px;
    color: #404040;
    font-size: 1.1em;
    text-decoration: none;
}
#bibliotheque-bottom {
    width: 303px;
    height: 6px;
    background: transparent url(../img/bg-bibliotheque-bottom.png) no-repeat;
}

#col-blocs-droite {
    float: left;
    width: 287px;
    margin-top: 7px;
}

#col-blocs-droite .bloc-droite {
    width: 287px;
    margin-bottom: 10px;
    background: transparent url(../img/bloc-droite-repeat.png) repeat-y;
}
#col-blocs-droite .bloc-droite-head {
    position: relative;
    top: -2px;
    width: 287px;
    height: 35px;
    background: transparent url(../img/bloc-droite-head.png) no-repeat;
}
#col-blocs-droite .bloc-droite-head p {
    padding: 12px 0 0 15px;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
}
#col-blocs-droite .bloc-droite-footer {
    position: relative;
    bottom: -2px;
    width: 287px;    
    padding-bottom: 5px;
    background: transparent url(../img/bloc-droite-footer.png) no-repeat left bottom;
}
#col-blocs-droite .bloc-droite-footer p {
    margin: 0 10px;
    padding: 10px 2px;
    background: transparent url(../img/hr-point.png) repeat-x bottom;
}
#col-blocs-droite .bloc-droite-footer p.lien-actu {
    float: right;
    background: none;
}
#col-blocs-droite .bloc-droite-footer p.lien-actu a {
    padding-left: 17px;
    color: #2268a8;
    text-decoration: none;
    font-weight: bold;
    background: transparent url(../img/ic-fleche-droite.gif) no-repeat top left;
}

#col-blocs-droite .bloc-droite-footer ul{
    padding-left: 12px;
    padding-right: 10px;
}
#col-blocs-droite .bloc-droite-footer li{
        padding:3px 0px 5px 0px;
        /*padding:3px 10px 5px 17px;*/
	/*background: transparent url(../img/ic-fleche-droite.gif) no-repeat left 4px;*/
	position:relative;
}
#col-blocs-droite .bloc-droite-footer li a {
    font-weight: bold;
    background: transparent url(../img/ic-fleche-droite.gif) no-repeat left top;
    padding:0px 10px 0px 17px;
    display: block;
}
#col-blocs-droite .bloc-droite-footer .liens-gauches ,
#col-blocs-droite .bloc-droite-footer .liens-droits {
    float: left;
    width: 125px;
	padding:0 0 0 15px;
}

#col-blocs-droite .bloc-droite-footer .liens-gauches li ,
#col-blocs-droite .bloc-droite-footer .liens-droits li{
    padding:3px 0 5px 0;
	background:none;
}
#col-blocs-droite .bloc-droite-footer .liens-gauches li a,
#col-blocs-droite .bloc-droite-footer .liens-droits li a{
    padding: 0 10px 0 17px;
    font-weight: bold;
    background: transparent url(../img/ic-fleche-droite.gif) no-repeat top left;
}
#col-blocs-droite .bloc-droite-footer .sous-menu-liens{padding:0;}
#col-blocs-droite .bloc-droite-footer .sous-menu-liens li {
    font-weight: normal; 
}
#col-blocs-droite .bloc-droite-footer .sous-menu-liens li a{
	background: none;
	padding:0;
    font-weight: normal;
}
#col-blocs-droite .bloc-droite-footer a {
    color: #404040;
    white-space: normal;
}
#col-blocs-droite .lemoteur {
    width: 278px;
    padding-bottom: 10px;
    text-align:center;
}
/* Recherche avanc?e */
#ext-gauche {
    position: relative;
    width: 278px;
    padding-bottom: 20px;
    z-index: 5;
}
#ext-gauche-top {
    width: 282px;
    height: 13px;
    background: transparent url(../img/bg-ext-gauche-top.png) no-repeat;
}
#ext-gauche-bottom {
    width: 282px;
    height: 9px;
    background: transparent url(../img/bg-ext-gauche-bottom.png) no-repeat;
}
#ext-gauche-content {
    width: 262px;
    padding: 5px 10px;
    background: transparent url(../img/bg-ext-gauche-repeat.png) repeat-y;
    overflow: auto;
}

#ajax-loader {
	padding-top: 70px;
	padding-left: 80px;
}

#onglet-recherche-gauche a, .onglet-gauche a  { position: relative; }
#ext-gauche-content .titre {
    padding-left: 20px;
    color: #d9690e;
    font-weight: bold;
}
#ext-gauche-content .titre span {
    font-size: 0.9em;
}

/*BSA 18/03/2010*/

.jScrollPaneContainer {
	height: 220px !important;
	}
.scroll-pane {
	height: 220px;
	}
/*	
.scroll-pane {
	height: auto;
	overflow:visible;
	}
*/	
@media print {
	.alpha,
	.biblio,
	.chrono {
		top:0 !important;
		}

	.alpha .jScrollPaneDrag {
		top:0 !important;
		}

	.alpha .treeview li {
		display:none;
		}
	.alpha .treeview li.selected,
	.alpha .treeview li.selected li {
		display:block !important;
		}

	.biblio .expandable {
		display:none;
		}
	}	

#bloc-arbre-criteres-ajax, #bloc-arbre-criteres-ajax0, #bloc-arbre-criteres-ajax1,
#bloc-arbre-criteres-ajax2, #bloc-arbre-criteres-ajax3, #bloc-arbre-criteres-ajax4,
#bloc-arbre-criteres-ajax5, #bloc-arbre-criteres-ajax6, #bloc-arbre-criteres-ajax7,
#bloc-arbre-criteres-ajax8, #bloc-arbre-criteres-ajax9, #bloc-arbre-criteres-ajax10 {
	clear:both;
	left: -2px;
	margin-right: 4px;
	padding-left: 5px;/*15px*/
	}

/*BSA 12/03/2010*/
.critere-lv1 {
	clear: both;
	/*margin-top: 5px;*/
	margin:5px 0 0 0;
	padding:0;
	}
/*BSA 17/03/2010*/
.critere-lv1 .puce-lv1 {
	/*display: block; float :left; margin-bottom: 0px; margin-right: 0px;*/
	display:none;
	}
/*BSA 12/03/2010*/
.critere-lv1 .titre-lv1 {
	color: #d9690e;
	display:block;
	font-size: 1.1em;
	font-weight: bold;
	margin:0 0 0px 30px;
	text-align:left;
	}
/*BSA 12/03/2010*/
.arbre {
	clear: both;
	padding-left: 7px;/*13px*/
	font-size: 0.9em;
	}
.arbre a {
	color: #404040;
	text-decoration: none;
	}

.arbre span.noLink {
	color:#848484;
	}

/*BSA 17/03/2010*/
/*li.selected>a,*/
.arbre li.selected a,
.arbre li.selected li.selected a,
.arbre li.selected li.selected li.selected a {
	color:#D9690E;
	}
/*BSA 17/03/2010*/
.arbre li.selected li a,
.arbre li.selected li.selected li a {
	color:#404040;
	}

#border-criteres {
    border: 1px solid #e3e3e3;
    margin:4px 9px 0 14px;
    padding-top: 4px;
}
#liste-date-gauche {
    padding: 10px 0 0 5px;
}
#liste-date-gauche .date-active {
    color: #d9690e;
    font-size: 0.9em;
    font-weight: bold;
}
#liste-date-gauche a {
    color: #434343;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: bold;
}
#liste-grands-textes li {
    padding: 10px 0;
}
#liste-grands-textes span {
    display: block;
    margin: 0.3em 0;
}
#liste-grands-textes .titre-liste-grands-textes, h3 {
    color: #2c7cb8;
    font-weight: bold;
}
#liste-grands-textes .resume-liste-grands-textes {
    color: #434343;
    font-size: 0.9em;
}
#liste-grands-textes .lien-liste-grands-textes a {
    color: #0a9ae7;
    font-size: 0.9em;
    text-decoration: underline;
}
#liste-ministres td {
    vertical-align: top;
    padding: 5px;
}
#liste-ministres span {
    display: block;
    margin: 0.3em 0;
}
#liste-ministres .nom-ministre {
    color: #2c7cb8;
    font-weight: bold;
}
#liste-ministres .bio-ministre {
    color: #434343;
    font-size: 0.9em;
}
#rappel-liste-criteres {
    margin-right: 4px;
    padding-left: 4px;
    height: 220px;
    font-size: 0.9em
}
#rappel-liste-criteres table td {
    padding: 3px 5px;
}
#rappel-liste-criteres .critere {
    text-align: right;
    white-space: nowrap;
}
#rappel-liste-criteres .selected {
    color: #d9690e;
}

#ext-gauche-content .submit-criteres-recherche {
    display: block;
    margin: 5px 0 0 125px;
    width: 134px;
    height: 28px;
    border: none;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    background: transparent url(../img/bt-modifier-recherche.png) no-repeat; 
}

#recherche-avancee {
    margin-top: 5px;
}
#recherche-avancee-top {
    width: 599px;
    height: 4px;
    background: transparent url(../img/bg-recherche-avancee-top.png) no-repeat;
}
#recherche-avancee-content {
    position: relative;
    width: 595px;
    padding: 5px 2px 0 2px;
    background: transparent url(../img/bg-recherche-avancee-repeat.png) repeat-y;
}
#recherche-avancee-bottom {
    width: 599px;
    height: 4px;
    background: transparent url(../img/bg-recherche-avancee-footer.png) no-repeat;
}
#recherche-avancee .titre {
    padding: 0 0 30px 10px;
    color: #5a6a74;
    font-size: 1.2em;
    font-weight: bold;
}

h2 {
    /*padding: 0 0 30px 10px;*/
    padding: 10px 10px 8px 13px;
    color: #2c7cb8;
    font-size: 1.2em;
    font-weight: bold;
}

#titre-news {
    padding: 10px 0px 10px 10px;
}

#titre-gris {
    /*padding: 10px 10px 5px 17px;*/
    padding: 0 0 30px 10px;
    color: #5A6A74;
}

.titre-subcat-liens {
    padding: 10px 0 0 13px;
}

#liens-titre {
    position:absolute;
    right:9px;
    text-align:right;
}
#liens-titre .liens-titre-utiles a {
    margin: 0 5px;
    color: #0e73a4;
    text-decoration: none;
}
#liens-titre .retour {
    padding-top: 11px;
}
#liens-titre .retour a {
    color: #404040;
    text-decoration: underline;
}

#liens-titre .error-message {
    color: red;
}

#recherche-avancee .nb-resultats {
    padding-left: 10px;
    color: #454545;
    font-size: 1.1em;
}
#recherche-avancee .ligne-mots-recherche, #recherche-avancee .mois-annee {
    padding-left: 10px;
    color: #454545;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
#resume-criteres {
    margin-top: 5px;
    padding: 5px 20px;
    background-color: #ffecd9;
}
#resume-criteres a {
    color: #404040;
    text-decoration: none;
}
#resume-criteres .niveau1 {
    font-size: 1.1em;
}

#entete-resultats {
    width: 566px;
    height: 30px;
    margin-left: 7px;
    padding: 10px 0 0 15px;
    background: transparent url(../img/bg-entete-liste-resultat.png) no-repeat;
}
#entete-resultats-2 {
    width: 566px;
    height: 30px;
    margin-top: 20px;
    margin-left: 7px;
    padding: 10px 0 0 15px;
    background: transparent url(../img/bg-entete-liste-resultat.png) no-repeat;
}
#entete-resultats-2 .titre {
    color: #242424;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
}
#footer-resultats {
    width: 566px;
    height: 30px;
    margin-left: 7px;
    padding: 5px 0 0 15px;
    background: transparent url(../img/bg-footer-liste-resultat.png) no-repeat;
}
#footer-resultats-2 {
    width: 566px;
    height: 30px;
    margin-left: 7px;
    padding: 5px 0 0 15px;
    background: transparent url(../img/bg-footer-liste-resultat.png) no-repeat;
}
#entete-resultats form p, #footer-resultats form p {
    clear: none;
    color: #484848;
    font-size: 0.85em;
    font-weight: bold;
}
#footer-resultats form select,
#entete-resultats form select {
    font-size: 1em;
    height: 19px;
}
#liste-resultats {
    position: relative;
    width: 571px;
    margin-left: 7px;
    padding: 20px 5px;
    background: transparent url(../img/bg-liste-resultats.png) repeat-y;
}
#liste-resultats .separateur, #article .separateur {
    position: absolute;
    left: 37px;
    top: 10px;
    width: 2px;
    height: 95%;
    background: transparent url(../img/bg-separateur-liste-resultats.png) repeat-y;
}
#liste-resultats .separateur-tableau, #article .separateur-tableau {
    width: 2px;
    padding: 0;
    background: transparent url(../img/bg-separateur-liste-resultats.png) repeat-y;
}
#liste-resultats .separateur1 {
    position: absolute;
    left: 45px;
    top: 42px;
    width: 2px;
    height: 85%;
    background: transparent url(../img/bg-separateur-liste-resultats.png) repeat-y;
}
#liste-resultats .separateur2 {
    position: absolute;
    left: 77px;
    top: 42px;
    width: 2px;
    height: 85%;
    background: transparent url(../img/bg-separateur-liste-resultats.png) repeat-y;
}
table.panier-tab {
    margin: 10px 0;
}
#liste-resultats .sup-texte {
    display: block;
    width: 173px;
    height: 12px;
    margin-left: 15px;
    border: none;
    background: transparent url(../img/bt-sup-text.png) no-repeat;
}

#article {
    position: relative;
    width: 571px;
    margin: 10px 0 0 7px;
    padding: 10px 5px;
    border: 1px solid #d7d7d7;
}
#article p {
    margin: 1.5em 0;
    font-size: 0.9em;
}
#article .chapitre {
    text-align: center;
}
/*#article table td {
    padding: 10px;
}
*/
#article table td {
	margin:0;
	padding:10px;
	}
#article table td.sepa, #liste-resultats table td.sepa {
	background:transparent url(../img/bg-separateur-liste-resultats.png) repeat-y scroll top right;
	}

.pagination-resultats {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
}
.pagination-resultats li {
    display: block;
    float: left;
    height: 16px;
    padding: 0 3px;
    color: #484848;
}
.pagination-resultats li a {
    display: block;
    float: left;
    height: 16px;
    line-height: 1em;
    color: #484848;
    text-decoration: underline;
}
.pagination-resultats li a img {
    position: relative;
    top: -2px;
    padding: 0 3px;
}
.pagination-resultats li a.changement-page {
    color: #0386cc;
    text-decoration: none;
}
.pagination-resultats li a.changement-page:hover {
    text-decoration: underline;
}
.pagination-resultats li.page-active {
    color: #adacac;

}

#liste-resultats table td {
    padding: 10px;
}
#liste-resultats .titre-result {
    font-weight: bold;
}
#liste-resultats .desc-result {
    font-style: italic;
}

#onglet-recherche-gauche {
    width: 242px;
}
#onglet-recherche-gauche-top {
    width: 242px;
    height: 29px;
    padding: 12px 0 0 10px;
    background: transparent url(../img/bg-onglet-gauche-recherche-top.png) no-repeat;

}
#onglet-recherche-gauche-bottom {
    width: 252px;
    height: 3px;
    background: transparent url(../img/bg-onglet-gauche-recherche-bottom.png) no-repeat;
}
#onglet-recherche-gauche-content {
    /*display: none;*/
    width: 252px;
    background: transparent url(../img/bg-onglet-gauche-recherche-repeat.png) repeat-y;
}
#onglet-recherche-gauche .libelle-onglet-recherche {
    float: left;
    color: #FFF;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
#onglet-recherche-gauche .plus1 {
    position: relative;
    top: -2px;
    right: 7px;
    float: right;
}
#onglet-recherche-gauche .champs-recherche-simple {
    width: 215px;
    height: 19px;
    margin: 5px 0 0 15px;
    border: 1px solid #b7b7b7;
}
#onglet-recherche-gauche .message, #recherche-simple-content .message {
    color: #000000;
    padding:10px 20px 0 15px;
}

#onglet-recherche-gauche .sur {
    font-size: 1.2em;
    font-weight: bold;
}
#onglet-recherche-gauche ul {
    padding-left: 13px;
}
#onglet-recherche-gauche ul li {
    margin: 0.6em 0 0 0;
}
#onglet-recherche-gauche .submit-recherche-simple {
    position: relative;
    left: 89px;
    padding-bottom: 20px;
}
#onglet-recherche-gauche .submit-recherche-simple input {
    display: block;
    width: 155px;
    height: 34px;
    border: none;
    color: #404040;
    font-weight: bold;
    cursor: pointer;
    background: transparent url(../img/bt-lancer-recherche.png) no-repeat;

}

.onglet-gauche {
    width: 254px;
    margin-top: 10px;
}
.onglet-gauche-top {
    width: 254px;
    height: 11px;
    font-size: 0;
    background: transparent url(../img/bg-onglet-gauche-top.png) no-repeat;

}
.onglet-gauche-bottom {
    width: 254px;
    height: 11px;
    font-size: 0;
    background: transparent url(../img/bg-onglet-gauche-bottom.png) no-repeat;

}
.onglet-gauche-content {
    position: relative;
    width: 254px;
    padding: 3px 0 6px 0;
    background: transparent url(../img/bg-onglet-gauche-repeat.png) repeat-y;
}
.onglet-gauche .libelle-onglet {
    display: block;
    padding: 0 35px 0 10px;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
.onglet-gauche .plus2 {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    padding-left: 10px;
    right: 7px;
}

.liste-onglet-gauche {
    /*display: none;*/
    width: 254px;
    padding: 10px 0;
    background: transparent url(../img/bg-liste-onglet-gauche.png) repeat-y;
}
.liste-onglet-gauche ul li {
    padding: 0 2px;
}
.liste-onglet-gauche ul li a {
    display: block;
    /*height: 27px;*/
    padding: 5px 8px;
    color: #303030;
    font-size: 0.9em;
}
.liste-onglet-gauche ul li a:hover {
    background-color: #ededed;
    color: #2c7cb8;
    text-decoration: none;
}
.liste-onglet-gauche ul li.lien-gauche-actif {
    padding: 5px 0px;
    color: #2c7cb8;
    background-color: #ededed;
    margin: 0 2px;
}
.liste-onglet-gauche ul li.lien-gauche-actif a{
    color: #2c7cb8;
}
#recherche-avancee-form {
    margin: 0 9px 0 7px;
    padding: 10px;
    /*border: 1px solid #cbcbcb;*/
}
#recherche-avancee-form fieldset {
    border: 1px solid #cbcbcb;
}
#recherche-avancee-form p {
    margin: 10px 0;
}
#recherche-avancee-form label {
    display: block;
    float: left;
    width: 130px;
    padding-right: 5px;
    text-align: right;
    line-height: 1.5em;
}
#recherche-avancee-form .petit-label {
    width: auto;
}
#recherche-avancee-form select {
    border: 1px solid #bababa;
    font-size: 1.1em;
}
#recherche-avancee-form .select-multiple {
    height: auto;
    width: 160px;
}
#recherche-avancee-form .champs-texte {
    width: 160px;
    margin-right: 15px;
    border: 1px solid #bababa;
    background: none;
    font-size: 1.1em;
}
#recherche-avancee-form .champs-obligatoire {
    display: block;
    /*width: 162px; */
    color: red;
}
#recherche-avancee-form .champs-emetteur {
    width: 163px;
    margin-right: 15px;
    border: 1px solid #bababa;
    background: none;
}
#recherche-avancee-form .champs-date {
    width: 96px;
    border: 1px solid #bababa;
    background: none;
    font-size: 1.1em;
}
#recherche-avancee-form .conditions {
    clear: both;
    display: block;
    padding: 5px 0 0 135px;
}
#recherche-avancee-form .nature {
    display: block;
    padding-left: 135px;
}
#recherche-avancee-form .error {
    color: red;
}
#recherche-avancee-form .filtre {
    padding: 20px 0;
}
#recherche-avancee-form .filtre label {
    float: left;
}
#recherche-avancee-content .submit-recherche-lancer {
    position: relative;
    left: 406px;
    /*padding: 7px 0 30px 0;*/
}
#recherche-avancee-content .submit-recherche-lancer input {
    display: block;
    width: 155px;
    height: 34px;
    border: none;
    color: #404040;
    font-weight: bold;
    cursor: pointer;
    background: transparent url(../img/bt-lancer-recherche.png) no-repeat;

}
#resume-criteres .champs-recherche-index {
    display: block;
    float: left;
    width: 247px;
    height: 17px;
    margin: 0 10px;
    border: 1px solid #b7b7b7;
    padding-top: 4px;
    padding-left: 3px;
    font-size: 1em;
}
#resume-criteres .champs-recherche-index2 {
    display: block;
    float: left;
    width: 160px;
    height: 19px;
    margin: 0 10px;
    border: 1px solid #b7b7b7;
}
#resume-criteres form label {
    float: left;
    padding-top: 6px;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 0.9em;
}
#resume-criteres form .submit-ok {
    display: block;
    float: left;
    width: 34px;
    height: 26px;
    border: none;
    cursor: pointer;
    background: transparent url(../img/bt-ok.png) no-repeat;
    *margin-top: 2px;
}
#lij .submit-ok {
    display: block;
    position: relative;
    top: -3px;
    float: right;
    width: 34px;
    height: 26px;
    margin-left: 5px;
    border: none;
    cursor: pointer;
    background: transparent url(../img/bt-ok.png) no-repeat;
}
#resume-criteres .retour {
    display:block;
    float:left;
    margin-left: 5px;
    font-size:0.9em;
    margin-top: 4px;
    /*width:85px;*/
}

#lettre-info {
    /*margin: 0 9px 0 7px;*/
    padding: 15px 10px 10px 10px;
}
#lettre-info .desc-commander {
    float: left;
    width: 390px;
}
#lettre-info p {
    /*width: 390px;*/
    margin: 0.5em 0;
}
#lettre-info .commander-numero {
    float: right;
    width: 168px;
}
#lettre-info .submit-commander {
    display: block;
    float: left;
    width: 168px;
    height: 115px;
    border: none;
    cursor: pointer;
    /*background: transparent url(../img/bt-commander-numero.png) no-repeat;*/
}

#lij {
    padding: 10px 10px 0 10px;
}
#lij2 {
    padding: 0 10px 10px 10px;
}
#lij form p {
    clear: both;
    padding: 10px;
}
#lij form fieldset {
    border: 1px solid #cbcbcb;
}
#lij label {
    color: #242424;
    font-weight: bold;
    font-size: 1.1em;
}
#lij select {
    float: right;
    font-size: 1em;
}
#lij2 ul {
    padding: 10px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}
#lij2 li {
    margin: 10px 0 0 0;
}
#lij2 li a {
    color: #0386cc;
    text-decoration: underline;
}

#onglets {
    display: block;
    height: 32px;
    margin-bottom: 15px;
    padding-left: 10px;
    background: transparent url(../img/bg-onglets-alphabetique.png) repeat-x;
}
#onglets li {
    width: 20px;
    height: 29px;
    display: block;
    float: left;
    margin: 0 1px;
    background: transparent url(../img/tabs-alphabetique.png) no-repeat;
}
#onglets li.lettre-active {
    width: 22px;
    height: 22px;
    padding-top: 7px;
    font-size: 1.3em;
    color: #2f2f2f;
    font-weight: bold;
    text-align: center;
    background: transparent url(../img/tabs-alphabetique-active.png) no-repeat;
}
#onglets li a {
    display: block;
    width: 20px;
    height: 22px;
    padding-top: 7px;
    font-size: 1.3em;
    color: #2f2f2f;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#tabs, #tabs-frise {
    display: block;
    height: 34px;
    margin-bottom: 15px;
    padding-left: 10px;
    background: transparent url(../img/bg-tabs.png) repeat-x;
}
#tabs li {
    width: 93px;/*95px*/
    height: 32px;
    display: block;
    float: left;
    margin: 0 2px;/*0 4px*/
    background: transparent url(../img/tabs.png) no-repeat;
}
#tabs li.tab-active {
    width: 101px;/*103px*/
    height: 24px;
    padding-top: 10px;
    font-size: 1.2em;
    color: #2f2f2f;
    font-weight: bold;
    text-align: center;
    background: transparent url(../img/tabs-active.png) no-repeat;
}
#tabs.frise li.tab-active {
    color: #2c7cb8;
    font-size: 1.1em;
    font-weight: normal;
}
#tabs li.nav-tabs {
    width: 16px;
    height: 32px;
    background: none;
}
#tabs li.nav-tabs a {
    display: block;
    width: 16px;
    height: 22px;
    padding-top: 10px;
}
#tabs li a {
    display: block;
    width: 95px;
    height: 22px;
    padding-top: 10px;
    font-size: 1.2em;
    color: #2f2f2f;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#tabs.frise li a {
    color: #202020;
    font-size: 1.1em;
    font-weight: normal;
}

#tabs-frise {
    padding-left: 35px;
}
#tabs-frise li {
    display: block;
    float: left;
    padding: 0 4px;
}
#tabs-frise .tabs-gauche {
    width: 14px;
    height: 32px;
    display: block;
    float: left;
    /*margin: 0 4px;*/
    background: transparent url(../img/tabs-gauche.png) no-repeat;
}
#tabs-frise .tabs-droite {
    width: 14px;
    height: 32px;
    display: block;
    float: left;
    /*margin: 0 4px;*/
    background: transparent url(../img/tabs-droite.png) no-repeat;
}
#tabs-frise .tabs-contenu {
    height: 22px;
    padding-top: 10px;
    display: block;
    float: left;
    text-align: center;
    background: transparent url(../img/tabs-repeat.png) repeat-x;
}
#tabs-frise .tabs-contenu a {
    font-size: 1.2em;
    color: #2f2f2f;
    font-weight: bold;
    text-decoration: none;
    font-weight: normal;
}
#tabs-frise .tab-frise-active .tabs-gauche {
    width: 14px;
    height: 34px;
    display: block;
    float: left;
    background: transparent url(../img/tabs-active-gauche.png) no-repeat;
}
#tabs-frise .tab-frise-active .tabs-droite {
    width: 14px;
    height: 34px;
    display: block;
    float: left;
    background: transparent url(../img/tabs-active-droite.png) no-repeat;
}
#tabs-frise .tab-frise-active .tabs-contenu {
    height: 24px;
    padding-top: 10px;
    display: block;
    float: left;
    color: #2c7cb8;
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
    background: transparent url(../img/tabs-active-repeat.png) repeat-x;
}

#actualites, #boite-outils, #plan-site {
    padding: 0 12px 12px 12px;
}
#actualites .actu {
    padding-top: 10px;
}
#actualites p {
    margin: 0.5em 0;
}
#actualites .titre-actu a {
    font-weight: bold;
    color: #2c7cb8;
    text-decoration: none;
}
#actualites .date-actu {
    color: #5a5a5a;
}
#boite-outils p {
    margin: 10px 0;
}
#actualites .contenu-actu {
    color: #5a5a5a;
}
#boite-outils th, #boite-outils td {
border:1px solid #000000;
}
#boite-outils .chapo {
    color: #0a9ae7;
    margin-top: 10px;
}
#boite-outils .paragraphe span {
    display: block;
    margin-top: 40px;
    color: #5a5a5a;
    font-weight: bold;
}
#boite-outils a {
    color: #0a9ae7;
    text-decoration: underline;
}
#boite-outils .visuel {
    width: 222px;
    margin: 0 auto;
}
#boite-outils .visuel p {
    margin: 0;
    color: #575757;
    font-size: 0.8em;
}
#boite-outils .visuel p strong {
    color: #0a9ae7;
    font-style: italic;
}

#plan-site .plan-site-gauche {
    float: left;
    padding-left: 50px;
}
#plan-site .plan-site-gauche li {
    display: block;
    width: 225px;
    margin: 20px 0;
    color: #5a5a5a;
    font-weight: bold;
}
#plan-site .plan-site-gauche li a {
    color: #5a5a5a;
    font-weight: bold;
    text-decoration: underline;
}
#plan-site .plan-site-droite {
    float: left;
}
#plan-site .plan-site-droite li {
    display: block;
    width: 275px;
    margin: 20px 0;
    color: #0a9ae7;
}
#plan-site .plan-site-droite li span{
    display: block;
    margin-bottom: 10px;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 1.1em;
}
#plan-site .plan-site-droite li span a {
    color: #5a5a5a;
}
#plan-site .plan-site-droite li a {
    color: #0a9ae7;
    text-decoration: underline;
}

#cadre-frise {
    position: relative;
    margin: 12px 12px 0 12px;
    padding: 10px;
    color: #141414;
    border: 1px solid #cbcbcb;
    background-color: #fcfcfc;
}
#cadre-frise #pieces-jointes {
    position: absolute;
    right: 10px;
    _right: 25px;
    top: 5px;
}
#cadre-frise #pieces-jointes p {
    margin: 0.3em 0;
    font-size: 0.9em;
}
#cadre-frise #pieces-jointes a {
    color: #0a9ae7;
    font-size: 0.9em;
    text-decoration: underline;
}
#cadre-frise p {
    margin: 15px 0;
}
#cadre-frise .date-frise {
    color: #d9690e;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0;
}
#cadre-frise .titre-frise {
    color: #2c7cb8;
    font-size: 1.1em;
    font-weight: bold;
}
#cadre-frise .chapo-frise {
    color: #2c7cb8;
    font-size: 1.1em;
}
#pied {
/*    clear: both;*/
    padding-top: 10px;
    text-align: center;
    color: #FFF;
}
#pied p {
    padding-top: 5px;
}
#pied a img {
    margin-top: 4px;
}
#pied a {
    color: #FFF;
    text-decoration: none;
}

#liste-resultats .resultat-index p {
    margin: 0.3em 0;
    padding: 0 10px;
}
#liste-resultats .resultat-index .titre {
    /*padding-left: 20px;*/
    color: #242424;
    font-weight: bold;
    font-size: 1em;
    /*background: transparent url(../img/puce-1.png) no-repeat 10px 6px;*/
}
#liste-resultats .resultat-index .content {
    font-size: 1em;
}
#liste-resultats .resultat-index .n-lij {
    font-size: 0.9em;
}
#liste-resultats .separateur-resultats-index {
    padding: 10px;
}

#liens-utiles-page {
    margin: 12px 12px 0 12px;
    padding: 0 10px;
    /*color: #32aae8;*/
    border: 1px solid #cbcbcb;
    background-color: #fcfcfc;
}
#liens-utiles-page li {
    margin: 15px 0;
}
#liens-utiles-page span {
    display: block;
    color: #5a5a5a;
    font-weight: bold;
}
#liens-utiles-page span img {
    position: relative;
    top: -1px;
    padding-right: 5px;
}
#liens-utiles-page a {
    color: #32aae8;
}

/* popin */
body.pop-in {
    background: none;
}
#page-pop-in {
	width: 818px;
/*    background: transparent url(../img/pop-in-repeat.png) repeat-y;*/
}
#page-pop-in .boutons {
    position: absolute;
    top: 5px;
    right: 25px;
}
#page-pop-in .boutons a {
    color: #0e73a4;
    text-decoration: none;
    margin-left: 20px;
}

#page-pop-in .printonly {
	z-index:100;
	float:left;
	position: absolute;
	top:0px;
	left:0px;
	display:none;
	}

#pop-in-content {
	position: relative;
	width: 818px;
	/*min-height: 138px; *//*158*/
	/*_height: 138px;*/
	padding:0;
	background-color: #fff;
	zoom:1;
	}
#pop-in-content .pop-in-top {
	background: transparent url(../img/pop-in-top.png) no-repeat;
	padding:10px 10px 10px 10px;
	min-height: 520px;/*605*/
	}


#pop-in-content.envoyer {
	background: #fff url(../img/pop-in-repeat.png) repeat-y;
	}

#pop-in-content.envoyer .pop-in-top {
	height: 380px;
	min-height: 380px !important;
	padding-left:270px;
	}

#pop-in-content #resume-criteres {
	height:118px;  
	margin-left: 245px;
	margin-top: 20px;
	}
	* html #pop-in-content #resume-criteres { } /*IE6*/
	*:first-child+html #pop-in-content #resume-criteres { position:relative; top:20px; margin-bottom:30px;} /*IE7*/

#pop-in-content .titre-pop-in {
	color: #5a6a74;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	}

#pop-in-content #article {
	margin-left: 0;
	padding: 0 4px;
	width: auto;
	}

#pop-in-content #article #corps p, #pop-in-content #article #corps div.para {
	width:auto;
	}

#pop-in-content .pop-in-logo {
	bottom:25px;
	left:77px;
	position:absolute;
	}
	
.pop-in-logo, .pop-in-logo_bleu {
	margin:10px 0 0 0;
	text-align:center;
	}
.pop-in-logo_bleu {
	display:none;
	}
	
	
#form-couriel p {
	margin: 0.3em 0;
	padding-top:10px;
	}
	* html #form-couriel p { margin: 0.2em 0; zoom:1; } /*IE6*/
	*:first-child+html #form-couriel p { margin: 0.1em 0; zoom:1; } /*IE7*/

#form-couriel label, #form-couriel .label {
	color: #000;
	display: block;
	float: left;
	font-size: 0.9em;
	padding-right: 10px;
	text-align: right;
	width: 175px;
	}
#form-couriel .desc {
    clear: none;
    float: left;
    width: 350px;
}
#form-couriel .desc span {
    display: block;
}
#form-couriel input {
    display: block;
    width: 190px;
    border: 1px solid #b7b7b7;
	float:left;
}
#form-couriel textarea {
    border: 1px solid #b7b7b7;
}
#form-couriel .submit-envoyer {
    display: block;
    width: 83px;
    height: 34px;
    border: none;
    cursor: pointer;
    /*margin-left: 315px;*/
    float:right;
    background: transparent url(../img/bt-envoyer.png) no-repeat;
    clear:both;
    margin-top:30px;
}
.desc .nom {
    font-size: 1.1em;
    font-weight: bold;
    color: #353535;
}
.desc .text {
    color: #0883c3;
    font-size: 0.9em;
}
.desc .decret {
    color: #000;
    font-size: 0.9em;
}

/* classes diverses */
.float-left {
    float: left;
}
.clearer {
    clear: both;
}
.txt-pt {
    font-size: 0.9em;
}
.hautpage {
    display: block;
    float: right;
    margin: 5px 7px;
    color: #2c2c2c;
    text-decoration: underline;
    font-size: 0.9em;
}

/********** TREEVIEW  **********/
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../js/treeview/images/treeview-default.png) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li li .hitarea {
	margin-left: -22px;
	}

.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview span.selected a, .treeview a.selected {
	/*background-color: #d9690e;*/
    font-weight: bold;
    color: #d9690e !important;
}

.treeview span.noLink {
    color:#848484;
}

.treeview span.hover{
    color:#D9690E !important;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #d9690e; cursor: pointer; }

.treeview li { background: url(../js/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
* html .treeview li { zoom:1; } /*IE6*/
*:first-child+html .treeview li { zoom:1; } /*IE7*/
.treeview .collapsable-hitarea.critere-lv1-hitarea,
.treeview .expandable-hitarea.critere-lv1-hitarea { 
	height:18px;
	padding:3px 0 3px 1px;
	margin:0;
	width:26px;
	}
	.treeview .collapsable-hitarea.critere-lv1-hitarea { background: url(../img/puce-criteres-moins.png); }
	.treeview .expandable-hitarea.critere-lv1-hitarea  { background: url(../img/puce-criteres-plus.png); }
	* html .treeview .collapsable-hitarea.critere-lv1-hitarea,
	* html .treeview .expandable-hitarea.critere-lv1-hitarea { zoom:1; } /*IE6*/
	*:first-child+html .treeview .collapsable-hitarea.critere-lv1-hitarea,
	*:first-child+html .treeview .expandable-hitarea.critere-lv1-hitarea { zoom:1; } /*IE7*/

/*BSA 17/03/2010*/
.treeview li.collapsable, .treeview li.expandable { 
	background-position: 0 -176px; /* -43px */
	}
.treeview span { background: url(../js/treeview/images/treeview-default-line.gif) 0 0 no-repeat; background-position: 0px 300px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../js/treeview/images/treeview-default.png); }
.treeview li.critere-lv1  { background: none; padding: 3px 0 3px 1px;}

/*BSA 17/03/2010*/
.treeview li.critere-lv1 ul { 
	clear:both;
	margin-top:0px;
	padding-left: 7px;
	}

.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview li ul {
	list-style-type: none;
	}
.treeview li ul li {
	padding:3px 0 3px 22px;
	background: url(../js/treeview/images/treeview-default-line2.gif) 0 0 no-repeat;
	}
.treeview li ul li ul {
	list-style-type: none;
	}
.treeview li ul li.last { 
	background-position: 0 -1764px;
	}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0 -1766px; }

.treeview-red li { background-image: url(../js/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../js/treeview/images/treeview-red.gif); }

.treeview-black li { background-image: url(../js/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../js/treeview/images/treeview-black.gif); }

.treeview-gray li { background-image: url(../js/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../js/treeview/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(../js/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../js/treeview/images/treeview-famfamfam.gif); }


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../js/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../js/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../js/treeview/images/file.gif) 0 0 no-repeat; }

.arbre .active {
    color: #D9690E;
    text-weight: bold;
}

/********** /TREEVIEW  **********/

/********** JSCROLLPANE  **********/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e3e3e3;
    margin-right: 6px;
}
.jScrollPaneDrag {
	position: absolute;
	background: transparent url(../img/curseur-scroll-pane.png) no-repeat scroll 50% 50%;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
    background: transparent url(../img/bg-scroll-pane-top.png) no-repeat;
	height: 9px;
    margin-right:6px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
    background: transparent url(../img/bg-scroll-pane-bottom.png) no-repeat;
	height: 9px;
    margin-right:6px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/********** /JSCROLLPANE  **********/


/********** SHADOWBOX  **********/
#sb-container,#sb-wrapper{
text-align:left;
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto;
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606;
}
#sb-title,#sb-info{
position:relative;
margin:0;
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
display: none;
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(../js/shadowbox-custom-3.0rc1/resources/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(../js/shadowbox-custom-3.0rc1/resources/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(../js/shadowbox-custom-3.0rc1/resources/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(../js/shadowbox-custom-3.0rc1/resources/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(../js/shadowbox-custom-3.0rc1/resources/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
/************ ELEMENTS OF SEARCH FORMS ***************/
select#select_rubrique {
width: 160px;
_width: auto;
_position: absolute;
}
select#select_rubrique2 {
    width: 160px;
    _width: auto;
    _position: absolute;
}
select#select_filtre {
    float: left;
    margin-bottom: 20px;
}
input#tous_opt2 {
    _left: -3px;
    position: relative;
}
label.libelle-cache{
    display:none;
}
legend.libelle-cache{
    display:none;
    visibility: hidden;
}
.anchors-menu {
	display:none;
	visibility: hidden;
}

a.modifier-recherche {
	position: absolute;
	padding: 6px 0 0 6px;
	cursor: pointer;
	color: black;
        text-decoration: none !important;
}

/********** /SHADOWBOX  **********/

#entete-resultats select, #footer-resultats select{ font-size:1.1em;}
p.connecter {padding-bottom: 6px; padding-left: 2px; font-size: 1.2em; color: #FFFFFF; font-weight: bold;}

.hide-scrollbar, x:-moz-any-link{
    border-left: 1px solid #CBCBCB; width: 20px; float: left; position: relative; background-color: #FFFFFF; left: -18px;
}
.hide-scrollbar, x:-moz-any-link, x:default {height: 49px; *height: 52px;}

/*
.lastlvl { 
	list-style: disc;
	list-style-position: inside;
	display: list-item;
	position: relative;
	_top: -12px;
	}
.lastlvl span {
	position: relative;
	left: -4px;
	}
*/

.bdt-textes { height: 220px;}

.arbre-criteres ul { margin-left: 15px;}
.treeview ul { margin-left: 0px !important; }

/*.arbre-criteres ul ul { margin-left: 20px;}*/

/**************************************************************************
CENTRAGE CONTENU DANS TABLEAU
**************************************************************************/
.align-center{
text-align:center;
vertical-align: middle;
}
.align-left{
text-align:left;
vertical-align:middle;
} 
.align-right{
text-align:right;
vertical-align: middle;
}

