html,body {  
background-color:#D3E4F5;
margin:0;
text-align:center; /* pour corriger le bug de centrage sous IE */
}
HR {
color:navy; 
height:1pt;
}
form {
margin:0;
}
textarea, select, option {
font-family:Arial,tahoma,Verdana;
color:black;   
font-size: 9pt;                 
}
/* pour FireFox */
select {
height:auto;
}
input {
font-family:Arial,tahoma,Verdana;
color:black;   
font-size: 9pt;
}
a img {
border:none;
}
span {  /* anciennement textAdmin9, textAdmin11, tableName, whiteSmall et threadListA */
font-family:Arial,tahoma,Verdana; 
font-weight: bold; 
color: #014A6A;
font-size: 9pt;
}
table td {
font-family:Arial,tahoma,Verdana;
}
.bandeauAdmin {
border-style:solid;             
border-width:1px;               
border-color:#014A6A;
border-collapse:collapse;      
width:100%;                      
background-color:#D3E4F5;   
height:40;       
}
.bandeauAdmin td {
border-style:solid;
border-width:1px;
border-color:#014A6A;
background-color:#D3E4F5;
padding-left:5px;
color:#014A6A;
}
.bandeauAdmTD1 {
width:25%;
}
.bandeauAdmTD2 {
width:75%;
}
.tableEncadre {
width:80%;
margin-top:1%;
background-color:white;
border-width:0;               
border-collapse:collapse;
position:relative;
margin-left:auto;
margin-right:auto;                         
}
.tableEncadre td {
background-color:white;
border-width:0;
text-align:left;
padding:0;		/* à remettre dans la stylesheet de la page pour Firefox */
margin:0;
}
/*.tdCorner1 {
width:10;
background:url(http://gemini.akio-software.com:8080/jamc/images/acorner_left_top.gif) top left fixed no-repeat;
 comme ça ça marcherait mais en relatif ça marche pas 
}*/
