body 
{
  background-image:  url("./images/background.jpg");
  background-attachment: fixed ;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 15px ;
}

div.title2 
  {
    font-size: 25px ;
  } 
  
div.com_link
{
  color: #00008B ; 
}  

select
{
   cursor: pointer ;	
}

textarea
{
  resize: none; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px ;
 
}

div#frame {
		width:90%;
		margin-right:auto;
		margin-left:5%;
		margin-top:5px;
		padding:0px;
		text-align:left;	    
		}
		
div#helpframe {
		width:50%;
		margin-right:auto;
		margin-left:25% ;
		margin-top:5px;
		padding:0px;
		background-color:#ADADAD;
		text-align:left;
	
	    
		}		 
 
table { margin:0px  ; font-family:Courier}



li  { font-family: Arial, Helvetica, sans-serif; font-size: 15px; background-color: #ADADAD ; }  
td { font-family: Arial, Helvetica, sans-serif; 
   font-size: 15px; 
   background-color: #ADADAD;
   }
   
th { font-family: Arial, Helvetica, sans-serif; 
   font-size: 15px; 
   background-color: #ADADAD;
   }   

td.css_bbcodes_table  { font-family: Arial, Courier New; 
                   text-align: center ; font-size: 12px; 
				   background-color: #ADADAD } 

td.css_res_table  { font-family:  Arial, Verdana, Courier New; 
                   text-align: center ; 
				   font-size: 12px; 
				   background-color: #ADADAD ; 
			       }
.css_comment  { font-family:  Arial, Verdana, Courier New; 
                   text-align: left ; 
				   font-size: 12px; 
				   background-color: #ADADAD ; 
				   margin-left:0.35cm; 
				   margin-right:0.35cm;  "
			  } 
td.image
{
	
}						  
		   
hr { color: white; 
    width:750px ;
	
	} 
	
img.header  { border:3px solid;
      border-top-color:#E9967A ; 
      border-left-color:#E9967A;
      border-right-color:#B22222;
      border-bottom-color:#B22222;
	  
    } 

hr#footer {
color: #043;
background-color: #043;
height: 1px;
width: 750px;
text-align: left; 
}


a { color: #000000 ;
    margin-right: 0.35cm; 
	margin-left: 0.35cm; 
  }
a:visited {color:black} 
a:hover {color:red} 
a:active {color:blue}


.btn{
   color:black;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#ADADAD;
   border:3px solid;
   margin-right:10px;

   border-top-color:#E9967A;
   border-left-color:#E9967A;
   border-right-color:#B22222;
   border-bottom-color:#B22222;
   cursor: pointer ;
   }
 
.btn:active 
{  border-top-color:#B22222;
   border-left-color:#B22222;
   border-right-color:#E9967A;
   border-bottom-color:#E9967A;

} 

 input[disabled]
{
  color:gray ;
}

input.editbox {
   color:black;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#ffffff;
   border:3px solid;
   margin-right:10px;

   border-top-color:#E9967A;
   border-left-color:#E9967A;
   border-right-color:#B22222;
   border-bottom-color:#B22222;
  
   }


#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 300px;

}


#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }

.ui-dialog-titlebar-close {
    visibility: hidden;
}

/* nouvelle gang!!! */
 #home_ico 
  {
	position: fixed; 
    top:64px ;
    left:2px ;	
	cursor: pointer;
  }
  
  #back_ico 
  {
	position: fixed; 
    top:15px ;
    left:10px ;
    cursor: pointer;	
  }

  
  #jpeg_ico 
  {
	position: fixed; 
    top:128px ;
    left:10px ;	
	cursor: pointer;
  }
  
  #calc_ico 
  {
	position: fixed; 
    top:182px ; 
    left:10px ;	
	cursor: pointer;
  }
   #conv_ico 
  {
	position: fixed; 
    top:238px ;
    left:10px ;	
	cursor: pointer;
  } 
  
  #mail_ico 
  {
	position: fixed; 
    top:285px ;
    left:10px ;	
	cursor: pointer;
  }
  
  #img_header  
  { 
    border:3px solid;
    border-top-color:#E9967A ; 
    border-left-color:#E9967A;
    border-right-color:#B22222;
    border-bottom-color:#B22222;
	width:670px ;
	height:175px ;
	margin-left: 50px;
   } 



#smileysWrapper
{
   width:100%;
   height:100px;
   overflow-y: scroll;
   border:hidden ;
}

.trash
{
  cursor:pointer;  
}

.bilan_title
{
 font-weight: bold; 
}	

.bilan_tx
{
 text-align: left;	
 padding-left: 5px;
 padding-right: 5px ;
}

/*
#smileysWrapper{
  display:none ;	
  position: fixed;
  top: 30px; 
  left:5px ;
  padding-top: 5px;
  width:260px;
  height:100px ;
  border:3px solid goldenrod;
  background-color:lightgray ; 
  overflow-y: scroll; 
  z-index:9999 ;
  font-size:125% ;
}
*/