/*
blue : rgb(047,071,158)
light blue : rgb(007,161,226)
light green (bg) : rgb(238,245,222)
green : rgb(155,195,058)
orange : rgb(217,152,037)
gris (name): #626262
red: rgb(200,062,054)
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

body,th,td,textarea {  font-size:10pt;
/* font-size: 100%; */
font-family: "Lato",Arial, Helvetica, Sans-Serif;
}
input,select { font-size:10pt;
/* font-size: 100%; */
}



/* Dimensions et cadrage de la zone utile sur l'image de background */

/****************************************************************************/
body.console { color:black; background:#ffffff url(bg_body.png) repeat-y 50%; margin:0 auto; position:relative; width: 1000px;
background: #fff url(ie8_bg_body.png) repeat-y 50% 0\0/ /*ie8 target only*/;
width: 990px\0/ /*ie8 target only*/}
body.console div#page { margin-top:0; padding-top:0; }
body.console div#page div#content { width: 1000px;width: 990px\0/ /*ie8 target only*/}
body.console div#page div#content div#zoneUtile { padding:0  ;clear: both; }
#zoneUtile table.fullWidth { width:100%; height:500px;  }
#headerConsole {width: 980px; margin: 0 auto;position: relative }
#bgHeaderConsole {position: absolute; left: 825px;top:0; height: 139px; width: 166px; background:url(header_bg.png) no-repeat 0 0;z-index: 99;left: 820px\0/ /*target IE8 onlu*/}
#zoneUtile {position: relative;}
#logout a {color: rgb(217,152,037); text-decoration: none;}



/*****************/

/* Page de login */

/*****************/



body.login {
  margin: 0;
}

.login-content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0;
  font-weight: 500;
  color: #505050;
}

.login-content h2 {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600;
  text-align: center;
}

.login-content .container {
  height: 100vh;
  display: flex;
  flex-flow: column wrap;
  background: #EDF3F5 ;
}

.login-content .logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-content .logo-section .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.login-content .logo-section .screen-reader-text:focus {
  background-color:white;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #505050;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.login-content .logo-section .logo {
  background: url('../tmp/Logo_BGE.svg') center center no-repeat;
  background-size: contain;
  width: 240px;
  height: 91px;
  margin-top: 15px;
}

.login-content .form-section {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-content .form-content {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: white;
  flex: 0 0 70%;
  margin-top: 10px;
  padding: 15px 30px;
  max-width: 398px;
}


.login-content .button {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 600;
  transition: all 0.3s ease;
  background: #009FE3;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 20;
  margin: 20px auto 0;
  border: 2px solid transparent;
  width: auto;
  height: 38px;
  cursor: pointer;
  display: block;
  text-align: center;
}


.login-content .partenaires-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  margin: 15px auto 0;
  width: 90%;
}

.login-content .partenaires-section h3 {
  font-size: 8px;
  line-height: 10px;
  font-weight: 300;
  border-right: 1px solid #505050;
  padding-right: 15px;
}
.login-content .partenaires {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex:1;
}
.login-content .partenaires .logo {
  flex: 1;
  height: 18px;
}
.login-content .partenaires .fond-euro {
  background: url('../tmp/Logo_FondEuro.svg') center center no-repeat;
  background-size: contain;
}
.login-content .partenaires .rep-fr {
  background: url('../tmp/Logo_RF.svg') center center no-repeat;
  background-size: contain;
}
.login-content .partenaires .bpi {
  background: url('../tmp/Logo_BPIFRANCE.svg') center center no-repeat;
  background-size: contain;
}
.login-content .partenaires .ue {
  background: url('../tmp/Logo_UE.svg') center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 600px) {
   .login-content {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .login-content h2 {
    font-size: 24px !important;
  line-height: 36px !important;
  }
  .login-content .form-content {
    margin-top: 20px;
  }
   .login-content .form-content .btn-bge {
    font-size: 1rem !important;
  }
  .login-content .partenaires .logo {
    height: 28px;
  }
    .login-content .partenaires-section {
    width: 70%;
  }
}

@media screen and (min-width: 900px) {
    .login-content .container {
    flex-flow: row wrap;
    align-items: center;
  }
  .login-content .logo-section {
    background: white;
    height: 100vh;
    flex:1;
  }
  .login-content .form-content p {
    margin: 30px 0;
  }
  .login-content .partenaires-section h3 {
    font-size: 12px;
    line-height: 18px;
    padding-right: 25px;
  }
  .login-content .logo-section .logo {
  background: url('../tmp/Logo_BGE_Desktop.svg') center center no-repeat;
  background-size: contain;
  width: 384px;
  height: 250px;
  margin-top: 0;
}
  .login-content .form-section {
    flex:1;
  }
  .login-content .partenaires-section {
    position: absolute;
    left: 30px;
    bottom: 50px;
    width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .login-content .form-content {
    padding: 30px 45px;
  }
  .login-content .partenaires-section {
    left: 40%;
  }
}

/**********************************/

/* Format de la page  deux zones */

/**********************************/

#zoneUtile table.fullWidth td.r1c1,#zoneUtile table.fullWidth td.r1c2 { vertical-align:top; padding:0 ;}
#zoneUtile table.fullWidth td#sideBar {border-right: 2px solid #07A1E2; background: white url(sidebar_bg.png) no-repeat 0 0;); width: 260px }
#zoneUtile table.fullWidth td#mainContent {width:758px}
#zoneUtile table.fullWidth #rightpanel td.r1c1 {border: none;background: none;width: auto;}
#choiceUserForm table {width:100%;}
#choiceUserForm input.button{margin: 10px 2px;}
td.r1c1 select, td.r1c1 input {margin: 10px 6px;}
#userList {width: 240px;}

/*-------------------------------*/

/* Zone de gauche : les contacts */

/*-------------------------------*/
#zoneUtile table.fullWidth td.r1c1 div#leftpanel {
/* position: relative; */
width:240px; margin:0; padding:0; }
#leftpanel div#leftContent { margin:0; padding:0; }
#leftpanel form#choiceUserForm { margin:0; padding:0 0 3px; }
#leftpanel #userList { width:232px; }
td.leftContact, td.leftSearch {background:rgb(007,161,226); border-right: 4px solid rgb(155,195,058); color: white; font-weight: bold; padding:3px 0 3px 12px; margin-bottom: 12px;font-size: 16px;line-height: 16px}

/*---------------------------------------------*/

/* Le haut de la zone de droite sert aux menus */

/*---------------------------------------------*/
#zoneUtile table.fullWidth td.r1c2 div.right { float: left; clear: both; border-top: 2px solid #07A1E2; border-bottom: 2px solid #07A1E2; width: 100%;height: 38px;}
div.right ul.toolMenu { float:left; margin:auto auto 5px 0; list-style:none;padding: 0 }
div.right ul.toolMenu li.menu { float:left; text-align:center;  line-height: 38px }
div.right ul.toolMenu li.menu a { text-decoration:none; color:#626262; font-weight:bold;font-size: 16px;border-right: 2px solid #EAECED;line-height: 38px;padding:0 25px;height: 38px; display: block; }
#zoneUtile ul.toolMenu li.menu a:hover,#zoneUtile ul.toolMenu li.menu a.current { color:#9BC33A; }
li.focussedMenu a { color:#9BC33A !important;}
#zoneUtile table.fullWidth td.r1c2 div.rightSsMenu {
clear: both; float: left; margin-bottom: 15px; background:#f1f7f9;width: 100%;}
.rightSsMenu .name { color:#626262; font-weight:normal;  background-position:bottom left; padding:5px 0 5px 5px;width: 100%; }
#logout {float: right; margin-right: 8px}

/*------------------------------------------------*/

/* Zone de droite : conteneur multi-usages (Ajax) */

/*------------------------------------------------*/
#zoneUtile table.fullWidth td.r1c2 div#rightpanel { margin-top:8px; }
#rightpanel div.ajaxloading { background:url(ajaxLoader.gif) center left no-repeat; padding-left:20px; }

/*****************/

/* Contributions */

/*****************/
#rightpanel table#contribTable { background:none; table-layout:auto; width:100%;float: left; }

#rightpanel td.fondsPres { background:rgb(007,161,226); color:#fff; }
td.fondsPres table#fondsPres { width:100%; }
td.fondsPres table#fondsPres td#contact { text-align:left; font-weight:bold; vertical-align:middle; }
td.fondsPres table#fondsPres td#contact img { text-decoration:none; border:0; padding-right:8px; vertical-align:middle; }
td.fondsPres table#fondsPres td#contact a { color:#FFF; vertical-align:middle; text-decoration: underline;}
td.fondsPres table#fondsPres td#contact a:hover {color:  rgb(155,195,058);}
td.fondsPres table#fondsPres td#melcontact { text-align:center; vertical-align:middle; }
td.fondsPres table#fondsPres td#adressecontact { text-align:right; vertical-align:middle; }

/*------------*/

/* Les applis */

/*------------*/
#contribTable div.zoneApp { vertical-align:top; background:rgb(238,245,222); width:345px; display:block; padding: 4px;margin-left: 4px}
#contribTable div.zoneAppEmpty { background-color:none; }
#contribTable div.zoneApp div.title { margin:0; padding:0; color:rgb(047,071,158); font-weight:normal; font-size:20px; }
#contribTable div.zoneApp div.title table.zoneApp { width:345px; display:block; }
#contribTable div.zoneApp div.title td.r1c1 { text-align:left; vertical-align:middle; float: left;}
#contribTable div.zoneApp div.title td.r1c2 { padding-left:20px; text-align:left; vertical-align:middle;font-size: 18px;float: left;font-weight: bold; }
#contribTable div.zoneApp div.title img.iconeApp { height:50px;  }
#contribTable div.zoneApp div.content { margin:5px; width:345px; }
#contribTable div.zoneApp div.content div.contribUser { }
#contribTable div.zoneApp div.content div.contribUser a { color:#9BC33A; font-weight:bold; text-decoration:none; background: url(puce-acceuil.png) no-repeat; padding-left: 20px;line-height: 20px;}
#contribTable div.zoneApp div.content div.contribContact { }
#contribTable div.zoneApp div.content div.contribContact table { border-collapse:collapse; }
#contribTable div.zoneApp div.content div.contribContact a { color:#9BC33A; font-weight:bold; text-decoration:none; }
#contribTable td { vertical-align:top; padding:0 2px; }
#contribTable div.zoneApp div.content div.contribUser a.admin { padding-left:20px; background-image:url(window_gear.png); background-repeat:no-repeat; background-position:left center; color:black; }
#contribTable div.zoneApp div.content div.contribUser a.home { padding-left:20px; background-image:url(window_earth.png); background-repeat:no-repeat; background-position:left center; }

/***********************************************/

/* Modification d'un individu ("page contact") */

/***********************************************/
#rightpanel div#popupListUser { width:400px; border:2px solid rgb(217,152,037); position:absolute; background-color:#FFFFFF; display:none; z-index:32000; }
#rightpanel div#popupListUser div.actionTitle { background-color:rgb(217,152,037); padding:0; cursor:move; }
#rightpanel div#popupListUser div.actionTitle h1 { color:white; font-weight:bold; font-size:12pt; margin:0; padding:4px 10px; }
#rightpanel div#popupListUser div.actionContent { padding:10px; }
#rightpanel div#popupListUser div.actionContent table { margin:auto; }
#rightpanel div#popupListUser div.actionContent table ul li.archive { font-weight:normal; font-style:italic; color:red; }
#rightpanel div#popupUser {width:400px; border:2px solid rgb(217,152,037); position:absolute; background-color:#FFFFFF; display:none; z-index:99999999999999; }
#rightpanel div#popupUser div.actionTitle { background-color:rgb(217,152,037); padding:0; cursor:move; }
#rightpanel div#popupUser div.actionTitle h1 { color:white; font-weight:bold; font-size:12pt; margin:0; padding:4px 10px; }
#rightpanel div#popupUser div.actionContent { padding:10px; }
#rightpanel div#popupUser div.actionContent tr.buttons input.button { text-align:center; }
div#popupListCity { width:400px; border:1px solid rgb(217,152,037); position:absolute; background-color:#FFFFFF; display:none; z-index:32000; }
div#popupListCity div.actionTitle { background-color:rgb(217,152,037); padding:0; cursor:move; }
div#popupListCity div.actionTitle h1 { color:white; font-weight:bold; font-size:12pt; margin:0; padding:4px 10px;  }
div#popupListCity div.actionContent { padding:10px; }
div#popupError { width:400px; border:1px solid #770000; position:absolute; color:#FFFFFF; display:none; z-index:99999999999999; right: 76px; }
div#popupError div.actionTitle { background-color: rgba(200,062,054,0.7); padding:0; cursor:move; }
div#popupError div.actionTitle h1 { color:white; font-weight:400; font-size:12pt; margin:0; padding:4px 10px; }
div#popupError div.actionContent { background-color:rgba(255, 0, 0, 0.6); padding:10px; }
div#popupError .warning { padding:5px; float:left; display:block; }
div#popupError .error {
background-color:red; color:white; font-weight:bold; border:1px solid #FFFFFF; width:auto; padding:3px; float:right; margin-right:10px; }
#rightpanel form#userForm { margin-top:10px; }
#rightpanel form#userForm table#userTable { width:100%; margin-top:10px;float: left; }
#rightpanel form#userForm table#userTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; font-size:10pt; padding-bottom:0; }
#rightpanel form#userForm table#userTable div#bgTitle div#topLeftTitle { }
#rightpanel form#userForm table#userTable div#bgTitle div#topLeftTitle div#topRightTitle { }
#rightpanel form#userForm table#userTable div#bgTitle div#topLeftTitle div#topRightTitle div.pageTitle { color:rgb(047,071,158); font-size:10pt; font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel form#userForm table#userTable td.first { background:rgb(238,245,222); padding-left:10px; color:#626262; }
#rightpanel form#userForm table#userTable td.field { background-color:rgb(238,245,222); padding:5px; }

/****************************************/

/* Page de paramÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©trage de l'application */

/****************************************/
#rightpanel table#parametersTable { width:100%; margin-top:10px;float: left }
#rightpanel table#parametersTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; font-size:10pt; padding-bottom:0; }
#rightpanel table#parametersTable div#bgTitle div#topLeftTitle { }
#rightpanel table#parametersTable div#bgTitle div#topLeftTitle div#topRightTitle { }
#rightpanel table#parametersTable div#bgTitle div#topLeftTitle div#topRightTitle div.pageTitle { color:rgb(047,071,158); font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel table#parametersTable td.first { border-bottom:1px solid #dbe461; background:rgb(238,245,222); padding:5px; padding-left:20px; }
#rightpanel table#parametersTable td.first ul { margin-left:10px; }
#rightpanel table#parametersTable td.first li { list-style-image:url(gear_view.png); padding-left:15px; }

/*******************/

/* Page categories */

/*******************/
#rightpanel form#categoryForm { }
#rightpanel form#categoryForm table#categoryTable { width:100%; margin-top:10px; float: left}
#rightpanel form#categoryForm table#categoryTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; font-size:10pt; padding-bottom:0; }
#rightpanel form#categoryForm table#categoryTable div#bgTitle div#topLeftTitle { }
#rightpanel form#categoryForm table#categoryTable div#bgTitle div#topLeftTitle div#topRightTitle { }
#rightpanel form#categoryForm table#categoryTable div#bgTitle div#topLeftTitle div#topRightTitle div.pageTitle { color:rgb(047,071,158); font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel form#categoryForm table#categoryTable th { background-color:rgb(238,245,222); color:#626262; padding:10px 10px 0; border-bottom:1px solid #00b8e8; }
#rightpanel form#categoryForm table#categoryTable th.first { border-bottom:1px solid #00b8e8; background:rgb(238,245,222); }
#rightpanel form#categoryForm table#categoryTable th.separation { background:url(bg_separationTable.jpg) no-repeat rgb(238,245,222); height:28px; width:2px; padding:0; }
#rightpanel form#categoryForm table#categoryTable td.separation { background-color:#FFFFFF; border-bottom:1px solid #dbe461; }
#rightpanel form#categoryForm table#categoryTable td.evenFirst { border-bottom:1px solid #dbe461; background:#ededed; padding:5px; padding-left:20px; }
#rightpanel form#categoryForm table#categoryTable td.oddFirst { border-bottom:1px solid #dbe461; background:#f9f9f9; padding:5px; padding-left:20px; }
#rightpanel form#categoryForm table#categoryTable td.even { background-color:#ededed; padding:5px; border-bottom:1px solid #dbe461; padding-left:10px; }
#rightpanel form#categoryForm table#categoryTable td.odd { background-color:#f9f9f9; padding:5px; border-bottom:1px solid #dbe461; padding-left:10px; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus { background:rgb(238,245,222); }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus { margin-top:10px; margin-left:10px; margin-right:5px; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#titlePlus { background:url(bg_topPlus.jpg) repeat-x; color:white; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#titlePlus div#leftTopPlus { background:url(bg_leftTopPlus.jpg) no-repeat top left; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#titlePlus div#leftTopPlus div#rightTopPlus { background:url(bg_rightTopPlus.jpg) no-repeat top right; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#titlePlus div#leftTopPlus div#rightTopPlus img.imgPlus { padding-right:10px; padding-top:5px; padding-left:15px; padding-bottom:5px; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#bottomPlus { background:url(bg_bottomPlus.jpg) repeat #bebfbf; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#bottomPlus div#leftBottomPlus { background:url(bg_leftBottomPlus.jpg) no-repeat bottom left; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#bottomPlus div#leftBottomPlus div#rightBottomPlus { background:url(bg_rightBottomPlus.jpg) no-repeat bottom right; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#bottomPlus div#leftBottomPlus div#rightBottomPlus div#fieldPlus { padding:5px; padding-left:10px; height:30px; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#bottomPlus div#leftBottomPlus div#rightBottomPlus div#fieldPlus div#firstField { float:left; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#bottomPlus div#leftBottomPlus div#rightBottomPlus div#fieldPlus div#secondField { padding-left:222px; float:left; }
#rightpanel form#categoryForm table#categoryTable td.firstPlus div#plus div#bottomPlus div#leftBottomPlus div#rightBottomPlus div#fieldPlus div#thirdField { padding-left:177px; float:left; }
#rightpanel form#categoryForm table#categoryTable td.lineButton { }

/*********************/

/* Page applications */

/*********************/
#rightpanel div#popup { width:400px; border:2px solid rgb(217,152,037); position:absolute; background-color:#FFFFFF; display:none; z-index:99999999999999; }
#rightpanel div#popup div.actionTitle { background-color:rgb(217,152,037); padding:0; cursor:move; }
#rightpanel div#popup div.actionTitle h1 { color:white; font-weight:bold; font-size:12pt; margin:0; padding:4px 20px; }
#rightpanel div#popup div.actionContent { padding:10px; }
#rightpanel div#popup div.actionContent form#accessForm { }
#rightpanel div#popup div.actionContent form#accessForm table#categoryTable { width:100%; }
#rightpanel div#popup div.actionContent form#accessForm table#categoryTable th { background-color:rgb(238,245,222); color:#626262; padding:10px 10px 0; border-bottom:1px solid #00b8e8; }
#rightpanel div#popup div.actionContent form#accessForm table#categoryTable td.evenFirst { border-bottom:1px solid #dbe461; background: #ededed; padding:5px; padding-left:20px; }
#rightpanel div#popup div.actionContent form#accessForm table#categoryTable td.even { background-color:#ededed; padding:5px; border-bottom:1px solid #dbe461; padding-left:10px; }
#rightpanel div#popup div.actionContent form#accessForm table#categoryTable td.oddFirst { border-bottom:1px solid #dbe461; background: #f9f9f9; padding:5px; padding-left:20px; }
#rightpanel div#popup div.actionContent form#accessForm table#categoryTable td.odd { background-color:#f9f9f9; padding:5px; border-bottom:1px solid #dbe461; padding-left:10px; }
#rightpanel div#popup div.actionContent form#accessForm table#categoryTable td.first { }
#rightpanel form#applicationForm { }
#rightpanel form#applicationForm table#applicationTable { width:100%; }
#rightpanel form#applicationForm table#applicationTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; font-size:10pt; padding-bottom:0; }
#rightpanel form#applicationForm table#applicationTable div#bgTitle div#topLeftTitle { }
#rightpanel form#applicationForm table#applicationTable div#bgTitle div#topLeftTitle div#topRightTitle { }
#rightpanel form#applicationForm table#applicationTable div#bgTitle div#topLeftTitle div#topRightTitle div.pageTitle { color:rgb(047,071,158); font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel form#applicationForm table#applicationTable th { background-color:rgb(238,245,222); color:#626262; padding:10px 2px 0 5px; border-bottom:1px solid #00b8e8; }
#rightpanel form#applicationForm table#applicationTable th.first { border-bottom:1px solid #00b8e8; background: rgb(238,245,222); padding-left:10px; }
#rightpanel form#applicationForm table#applicationTable th.separation { background:url(bg_separationTable.jpg) no-repeat rgb(238,245,222); height:28px; width:2px; padding:0; }
#rightpanel form#applicationForm table#applicationTable td.evenFirst { border-bottom:1px solid #dbe461; background:#ededed; padding:5px; padding-left:10px; }
#rightpanel form#applicationForm table#applicationTable td.oddFirst { border-bottom:1px solid #dbe461; background: #f9f9f9; padding:5px; padding-left:10px; }
#rightpanel form#applicationForm table#applicationTable td img.bordered { padding:3px; }
#rightpanel form#applicationForm table#applicationTable td img.appAccess { }
#rightpanel form#applicationForm table#applicationTable td img.appDelete { }
#rightpanel form#applicationForm table#applicationTable td.separation { background-color:#FFFFFF; border-bottom:1px solid #dbe461; }
#rightpanel form#applicationForm table#applicationTable td.even { background-color:#ededed; padding:5px; border-bottom:1px solid #dbe461; padding-left:5px; }
#rightpanel form#applicationForm table#applicationTable td.odd { background-color:#f9f9f9; padding:5px; border-bottom:1px solid #dbe461; padding-left:5px; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus { background:rgb(238,245,222); }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#plus { margin-top:10px; margin-left:10px; margin-right:5px; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#plus div#titlePlus { background:url(bg_topPlus.jpg) repeat-x; color:white; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#plus div#titlePlus div#leftTopPlus { background:url(bg_leftTopPlus.jpg) no-repeat top left; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#plus div#titlePlus div#leftTopPlus div#rightTopPlus { background:url(bg_rightTopPlus.jpg) no-repeat top right; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#plus div#titlePlus div#leftTopPlus div#rightTopPlus img.imgPlus { padding-right:10px; padding-top:5px; padding-left:15px; padding-bottom:5px; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#bottomPlus { background:url(bg_bottomPlus.jpg) repeat #bebfbf; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#bottomPlus div#leftBottomPlus { background:url(bg_leftBottomPlus.jpg) no-repeat bottom left #bebfbf; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#bottomPlus div#leftBottomPlus div#rightBottomPlus { background:url(bg_rightBottomPlus.jpg) no-repeat bottom right #bebfbf; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#bottomPlus div#leftBottomPlus div#rightBottomPlus div#fieldPlus { padding:5px; padding-left:10px; height:60px; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#bottomPlus div#leftBottomPlus div#rightBottomPlus div#fieldPlus div#firstField { float:left; clear: both}
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#bottomPlus div#leftBottomPlus div#rightBottomPlus div#fieldPlus div#secondField { position:relative; clear: both; float:left; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#bottomPlus div#leftBottomPlus div#rightBottomPlus div#fieldPlus div#thirdField { float:left; position:relative; margin: 0 4px; }
#rightpanel form#applicationForm table#applicationTable td.firstPlus div#bottomPlus div#leftBottomPlus div#rightBottomPlus div#fieldPlus div#fourthField { float:left; position:relative;margin: 0 4px; }
#rightpanel form#applicationForm table#applicationTable td.lineButton { }

/**********************************/

/* Page substitution */

/**********************************/
#rightpanel form#subForm { }
#rightpanel form#subForm table#subTable { width:100%;float: left; }
#rightpanel form#subForm table#subTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; padding-bottom:0; }
#rightpanel form#subForm table#subTable div#bgTitle div#topLeftTitle { }
#rightpanel form#subForm table#subTable div#bgTitle div#topLeftTitle div#topRightTitle { }
#rightpanel form#subForm table#subTable div#bgTitle div#topLeftTitle div#topRightTitle div.pageTitle { color:rgb(047,071,158); font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel form#subForm table#subTable th.first { background:rgb(238,245,222); padding-left:10px; color:#626262; }
#rightpanel form#subForm table#subTable td.field { background-color:rgb(238,245,222); padding:5px; }

/**********************************/



/**********************************/
#rightpanel form#referentielForm { }
#rightpanel form#referentielForm table#referentielTable { width:100%; float: left}
#rightpanel form#referentielForm table#referentielTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; padding-bottom:0; }
#rightpanel form#referentielForm table#referentielTable div#bgTitle div#topLeftTitle { }
#rightpanel form#referentielForm table#referentielTable div#bgTitle div#topLeftTitle div#topRightTitle { }
#rightpanel form#referentielForm table#referentielTable div#bgTitle div#topLeftTitle div#topRightTitle div.pageTitle { color:rgb(047,071,158); font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel form#referentielForm table#referentielTable th.first { background:rgb(238,245,222); padding-left:10px; color:#626262; }
#rightpanel form#referentielForm table#referentielTable td.field { background-color:rgb(238,245,222); padding:5px; }
#rightpanel div#resultTable { }

/**********************/



/**********************/
#rightpanel iframe#innerFrame { }

/* voir explorer.css */

/*************************/

/* Audit synchronization */

/*************************/
#rightpanel table#synchronizeTable { background-color:none; width:100%;float: left }
#rightpanel table#synchronizeTable tr {background-color:rgb(238,245,222); }
#rightpanel table#synchronizeTable td { background-color:rgb(238,245,222) }
#rightpanel table#synchronizeTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; padding-bottom:0; }
#rightpanel table#synchronizeTable div#bgTitle div#topLeftTitle { }
#rightpanel table#synchronizeTable div#bgTitle div#topLeftTitle div#topRightTitle { }
#rightpanel table#synchronizeTable div#bgTitle div#topLeftTitle div#topRightTitle div.pageTitle { color:rgb(047,071,158); font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel table#synchronizeTable td.first { background:rgb(238,245,222); padding:10px; color:#626262; width:110px; border-top:1px solid #C0C0C0; }
#rightpanel table#synchronizeTable td.first img.iconeApp { height:50px;  }
#rightpanel table#synchronizeTable td.contentApp { background-color:rgb(238,245,222); padding:10px; border-top:1px solid #C0C0C0; }
#rightpanel table#synchronizeTable td.contentApp h2 { margin:0; font-weight:bold; font-size:12pt; }
#rightpanel table#synchronizeTable td.contentApp div.content { padding:0; margin:0; background-color:rgb(238,245,222); }
#rightpanel table#synchronizeTable td.contentApp div.content div.appliSynchroReturn { color:#000000; white-space:nowrap; }
#rightpanel div#popupReport { width:600px; border:2px solid rgb(217,152,037); position:absolute; background-color:#FFFFFF; display:none; overflow:auto; }
#rightpanel div#popupReport div.actionTitle { background-color:rgb(217,152,037); padding:0; cursor:move; }
#rightpanel div#popupReport div.actionTitle h1 { color:white; font-weight:bold; font-size:12pt; margin:0; padding:4px 20px; }
#rightpanel div#popupReport div.actionContent { padding:10px; }
#rightpanel div#popupReport div.actionContent table#reportTable { }
#rightpanel div#popupReport div.actionContent table#reportTable th,#rightpanel div#popupReport div.actionContent table#reportTable td { padding:3px; }
#rightpanel div#popupReport div.actionContent table#reportTable td.evenFirst,#rightpanel div#popupReport div.actionContent table#reportTable td.even { background-color:#D0D0D0; }
#rightpanel div#popupReport div.actionContent table#reportTable td.oddFirst { }
#rightpanel div#popupReport div.actionContent table#reportTable td ul { }
#rightpanel div#popupReport div.actionContent table#reportTable td ul li { }

/***********************/

/* Gestion des profils */

/***********************/
#rightpanel form#GestContactForm { }
#rightpanel form#GestContactForm table#profileTable { width:100%;float: left }
#rightpanel form#GestContactForm table#profileTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; padding-bottom:0; }
#rightpanel form#GestContactForm table#profileTable div#bgTitle div#topLeftTitle { }
#rightpanel form#GestContactForm table#profileTable div#bgTitle div#topLeftTitle div#topRightTitle { }
#rightpanel form#GestContactForm table#profileTable div#bgTitle div#topLeftTitle div#topRightTitle div.pageTitle { color:rgb(047,071,158); font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel form#GestContactForm table#profileTable td.first { background:rgb(238,245,222); padding-left:10px; color:#626262; }
#rightpanel form#GestContactForm table#profileTable td.field { background-color:rgb(238,245,222); padding:5px; }
#rightpanel form#GestContactForm table#profileTable td.field h2 { color:#626262; text-decoration:underline; font-size:12px; }
#rightpanel form#GestContactForm table#profileTable td.field table.array { width:100%; background-color:#FFFFFF; }
#rightpanel form#GestContactForm table#profileTable td.field table.array td.evenFirst { border-bottom:1px solid #dbe461; background:#ededed; padding:5px; padding-left:10px; }
#rightpanel form#GestContactForm table#profileTable td.field table.array td.even { background-color:#ededed; padding:5px; border-bottom:1px solid #dbe461; padding-left:5px; }
#rightpanel form#GestContactForm table#profileTable td.field table.array td.oddFirst { border-bottom:1px solid #dbe461; background: #f9f9f9; padding:5px; padding-left:10px; }
#rightpanel form#GestContactForm table#profileTable td.field table.array td.odd { background-color:#f9f9f9; padding:5px; border-bottom:1px solid #dbe461; padding-left:5px; }
#rightpanel form#GestContactForm table#profileTable td.field table.array td.separation { height:28px; width:2px; padding:0; background-color:#FFFFFF; }

/***************************/

/* Gestion des antennes BG */

/***************************/
#rightpanel table#antenneTable { width:100%;float: left; }
#rightpanel table#antenneTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; padding-bottom:0; }
#rightpanel table#antenneTable div#bgTitle div#topLeftTitle { }
#rightpanel table#antenneTable div#bgTitle div#topLeftTitle div#topRightTitle { }
#rightpanel table#antenneTable div#bgTitle div#topLeftTitle div#topRightTitle div.pageTitle { color:rgb(047,071,158); font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel table#antenneTable th { background-color:rgb(238,245,222); color:#626262; padding:10px 10px 0; border-bottom:1px solid #00b8e8; }
#rightpanel table#antenneTable th.separation { background:url(bg_separationTable.jpg) no-repeat rgb(238,245,222); height:28px; width:2px; padding:0; }
#rightpanel table#antenneTable th.first { border-bottom:1px solid #00b8e8; background:rgb(238,245,222); }
#rightpanel table#antenneTable td { }
#rightpanel table#antenneTable td.separation { background-color:#FFFFFF; border-bottom:1px solid #dbe461; }
#rightpanel table#antenneTable td.oddFirst { border-bottom:1px solid #dbe461; background: #f9f9f9; padding:5px; padding-left:20px; }
#rightpanel table#antenneTable td.odd { background-color:#f9f9f9; padding:5px; border-bottom:1px solid #dbe461; padding-left:10px; }
#rightpanel table#antenneTable td.evenFirst { border-bottom:1px solid #dbe461; background: #ededed; padding:5px; padding-left:20px; }
#rightpanel table#antenneTable td.even { background-color:#ededed; padding:5px; border-bottom:1px solid #dbe461; padding-left:10px; }
#rightpanel table#antenneTable td img.detail { }
#rightpanel table#antenneTable td img.delete { }
#rightpanel div#popupAntenne { width:600px; border:2px solid rgb(217,152,037); position:absolute; background-color:#FFFFFF; display:none; }
#rightpanel div#popupAntenne div.actionTitle { background-color:rgb(217,152,037); padding:0; cursor:move; }
#rightpanel div#popupAntenne div.actionTitle h1 { color:white; font-weight:bold; font-size:12pt; margin:0; padding:4px 20px; }
#rightpanel div#popupAntenne div.actionContent { padding:10px; }
#rightpanel div#popupAntenne div.actionContent form#antenneForm { }
#rightpanel div#popupAntenne div.actionContent form#antenneForm table { margin:auto; }
#rightpanel div#popupAntenne div.actionContent form#antenneForm th { }
#rightpanel div#popupAntenne div.actionContent form#antenneForm th.First { }
#rightpanel div#popupAntenne div.actionContent form#antenneForm td { padding:3px; }
#rightpanel div#popupAntenne div.actionContent form#antenneForm td img.zipCodeSearch { }
#rightpanel div#popupAntenne div.actionContent form#antenneForm td input.button { }
#rightpanel div#popupAntenne div.actionContent form#antenneForm td input#save { }
#rightpanel div#popupAntenne div.actionContent form#antenneForm td input#cancel { }

/**********************/

/* Fusion de contacts */

/**********************/
#rightpanel form#mergeForm { }
#rightpanel form#mergeForm table#mergeTable { width:100%;float: left; }
#rightpanel form#mergeForm table#mergeTable div#bgTitle { background:rgb(238,245,222); padding-left:0; margin:0; width:249px; padding-bottom:0; }
#rightpanel form#mergeForm table#mergeTable div#bgTitle div.pageTitle { color:rgb(047,071,158); font-weight:bold; padding-left:10px; padding-right:20px; padding-top:10px; padding-bottom:0; }
#rightpanel form#mergeForm table#mergeTable th { background-color:rgb(238,245,222); color:#626262; padding:10px 10px 0; border-bottom:1px solid #00b8e8; }
#rightpanel form#mergeForm table#mergeTable th.firstTitle { border-bottom:1px solid #00b8e8; background:rgb(238,245,222); padding:5px; }
#rightpanel form#mergeForm table#mergeTable th.first { font-weight:normal; border-bottom:0 solid #00b8e8; background:rgb(238,245,222); padding:5px; }
#rightpanel form#mergeForm table#mergeTable td { }
#rightpanel form#mergeForm table#mergeTable td.field,#rightpanel form#mergeForm table#mergeTable td.fieldLeft,#rightpanel form#mergeForm table#mergeTable td.fieldRight { background-color:rgb(238,245,222); padding:5px; border-bottom:0 solid #dbe461; padding-left:10px; }
#rightpanel form#mergeForm table#mergeTable td.fieldLeft,#rightpanel form#mergeForm table#mergeTable td.hilight,#rightpanel form#mergeForm table#mergeTable td.fieldRight,#rightpanel form#mergeForm table#mergeTable td.fusionField {

border-left:1px solid #00b8e8; }
#rightpanel form#mergeForm table#mergeTable td.fieldLeft { }
#rightpanel form#mergeForm table#mergeTable td.fieldRight { }
#rightpanel form#mergeForm table#mergeTable td.hilight { background-color:rgb(238,245,222); font-weight:bold; padding:5px; border-bottom:0 solid #dbe461; padding-left:10px; }
#rightpanel form#mergeForm table#mergeTable td.hilightArchive { background-color:rgb(238,245,222); font-weight:bold; padding:5px; border-bottom:0 solid #dbe461; padding-left:10px; font-style:italic; color:red; }
#rightpanel form#mergeForm table#mergeTable td.archive { background-color:rgb(238,245,222); font-weight:normal; padding:5px; padding-left:10px; font-style:italic; color:red; }
#rightpanel form#mergeForm table#mergeTable td.fusionField { background-color:#FFCC33; font-weight:bold; color:white; border-left:1px solid rgb(047,071,158); padding:5px; }
#rightpanel form#mergeForm table#mergeTable td.lineButton { }


iframe.ie6Hack { position:absolute; top:0; left:0; width:0; height:0; z-index:-1; }
#listUser {width: 250px;}kground:rgb(238,245,222); padding:5px; }
#rightpanel form#mergeForm table#mergeTable td { }
#rightpanel form#mergeForm table#mergeTable td.field,#rightpanel form#mergeForm table#mergeTable td.fieldLeft,#rightpanel form#mergeForm table#mergeTable td.fieldRight { background-color:rgb(238,245,222); padding:5px; border-bottom:0 solid #dbe461; padding-left:10px; }
#rightpanel form#mergeForm table#mergeTable td.fieldLeft,#rightpanel form#mergeForm table#mergeTable td.hilight,#rightpanel form#mergeForm table#mergeTable td.fieldRight,#rightpanel form#mergeForm table#mergeTable td.fusionField {
/* Mettre les colonnes en*/
border-left:1px solid #00b8e8; }
#rightpanel form#mergeForm table#mergeTable td.fieldLeft { }
#rightpanel form#mergeForm table#mergeTable td.fieldRight { }
#rightpanel form#mergeForm table#mergeTable td.hilight { background-color:rgb(238,245,222); font-weight:bold; padding:5px; border-bottom:0 solid #dbe461; padding-left:10px; }
#rightpanel form#mergeForm table#mergeTable td.hilightArchive { background-color:rgb(238,245,222); font-weight:bold; padding:5px; border-bottom:0 solid #dbe461; padding-left:10px; font-style:italic; color:red; }
#rightpanel form#mergeForm table#mergeTable td.archive { background-color:rgb(238,245,222); font-weight:normal; padding:5px; padding-left:10px; font-style:italic; color:red; }
#rightpanel form#mergeForm table#mergeTable td.fusionField { background-color:#FFCC33; font-weight:bold; color:white; border-left:1px solid rgb(047,071,158); padding:5px; }
#rightpanel form#mergeForm table#mergeTable td.lineButton { }

iframe.ie6Hack { position:absolute; top:0; left:0; width:0; height:0; z-index:-1; }
#listUser {width: 250px;}