﻿/*         www.belot.biz         */ 
/*      Copyright 2006-2009      */
/*      webmaster@belot.biz      */


/* ---- STYLE COMMUN A TOUTE LES PAGES PAR DEFAUT ---- */ 

body 
{
/* Curseur par défaut */
	cursor: default;
/* Marge de la page */
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
/* Couleur du fond de la page */
    background-color: #336699;
    background-image: url(../images/background.gif);
    background-repeat: repeat-x; 
    color:black ;
/* Type d'écriture */
 	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
}

/* Zone cachée pour statistiques */	
.cachestat {	visibility : hidden;}

/* Liens */	
a:link {color:white;text-decoration:none;    text-align: center;}
a:active {color:white;text-decoration:none}
a:focus  {color:white;text-decoration:none}
a:visited {color:white;text-decoration:none}
a:hover {color:white;text-decoration:none}
A:link { cursor:  pointer; }

/* Polices */
.f_retour {color: white;
     font-family:'Times New Roman, Verdana, Arial, Helvetica, sans-serif';
     font-weight: bold; 
     font-size:12pt;
     }
.f_indication {color: white;
     font-family:'Verdana, Arial, Helvetica, sans-serif';
     font-size:7pt;
     text-decoration:none;
     }
.f_standard {color: white;
          font-style: italic;
          font-family: "Comic Sans MS";
          }
.f_infobulle{
	position: absolute;	
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: black;
	background-color: #FFFFCC;
    }
.f_cartouche { border-style: none;
             border-width: 0;
             width:100%;
            }
.f_finpage {   font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            }
td.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #959EAD;
	cursor: hand
        }
td.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #C3C9D4;
	cursor: hand
}
td.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A7ADB7;
	cursor: default
}

