﻿body {
    font-size: 10pt; 
    font-family: Tahoma;
}
input 
{
    /*border-radius:1px;*/
}
 .link  {
    cursor:pointer;
}

/*tables*/
.tableLeft td 
{
    text-align:left;
}
/*Actes*/
.commentInputText {
    border-left: none 0px;
    border-top: none 0px;
    border-right: none 0px;
    border-bottom: solid 1px;
    width: 170px;
    /*  background-color:Transparent; */
    font-family: Tahoma;
    font-weight: bold;
}
.spanComment {
    margin-left:15px;
    font-family: Tahoma;
    font-size:11px;
}

.texteGris {
    color:Gray;
}

.texteGris input {
    color:Gray;
}

.normal {
    color:Black;
}
/*fin Actes*/

/* ACCORDEON - Messages*/

.accordion_toggle  {		    
	display: block;
	height: 25px;
	width: 99.7%;	
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	background: no-repeat top right #f7f7f7;
	border: 1px solid #c6c3c6;
	cursor: pointer;
	margin: 0;
	overflow:hidden;
}

.accordion_toggle_active {
	/*background: no-repeat top right #00c300;*/
	background: no-repeat top right #ffda70;
	border-bottom: 1px solid #c6c3c6;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	width:99.9%;
	overflow:hidden;
}

.accordion_content p {
    margin : 3px 0px 0px 0px;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

/*Fin Accordéeon Messages*/

/*Classes pour les messages*/
.divNouveauMsg {
 width:730px;
 text-align:right;   
}
.nouveauMsg 
{
    float:right;
}

.oldMessageList  {
   border :solid 1px gray;
   background-color:#F7F7F7;
   overflow:auto;
   padding-bottom:3px;
   width:680px;
   color:#56575b;
   border-radius:10px;   
   /*margin-bottom :5px;   */
}

.oldMessage  {
   border-bottom :dashed 1px gray;
   padding : 5px 0px 5px 5px;
   /*margin-bottom :5px;   */
}
.oldMsgOver {
    background-color : #f8f8f0;
}
#anciensMessages fieldset 
{
    background-color:#f7f7f7;
}
#anciensMessages fieldset ul 
{
    list-style:none;
    padding:0;
}
.msgImage 
{
    width:50px;
    height:50px;
}
.bigpict 
{
    max-width:500px;
    border:3px solid white;
    cursor:pointer;
}
#nouveauMessage {
 text-align:right; 
 border: 1px solid gray;  
}
.noResult  {
    background: no-repeat top right #f7f7f7;
	border: 1px solid #c6c3c6;
	font-family:Tahoma;
	font-size:8pt;
	width:99.7%;
	/*margin-left:3px;*/
 }
 .titrePagePublics {
     font-family:Tahoma;
     font-size:11pt;
     font-weight:bold;
 }
.auteurMsg {
 /*background: no-repeat top right #f7f7f7;*/
 /*border-bottom: 1px solid #c6c3c6;*/
 width : 100%;
 height: 10px;
 padding : 5px 0px 0px 0px;
 font-weight:bold;
 }
 /*Fin messages*/
 
/*Conversations*/
#divConv  {
     display :none;
     background-color :White;
     z-index:99;
     position:absolute;
}
#supprConv  {
     text-align : center;
     display :none;
 }
.updateConv {
    float:right;    
    width:auto;    
}
.convTitreNomDate {
     font-size:9px;
 }
 
#convMessDiv, oldMessage {
     float:left;text-align:left;
     width  : 100%;
}
    
.boutonSupprConv {
 text-align:left; 
 } 
  .gauche  {
     width : 8px;
     height : 30px;
     float : left;
     background-image :url(../../images/back_left.png);
 }
 
 .droite 
 {
     width : 8px;
     height : 30px;
     float : left;
     background-image :url(../../images/back_right.png);     
 }
 .ligne {height:30px;clear:left;background-color : #99f648;}
 .contenu 
 {
     height:30px;float:left;
     background-image :url(../../images/back_centre.png);
     background-repeat:repeat-x;     
  }
  
 .contenu input, .contenu select, .contenu span, .contenu img  {
  border : none;
  background : transparent;
 }
 .contenu .input   {
     margin-top : 6px;
     float : left;
 }
 .contenu .select {
     margin-top : 5px;
     float : left;
 }
 .contenu .span {
     margin: 6px 5px 0px 0px;
     float:left;
 }
 .contenu .img {
     margin-top : 7px;
     float : left;
 }
 .blocDiv {float:left;}
 .borDroite {border-right : 1px dotted gray;}
 .borGauche {border-left : 1px dotted gray;}
 .borHaut {border-top : 1px dotted gray;}
 .contenu select  {
  border-left : gray 1px solid;
 }
 .textRecherche  {
     font-style : italic;
     font-size : 10pt;
     color : Gray;
  }
  
  .barreOutils {
      width: 100%;
      height:65px;
  }
  
  .selectedPage  {
      margin-left :2px;      
  }
  .numPage   {
      color : blue;
      cursor :pointer;
      margin-left :2px;
      text-decoration :underline;      
  }
  
  #divPagination {
      font-size :8pt;
      float :right;
      margin-top: 3px;
  }
 
 .archiveConv {
     background :url(../../images/icon_arch.png) no-repeat right;
     padding-right:20px;
 }
 
 .publiConv  {
     background :url(../../images/icon_pub.png) no-repeat right;
     padding-right:20px;
 }
 
 .priveConv {
     background :url(../../images/icon_priv.png) no-repeat right;
     padding-right:20px;
 }
 
 .modifie {
     font-weight:bold;
 }
 
 .suppMsgRadios  {
    margin:20px 0px;
    float:left;
    clear:both;
}

.suppMsgActions td {
    padding-top:5px;
    clear:both;
    border-top: 1px solid gray;
}
.annulbtn {
    padding-left:60px;
}
.toptab 
{
    background :url(../../images/top_tab.png) no-repeat ;
    height:24px;
    font-weight:bold;
}
.midtab 
{
    background :url(../../images/mid_tab.png) repeat-y;    
}
.bottomtab 
{
    background :url(../../images/bottom_tab.png) no-repeat ;
    height:29px;
}
.msgTab {
    width:687px;
    color:#56575b;
}
.spaceTab 
{
    width:16px;
}
.midTabMsg 
{
    width:655px;
}
    
 /*Fin Conversation*/

/*Statistiques*/
.statNbre {
    text-align:center;
    width:60px;
}
.trStatresultat {
    background-color :#F7F7F7;
    text-align :left;
    height:20px;
    border:solid 1px gray;
}
.trStatresultat td  {
 border-top : solid 1px gray;   
 border-left : solid 1px gray;
 border-right : solid 1px gray;
}
.trStatresultatOdd td  {
 border-top : solid 1px gray;   
 border-left : solid 1px gray;
 border-right : solid 1px gray;
}

.endTab {
    border-bottom : solid 1px gray;  
}
.trStatresultatOdd {
    background-color :White;
    text-align :left;
    height:20px;
    border:solid 1px gray;
}
/*Fin stats*/

/*Popup*/
#popupData , #bigImageData{
    top:200px;
    /*left:25%;*/
    color :Black;
    position:relative;
    z-index:10;
    font-size:12px;
    /*width :540px;*/
    margin:0;
    padding:0;
    /*background-color:#A9D06A;*/
}
#bigImageData  {    
    width:100% !important;
    top:100px !important;
}

#popupDiv, #bigImageContent {
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    background-image:url(../../images/overlay.png);
    background-repeat:repeat;
    display:none;
}
/*
.entetePopup {
     text-align:center;
     font-size:16px;
     padding-top:5px;
 }
 
.corpsPopup {
     background-image:url('../../images/background.gif');
 } 
.entetePopup hr  {
     margin-bottom:0;
 } 
 .leftPopup , .midPopup, .rightPopup {
     height:178px;
     float:left;
     clear:none;
 }
 .leftPopup  {
     background-image:url('../../images/left_popup.png');
     width:15px;
     
 }
 .rightPopup {
     background-image:url('../../images/right_popup.png');
     width:15px;
 }
 .midPopup {
     background-image:url('../../images/mid_popup.png');
     background-repeat:repeat-x;     
     height:178px;
 }*/
 #popupData .header .td1 , #popupData .bottom .td1 , 
 #popupData .header .td3 , #popupData .bottom .td3  {
     width:14px;
     height:14px;
 }
 #popupData .header td , #popupData .bottom td  {
     height:14px;
 }
 #popupData .header .td1 {
  background-image:url('../../images/popup_border_top_left.png');   
  background-repeat:no-repeat;
 }
 #popupData .header .td3  {
  background-image:url('../../images/popup_border_top_right.png');   
  background-repeat:no-repeat;  
 } 
 #popupData .header .td2 {
     background-image:url('../../images/popup_border_top_middle.png');
     background-repeat:repeat-x;
 } 
 #popupData .middle .td1  {
     background-image:url('../../images/popup_border_left.png');
     background-repeat:repeat-y;
 } 
 #popupData .middle .td2  {
     background-image:url('../../images/popup_back_middle.png');     
 } 
 #popupData .middle .td3  {
     background-image:url('../../images/popup_border_right.png');
     background-repeat:repeat-y;
 } 
 #popupData .bottom .td1 {
     background-image:url('../../images/popup_border_bottom_left.png');
     background-repeat:no-repeat;  
 }
 #popupData .bottom .td2 {
     background-image:url('../../images/popup_border_bottom_middle.png');
     background-repeat:repeat-x;
 }
 #popupData .bottom .td3 {
     background-image:url('../../images/popup_border_bottom_right.png');
     background-repeat:no-repeat;
 } 
opupData .header .td3  {
 }
 /*Fin Popup*/
 
.lienStat {
    text-decoration:none;
    border :none;
    vertical-align : middle;
    font-size:15px;
    clear:both;
    /*padding:50px;*/
}

.lienStat img {
    vertical-align : middle;
    border: none;
}

/*Génération des boutons enregistrer,fermer, annuler et supprmier*/
.saveBtn  {
    
}
.saveBtn .left_btn, .saveBtn .btn_text, .saveBtn .right_btn  {
    float:left;    
} 
.saveBtn .left_btn {
    background:url('../../images/left_btn_save.png');
    width:22px;
    height:23px;
}
.saveBtn .right_btn {
    background:url('../../images/right_btn_save.png');
    width:18px;
    height:23px;
}
.saveBtn .btn_text {
    background:url('../../images/mid_btn_save.png');
    height:23px;
    line-height:20px;
    color:#FFFFFF;
}
.photoBtn  {
    
}
.photoBtn .left_btn, .photoBtn .btn_text, .photoBtn .right_btn  {
    float:left;    
} 
.photoBtn .left_btn {
    background:url('../../images/left_btn_photo.png');
    width:28px;
    height:23px;
}
.photoBtn .right_btn {
    background:url('../../images/right_btn_photo.png');
    width:11px;
    height:23px;
}
.photoBtn .btn_text {
    background:url('../../images/mid_btn_photo.png');
    height:23px;
    line-height:20px;
    font-size:9pt;
    font-weight:bold;    
}
.btn_text 
{
    padding-left:1px;
}
.closeBtn .left_btn, .closeBtn .btn_text, .closeBtn .right_btn  {
    float:left;
} 
.closeBtn .left_btn {
    background:url('../../images/left_btn_close.png');
    width:22px;
    height:23px;
}
.closeBtn .right_btn {
    background:url('../../images/right_btn_close.png');
    width:18px;
    height:23px;
}
.closeBtn .btn_text {
    background:url('../../images/mid_btn_close.png');
    height:23px;
    line-height:20px;
    color:#56575b;
}
.saveBtn .btn_text, .closeBtn .btn_text , .suppBtn .btn_text {
    font-weight:bold;
}
.suppBtn .left_btn {
    background:url('../../images/left_btn_delete.png');
    width:22px;
    height:23px;
}
.suppBtn .right_btn {
    background:url('../../images/right_btn_delete.png');
    width:18px;
    height:23px;
}
.suppBtn .btn_text {
    background:url('../../images/mid_btn_delete.png');
    height:23px;
    line-height:20px;
    color:#56575b;
}
.suppBtn .left_btn, .suppBtn .btn_text, .suppBtn .right_btn  {
    float:left;
} 
.closeBtn {
    
}
.suppBtn {
    
}
/*Traitement des commandes*/
#ns_tab, #dc_tab,#gn_tab,#ma_tab 
{
    position:relative;    
    float:left;
}
.gridCde 
{
    margin-bottom:20px;
}
/*Bouton déroulé ou fermé*/
.ferme {
    padding-left:20px;
    background :url('../../images/ferme.png') no-repeat center left;
    cursor:pointer;
    margin-top:20px;
}

.ouvert {
    padding-left:20px;
    background :url('../../images/ouvert.png') no-repeat center left;
    cursor:pointer;
    margin-top:20px;
}
/**/
