﻿body {
    font-size: 10pt; 
    font-family: Tahoma;
}
 .link  {
    cursor:pointer;
}
/*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;   
}

.oldMessageList  {
   border :solid 1px gray;
   /*margin-bottom :5px;   */
}

.oldMessage  {
   border-bottom :dashed 1px gray;
   padding : 5px 0px 5px 5px;
   /*margin-bottom :5px;   */
}
.oldMsgOver {
    background-color : #f8f8f0;
}
#nouveauMessage {
 text-align:right;   
}
.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: 20px;
 padding : 5px 0px 0px 0px;
 }
 /*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;
 margin-left:10%;
 } 
  .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;
 }
 /*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*/
#contentPopup {
    top:200px;
    left:25%;
    color :Black;
    position:relative;
    z-index:10;
    font-size:12px;
    border : solid 1px gray;
    width :540px;
    margin:0;
    padding:0;
    /*background-color:#A9D06A;*/
}

#popupDiv {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    background-image:url(../../images/overlay.png);
    background-repeat:repeat;
    display:none;
}

.entetePopup {
     background-color:#00c300;
 }
 
.corpsPopup {
     background-image:url('../../images/background.gif');
 } 
.entetePopup hr  {
     margin-bottom:0;
 } 
 /*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;
}