/* global */
body { 
    /*background-image: url(../images/IspBg.gif);*/
    margin: 0px;
    padding: 0px;
}

	
#noBorder { /* Pour supprimer les bordures dans certains tableaux */
    border: none;
}
#middle { /* Pour la recherche, "input" et "bouton images" doivent tous avoir id="middle" pour être correctement centrés */
    vertical-align: middle;
}
#bold {
    font-weight: bold;
}
/*
 pour sitemap alignement dans ie 
 - l'instruction * html pour appliquer le style que sur IE
 - l'instruction ! important pour forcer le style
*/
* html div.complexTreeWrapper {
    width: 548px;
}
* html div.DwtTreeItem  {
    padding-top: 1px ! important;
    padding-bottom: 3px ! important;
}
* html div.DwtTreeItemLevel1ChildDiv {
    padding-top: 4px ! important;
}
div.complexTreeWrapper {
    border: 1px solid #000000 ! important;
}
div.DwtListView-ColHeader {
    border: none ! important;
}
div.treeHeader {
    border-bottom: 1px solid #000000 ! important;
    border-right: none ! important;
    border-left: none ! important;
    border-top: none ! important;
}
/* Menus d'édition */
div.editMenu a, div.editMenu a:hover { /* Pour différencier les liens */
    padding: 2px;
    color: #CC9900;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
div.editMenu div.menu a, div.editMenu div.menu a:hover { /* Pour différencier les liens */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    width: 60px;
    font-weight: normal;
    text-align: left;
}
span.firstname {
    text-transform: capitalize;
}
span.lastname {
    text-transform: uppercase;
}
table.processInfo a {
    font-size: 0.8em;
    text-decoration: none;
}
/* admin menu */
.topmenubg {
    background-color: #DDDDDD;
}
/* header */
table.header {
    background-image: url(../images/EDPS/logo_edps_01.gif);
    background-repeat: no-repeat;
    background-position: left;
}

table.header td.ombre {
    /*background-image: url(../images/IspCenterBg.gif);
    background-repeat: repeat-y;
    */
}

/* center */
table.main {
    background-color: #FFFFFF;
}
table.main td.ombre {
    background-image: url(../images/IspCenterBg.gif);
    background-repeat: repeat-y;
}
/* footer */
table.footer {
    height: 50px;
}
table.footer *, table.footer *:hover {
    color: #000000;
    text-decoration: none;
}
table.footer td.footerA {
    background-image: url(../images/IspBottomBgA.gif);
}
table.footer td.footerB {
    background-image: url(../images/IspBottomBgB.gif);
}
table.footer td.footerC {
    background-image: url(../images/IspBottomBgC.gif);
}
table.footer td.footerD {
    background-image: url(../images/IspBottomBgD.gif);
}
table.footer td.footerD a {
    color: #666666;
}
table.footer td.footerD a:hover {
    color: #000000;
}
table.footer td.footerE {
    background-image: url(../images/IspBottomBgE.gif);
}
/* formulaires */
form { /* pas de retour à la ligne avant le tag form */
    display:inline; 
}
table.header form { /* emplacement du formulaire de recherche dans le header */
    display: block;
    margin-bottom: 8px;
}
input.filter { /* Style par défaut de tous les champs input */
    border: 1px solid #000000;
    height: 14px;
    width: 110px;
    color: #6D6D6D;
    font-size: 12px;
}
select.forceSize {
    width: 450px;
}
input.forceSize, textarea.forceSize {
    width: 444px;
}
select.filter , select.filter option {
    margin: 0px;
    color:#000000;
    font-size:11px;
    vertical-align: middle;
}
select.language {
    width: 50px;
}
/* menu principal (onglets) */
/* 1ere ligne */
.IspTopMenuOngletOn {
    background-image: url(../images/IspTopMenuOngletOn.gif);
}
.IspTopMenuOngletOff {
    background-image: url(../images/IspTopMenuOngletBar.gif);
}
.IspTopMenuOngletOn, .IspTopMenuOngletOff {
    height:26px;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px 5px 0px 5px;
    margin: 5px;
}
.IspTopMenuOngletOn a, .IspTopMenuOngletOff a, .IspTopMenuOngletOn a:hover, .IspTopMenuOngletOff a:hover {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
/* 2eme ligne */
.IspTopSubMenu {
    height: 21px;
    white-space: nowrap;
}
.IspTopSubMenu a {
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    padding: 2px;
}
.IspTopSubMenu a:hover {
    color: #0079DF;
}
.IspTopSubMenu #current {
    color: #0079DF;
    font-weight: bold;
}
/* les trois colonnes */
table.center td.left {
    vertical-align: top;
    background-image: url(../images/IspVerticalLine.gif);
    background-position: right;
    background-repeat: repeat-y;
}
table.center td.center {
    vertical-align: top;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
}
table.center td.right {
    vertical-align: top;
    background-image: url(../images/IspVerticalLine.gif);
    background-position: left;
    background-repeat: repeat-y;
}
/* BREADCRUMB */
.IspPagePath a {
    color: #666666;
    font-size:0.8em;
    text-decoration:none;
}
.IspPagePath a:hover  {
    color: #000000;
}
/* TOOLBAR */
.IspTopTable a{
    color:#666666;
    text-decoration:none;
}
.IspTopTable a:hover{
    color:#000000;
    text-decoration:none;
}
.IspTopSeparation {
    width: 10px;
}
/*Outil Login/Logout*/
.IspTopLoginIco {
    background-image: url(../images/IspTopLoginIco.gif);
    width: 30px;
    height: 20px;
}
.IspTopLogoutIco {
    background-image: url(../images/IspTopLogoutIco.gif);
    width: 30px;
    height: 20px;
}
.IspTopLoginBg {
    font-size:8pt;
    background-image: url(../images/IspTopLoginBg.gif);
    white-space: nowrap;
    padding-bottom:1px;
}
.IspTopLogoutBg {
    font-size:8pt;
    background-image: url(../images/IspTopLogoutBg.gif);
    white-space: nowrap;
    padding-bottom:1px;
}
.IspTopLoginCorner {
    background-image: url(../images/IspTopLoginCorner.gif);
    width: 6px;
}
.IspTopLogoutCorner {
    background-image: url(../images/IspTopLogoutCorner.gif);
    width: 6px;
}
/*Outil contacts*/
.IspTopContactIco {
    background-image: url(../images/IspTopContactIco.gif);
    width: 30px;
    height: 20px;
}
.IspTopContactBg {
    font-size:8pt;
    background-image: url(../images/IspTopContactBg.gif);
    white-space: nowrap;
    padding-bottom:1px;
}
.IspTopContactCorner {
    background-image: url(../images/IspTopContactCorner.gif);
    width: 6px;
}
/*Outil Plan du site*/
.IspTopMapIco {
    background-image: url(../images/IspTopMapIco.gif);
    width: 30px;
    height: 20px;
}
.IspTopMapBg {
    font-size:8pt;
    background-image: url(../images/IspTopMapBg.gif);
    white-space: nowrap;
    padding-bottom:1px;
}
.IspTopMapCorner {
    background-image: url(../images/IspTopMapCorner.gif);
    width: 6px;
}
/*Outil Aide*/
.IspTopHelpIco {
    background-image: url(../images/IspTopHelpIco.gif);
    width: 30px;
    height: 20px;
}
.IspTopHelpBg {
    font-size:8pt;
    background-image: url(../images/IspTopHelpBg.gif);
    white-space: nowrap;
    padding-bottom:1px;
}
.IspTopHelpCorner {
    background-image: url(../images/IspTopHelpCorner.gif);
    width: 6px;
}
/* LEFT MENU */
div.blocSubLevel {
    border-bottom: 1px solid #CCCCCC;
}
a.switchDisplayButton {
    float: right;
}
.displayButton {
    float: right;
    padding: 2px;
}
.displayButton * {
    text-decoration: none;  
}
a.level3, a.level3:hover {
    display: block;
    border-left: 4px solid #DDDDDD;
    background-color: #6479B4;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 4px;
    text-decoration: none;
}
a.level4 {
    display: block;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 18px;
    padding-right: 0px;
    color : #666666;
    text-decoration: none;
    background-image: url(../images/IspBoxLinkBulletOff.gif);
    border-bottom: 1px solid #CCCCCC;
}
a.level4:hover {
    background-image: url(../images/IspBoxLinkBulletOn.gif);
    color: #000000;
}
a.currentlevel4 {
    background-image: url(../images/IspBoxLinkBulletOn.gif);
    color: #000000;
    font-weight: bold;
}
a.sublevel0 {
    display: block;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 22px;
    padding-right: 0px;
    color : #666666;
    text-decoration: none;
    background-image: url(../images/BgLevel2.gif);
}
a.sublevel0:hover {
    color: #000000;
}
a.currentsublevel0 {
    color: #000000;
    font-weight: bold;
    background-image: url(../images/BgLevel2Open.gif);
}
a.sublevel1 {
    display: block;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 28px;
    padding-right: 0px;
    color : #666666;
    text-decoration: none;
    background-image: url(../images/FlechBlueClosed.gif);
    font-size: 0.9em;
}
a.sublevel1:hover {
    color: #000000;
}
a.currentsublevel1 {
    background-image: url(../images/FlechBlueOpen.gif);
    color: #394977;
    font-weight: bold;
}
a.sublevel2 {
    display: block;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 33px;
    padding-right: 0px;
    color : #666666;
    text-decoration: none;
    background-image: url(../images/BgBulletGrey.gif);
    font-size: 0.9em;
}
a.sublevel2:hover {
    background-image: url(../images/BgBulletBlue.gif);
    color: #000000;
}
a.currentsublevel2 {
    background-image: url(../images/BgBulletBlue.gif);
    color: #394977;
    font-weight: bold;
}
/* LEFT MENU EDIT BUTTON */
div.editMenuLevel3, div.editMenuLevel4, div.editMenuLevel5, div.editMenuLevel6 {
    display: block;
    width: 179px;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
}
div.editMenuLevel3 {
    text-indent: 4px;
    background-image: url(../images/IspBoxLinkBulletOff.gif);
    border-bottom: 1px solid #CCCCCC;
}
div.editMenuLevel4 {
    text-indent: 8px;
    background-image: url(../images/BgLevel2.gif);
    border-bottom: 1px solid #CCCCCC;
}
div.editMenuLevel5 {
    text-indent: 16px;
    background-image: url(../images/FlechBlueClosed.gif);
    border-bottom: 1px solid #CCCCCC;
}
div.editMenuLevel6 {
    text-indent: 20px;
    background-image: url(../images/BgBulletGrey.gif);
    border-bottom: 1px solid #CCCCCC;
}
/* BOX */
td.left div.box, td.right div.box {
    width: 180px;
}
td.left a.boxLink, td.left a.boxFile {
    margin-right: 1px;
}
td.right a.boxLink, td.right a.boxFile {
    margin-left: 1px;
}
div.boxTitle, div.boxTitleLightBlue, div.boxTitleDarkBlue, div.boxTitleTransparent {
    display: block;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 4px;
    cursor: default;
}
div.boxTitle, div.boxTitleLightBlue {
    border-left: 4px solid #DDDDDD;
    color: #FFFFFF;
    background-color: #6479B4;
}
div.boxTitleDarkBlue {
    border-left: 4px solid #DDDDDD;
    color: #FFFFFF;
    background-color: #000000;
}
div.boxTitleTransparent {
    color: #000000;
    background-color: transparent;
}
div.boxContent, div.boxContentWhite, div.boxContentTransparent {
    background-color: transparent;
}
a.boxLink, a.boxFile {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    color : #666666;
    text-decoration: none;
    padding-left: 22px;
    background-color: transparent;
    border-bottom: 1px solid #CCCCCC;
}
a.boxLink:hover, a.boxFile:hover {
    background-color: #DDDDDD;
    color: #000000;
}
div.boxText {
    padding: 4px;
    border-bottom: 1px solid #CCCCCC;
}
div.boxBanner {
    text-align: center;
    padding: 0px;
}
table.listing th {
    
    border-bottom: 2px solid #cccccc;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 2px 2px ;
    text-align: left;
    vertical-align: bottom;
}
table.listing td {
    border-bottom: 1px dotted #cccccc;
    vertical-align: top;
    padding-bottom: 6px;
    padding-top: 2px;
    font-size: 0.9em;
}
table.listing tr.even td {
    background-color: #FFFFFF;
}
table.listing tr.odd td {
    background-color: #F7F7F7;
}
table.listing tr.odd td table tr td, table.listing tr.even td table tr td {
    border: 0px;
    padding: 2px;
    margin: 0px;
}
div.news  {
    margin: 0px;
    padding: 0px;
}
table.tblHeader {
    height: 30px;
    background-image: url(../images/BgGradientTop.gif);
    background-repeat: repeat-x;
}
table.tblHeader td {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
/* ************************************************************************************************************************************ */
table.searchForm td {
    height: 30px;
    font-weight: bold;
    vertical-align: middle;
    color: #000000;
}
table.infodoc {
    border: 1px solid #CCCCCC;
}
table.listdoc thead td, table.infodoc thead td {
    font-family: Arial, Helvetica, sans-serif;
    height: 25px;
    font-size: 1.1em;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 2px;
}
table.listdoc tr.even td table tr td, table.listdoc tr.odd td table tr td, table.infodoc tr.even td table tr td, table.infodoc tr.odd td table tr td {
    border: 0px;
    padding: 2px;
    margin: 0px;
}
table.listdoc tr.even td, table.listdoc tr.odd td {
    border-bottom: 1px solid #CCCCCC;
    padding: 2px;
}
table.listdoc tr.odd td, table.infodoc tr.odd td {
    /*background-color: #FFFFFF;*/
}
table.listdoc tr.even td, table.infodoc tr.even td {
    /*background-color: #F7F7F7;*/
}
table.pagination td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 15px;
    vertical-align: middle;
}
a.pagination {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-size: 1.1em;
}
a.pagination:hover, a.pagination#current {
    color: #FFFFFF;
    background-color: #000000;
}
a.topOfPage {
    display: block;
    text-align: right;
    font-size: 1em;
    text-decoration: none;
    color: #666666;
}
a.topOfPage:hover {
    color: #000000;
}
table.cartouche td {
    border: 1px solid #E4E4E4;
    padding: 5px;
    vertical-align: top;
}
table.cartouche td.title, table.cartouche td.filetitle {
    background-color: #EFEFEF;
    color: #666666;
    font-weight: bold;
    font-size: 0.9em;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}
table.cartouche td.value, table.cartouche td.filevalue {
    background-color: #F7F7F7;
    color: #666666;
    font-size: 0.9em;
}
table.cartouche td.filetitle, table.cartouche td.filevalue {
    background-color: #EFF5FF;
}
table.cartouche td.filevalue table td, table.cartouche td.value table td {
    border: none;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px;
}
table.lastdoc {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
table.lastdoc tr td.date, table.lastdoc tr td.link a {
    font-weight: bold;
}
table.lastdoc tr td.separator {
    border-bottom: 1px dotted #cccccc;
}
table.lastdoc tr td.category a {
    background-image: url(../images/IspIcoLi.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 15px;
}
table.dashboardProjetHeader tr td.dphLeft {
    background-image: url(../images/CornerLeftProjects.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
table.dashboardProjetHeader tr td.dphCenter {
    background-image: url(../images/BgHeaderPojects.gif);
    background-repeat: repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    letter-spacing:1px;
    font-size: 1.6em;
    color:#EEEEEE;
    font-weight: bold;
    text-align:center;
    padding-top:5px;
}
table.dashboardProjetHeader tr td.dphRight {
    background-image: url(../images/CornerRightProjects.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
table.dashboardProjetFooter tr td.dpfLeft {
    background-image: url(../images/CornerBottomLeft.gif);
    background-repeat: no-repeat;
    background-position: top;
}
table.dashboardProjetFooter tr td.dpfCenter {
    text-align: center;
    background-image: url(../images/BgBottomProjects.gif);
    background-repeat: repeat-x;
    color: #EEEEEE;
}
table.dashboardProjetFooter tr td.dpfRight {
    background-image: url(../images/CornerBottomRight.gif);
    background-repeat: no-repeat;
    background-position: top;
}
table.dashboardProjetHeaderSearch {
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    background-color: #DDDDDD;
}
/* Recherche */
.searchPageDetailFrame {
    width: 650px;
    height: 100%;
    display: block;
}
.showSearchHitDetails {
  background-color: #eeeeee;
}
.searchHit {
  clear: both;
}
.searchHitInfo {
  padding: 10px 0px 10px 0px;
}
.searchHitInfo tr td {
  font-size: 10px;
  text-align: left;
  vertical-align: top;
}
.searchHitInfo tr td {
  font-size: 10px;
  text-align: left;
  vertical-align: top;
}
.searchHitMetadataLabel {
  float: left;
}
.searchHitMetadataColon {
  float: right;
}
.searchLink {
  background-color: #eeeeee;
}
div.searchHit hr {
  clear: both;
  height: 1px;
  background: url(../images/line_200.gif) repeat-x 100%;
  border: 0px solid;
}
.differentACL {
    background: url(../images/differentACL.png) no-repeat 0px 0px;
    height: 16px;
    width: 16px;
    padding-left: 12px;
    display: inline;
}
/* PRINT */
@media print {
    body, table, td {
        color: #000000;
        background-image: none;
        background-color: #FFFFFF;
    }
    table.header, table.footer, #noPrint, td.left {
        display: none;
    }
    table {
        width: 100%;
    }
    td.center {
        width: 80%;
    }
    td.right {
        width: 20%;
    }
}
