/* AUTEUR: lavanchy
 DATE DE CREATION: 23/06/03 */
BODY {FONT-FAMILY:    "Comic sans ms", Times, serif ;background-repeat:repeat}

/*----------------------------------- la grille de resa -----------------------
*/
.grille1
   {background: url(fond-titre-h1.jpg);
   }
.grille2
   {background-color: #326618;
   }
.grille2b   
   {background-color: #AF1B11;
   }


/* ---------- les menus des categories ---- background:url(fond-vert-ski.jpg);background: url(fond-maron-ski.jpg);
    */
.tabcasevert 
   {font-size:16;
    border:1 solid white;
	FONT: bold ;
    }

.tabcasemaron {
    font-size:16;
    border: 1 solid red;
	FONT: bold ;
    }

/* OK choix des rubriques dans restau */
.tabcasebleu {FONT-SIZE: 14; FONT-WEIGHT: 750; COLOR: #FEE89A; BACKGROUND-REPEAT: no-repeat; BORDER: 0 solid white; }

/* OK LIENS */
.tabcasebois{
    background: url(anim-liens-chalet.gif);
    font-size:10;background-repeat:no-repeat;
	color:red;font-weight: 850;
	height:20;
	width:125;
    border: 1 solid white;
    }
	
 .tabcasebois3 {
    background:url(fondvoile-bleu2.jpg);
    font-size:10;
    color:yellow;
    border: 1 solid black;
    height:16;
	
    padding:0;
    text-align:center}

/* cat1 cliquée */
.tabcasebois3c {
    BACKGROUND: url(fondvoile-bleu2.jpg);
    font-size:10;
    color:yellow;
    border: 1 solid white;
    height:16;
	
    padding:0;
    text-align:center}
.tabcasebois3b {
    BACKGROUND: url(anim-liens-chalet.gif);
    font-size:10;
    color:yellow;
    border: 1 solid white;
    height:18;
    padding:2;
    text-align:center}


/* ------------- h2 ---------- */
H2 {BACKGROUND: url(fond-bouton-h2.jpg);
    BACKGROUND-REPEAT: no-repeat;
	BORDER: 1 solid black;
	COLOR: #1381F1;
	FONT-SIZE: 14px;
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 8;
	PADDING-RIGHT: 5px;
	PADDING-TOP: 3px;
	WIDTH: 90%;
	FONT-FAMILY: Comic Sans MS
   }   

H3 {FONT-FAMILY: Comic Sans MS;
   
    
	background-repeat:repeat;
    border:   0px groove #004433;
    color: #3C8DE0;
    font-size: 16px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    width:90%}   
 
 H1 {background-image: url('fond-titre-h1.jpg');
	background-repeat:repeat;
    border:   1px groove #004433;
    color: white;
    font-size: 14px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    width:80%}
/* CSS issu des tutoriels http://css.alsacreations.com */

A {color: #FAEB86;
   font-size:11;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
  }
A:hover {COLOR: yellow;
         text-decoration: none;   
  }

