@charset "ISO-8859-1";


/* Boite calculs */

.calque
{
 position : absolute ;
 border : 1px solid #999;
 opacity : 1;
 -moz-opacity : 1;
 -khtml-opacity : 1;
 -ms-filter : alpha(opacity=100);
 filter : alpha(opacity=100);
}
.msOnCellLeft
{
 border-left: 1px solid #A77B4F;
 border-top: 1px solid #A77B4F;
 border-bottom: 1px solid #A77B4F;
 background: #E7DBCF;  
 cursor: pointer; 
 background-image: url(../img/pic00963.png);
 background-repeat: repeat-x; 
}
.msOnCellRight
{
 border-right: 1px solid #A77B4F;
 border-top: 1px solid #A77B4F;
 border-bottom: 1px solid #A77B4F;
 background: #E7DBCF;  
 cursor: pointer;  
 background-image: url(../img/pic00963.png);
 background-repeat: repeat-x; 
}
.StdCellLeft
{
 padding-left: 1px;
 padding-top: 1px;
 padding-bottom: 1px;
  /* le padding remplace les bordures qui apparaissent au survol de la souris */
}
.StdCellRight
{
 padding-right: 1px;
 padding-top: 1px;
 padding-bottom: 1px;
  /* le padding remplace les bordures qui apparaissent au survol de la souris */
}


/* Liens associÃÂ©s du menu de gauche */

A.calc1
{
 color: #633100;
 font-weight: bold;
 text-decoration: none;
 font-family : sans-serif, Arial, Tahoma, Verdana;
}
A.calc1:hover
{
 color: #FF8000;
 font-weight: bold;
 text-decoration : none;
 font-family : sans-serif, Arial, Tahoma, Verdana;
}






