/* Divers */


/*@import url("canevas.css");*/
@import url("contenu.css");

body 
  { 
   
  scrollbar-base-color: #FCF3BA;
  scrollbar-face-color: #FCF3BA;
  scrollbar-arrow-color: #FE9E32; 
  scrollbar-highlight-color: #FE9E32; 
  scrollbar-3dlight-color: #FCF3BA; 
  scrollbar-track-Color: #FCF3BA; 
  scrollbar-shadow-color: #FE9E32; 
  scrollbar-darkshadow-color: #FCF3BA;
  
  /* Fond */
  /* background-color: #102D74; */
  background-color:#FFFFFF;   
  background-image: url('../images/fonddegrade.jpg') ;
  background-repeat:repeat-x;
	font-family: verdana;
	font-size: 10px;
  }
  
.spc { font-size: 0px; height: 5px; }
.img { border: 1px solid #102D74; }
.form { background-color: #EEEEEE; border: 1px solid #FFC833; font-family: verdana; font-size: 10px; color: #102D74; }
.formbox { background-color: #FFFFFF; border: 1px solid #FFC833; font-family: verdana; font-size: 10px; color: #102D74; }
.tblform { background-color: white; border: 1px solid #FFC833; padding: 5px 5px 5px 5px; font-family: verdana; font-weight: bold; font-size: 10px; color: #102D74;}

/* Menus déroulants */
/* .lignemenu { background-color: #FCF3BA; height: 12px; width: 166px; cursor: hand; font-family: verdana; font-size: 10px; color: #112B75; } */
.menuHaut { position: absolute; z-index: 10; background-color: #FCF3BA; padding: 5px 5px 5px 5px; visibility: hidden; }
.menuHautShadow { position: absolute; z-index: 9; filter:alpha(Opacity=50); top: 2px; background-color: #000000; visibility: hidden }
.ligneMenu { background-color: #FCF3BA; height: 12px; cursor: pointer; font-family: verdana; font-size: 10px; color: #112B75; }

/* Menu contextuel des pseudos */
.menuPseudo { position: absolute; top: 0; left: 0;  visibility: hidden; z-index: 10; background-color: #FFFFFF; border: 3px solid #FE9E32 ; font-family: verdana; font-size: 10px; color: #112B75; }

/* Navigation menu dans box */
/*.navGris1  { background-color: #FCF3BA; }
.navGris2  { background-color: white; }*/

.navGris1  { background-color: white; }
.navGris2  { background-color: #BBBBBB; }


/* Fontes pour les pseudos */
.FtGris        { color: #888888; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtGris       { color: #888888; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtGris:hover { color: #AAAAAA; font-weight: bold; font-family: verdana; font-size: 10px; }

.FtJaune        { color: #DE8023; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtJaune       { color: #DE8023; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtJaune:hover { color: #FFA245; font-weight: bold; font-family: verdana; font-size: 10px; }

.Pseudo1        { color: #1082EF; font-weight: bold; font-family: verdana; font-size: 10px; }
A.Pseudo1       { color: #1082EF; font-weight: bold; font-family: verdana; font-size: 10px; }
A.Pseudo1:hover { color: #112B75; font-weight: bold; font-family: verdana; font-size: 10px; }

.Pseudo2        { color: #CB59FF; font-weight: bold; font-family: verdana; font-size: 10px; }
A.Pseudo2       { color: #CB59FF; font-weight: bold; font-family: verdana; font-size: 10px; }
A.Pseudo2:hover { color: #112B75; font-weight: bold; font-family: verdana; font-size: 10px; }

/* Cadres Fond de couleur */
.BgOrange1 { background-color: #FFC833; }
.BgOrange2 { background-color: #FE9E32; }
.BgFgOrange1 { width: 168px; border: 3px solid #FFC833; color: #112B75; font-family: verdana; font-size: 10px; background-color: #FCF3BA; padding: 4px 0px 4px 0px; }
.BgFgOrange2 { width: 168px; border: 3px solid #FE9E32; color: #112B75; font-family: verdana; font-size: 10px; background-color: #FCF3BA; padding: 4px 0px 4px 0px; }
.BgWhiteFgOrange1 { width: 168px; border: 3px solid #FFC833; font-family: verdana; font-size: 10px; background-color: white; padding: 10px 10px 10px 10px; }
.BgWhiteFgOrange2 { width: 168px; border: 3px solid #FE9E32; font-family: verdana; font-size: 10px; background-color: white; padding: 10px 10px 10px 10px; }
.BgFgOrangeSlimLarge1 { width: 400px; border: 1px solid #FFC833; color: #112B75; font-family: verdana; font-size: 10px; background-color: #FCF3BA; padding: 4px 0px 4px 0px; }

/* Textes et liens */

.FtTitre        { color: #112B75; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtTitre       { color: #112B75; font-weight: bold; font-family: verdana; font-size: 10px; text-decoration: none; }
A.FtTitre:hover { color: #112B75; font-weight: bold; font-family: verdana; font-size: 10px; text-decoration: underline; }

.FtTitreJ        { color: #DE8023; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtTitreJ       { color: #DE8023; font-weight: bold; font-family: verdana; font-size: 10px; text-decoration: none; }
A.FtTitreJ:hover { color: #FFA245; font-weight: bold; font-family: verdana; font-size: 10px; text-decoration: underline; }

.FtTexte        { color: #112B75; font-family: verdana; font-size: 10px; }
A.FtTexte       { color: #112B75; font-family: verdana; font-size: 10px; }
A.FtTexte:hover { color: #FF3366; font-family: verdana; font-size: 10px; }

.FtTexteGris         { color: #888888; font-family: verdana; font-size: 10px; }
A.FtTexteGris        { color: #888888; font-family: verdana; font-size: 10px; }
A.FtTexte:hoverGris  { color: #AAAAAA; font-family: verdana; font-size: 10px; }

.FtTexteg        { color: #112B75; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtTexteg       { color: #112B75; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtTexteg:hover { color: #FF3366; font-weight: bold; font-family: verdana; font-size: 10px; }

.FtExerg        { color: #FF3366; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtExerg       { color: #FF3366; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtExerg:hover { color: #112B75; font-weight: bold; font-family: verdana; font-size: 10px; }

.FtLienRed        { color: red; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtLienRed       { color: red; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtLienRed:hover { color: #FE9E32; font-weight: bold; font-family: verdana; font-size: 10px; }

.FtWhiteg        { color: white; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtWhiteg       { color: white; font-weight: bold; font-family: verdana; font-size: 10px; }
A.FtWhiteg:hover { color: #FCF3BA; font-weight: bold; font-family: verdana; font-size: 10px; }

.FtSousMenu { color: #112B75; font-family: verdana; font-size: 10px; }
.FtAlerte { font-family: verdana; font-weight: bold; font-size: 10px; color: red; }
.FtReponse { font-family: verdana; font-weight: bold; font-size: 10px; color: #1082EF; }

/* Fontes pour le calendrier */
.calBlack        { font-family: verdana; font-size: 10px; color: black }
A.calBlack       { font-family: verdana; font-size: 10px; text-decoration: none; color: black }
A.calBlack:hover { font-family: verdana; font-size: 10px; text-decoration: none; color: white; }

.FtcalWhite { color: white; font-family: verdana; font-size: 8px; }

.FtTextegMini { color: #112B75; font-weight: bold; font-family: verdana; font-size: 8px; }
