/* ------------------------------------------------------------ */
/*   Feuille de Style CSS    Jean-Pierre Perroud, Switzerland   */
/* ------------------------------------------------------------ */

/*     Les éléments     */
BODY,TH,TR,TD{
 	font-family: verdana, arial;
	font-size: 10pt;
  	color : #004080;
  	background-color: #FFFFFF;
  }
ADDRESS{
  font-size: 8pt;
  text-align: right;
  color: white;
  background-color: #216A8D;
  }
RETOUR{
  font-size: 8pt;
  text-align: right;
  }

UL-{
  list-style-image: url(point3.gif);
	}
h1{
  color: white;
  background-color: #2880AA;
	}
h2{
  color: white;
  background-color: #2E94C5;
	}
h3{
  color: white;
  background-color: #45A5D3;
	}
}

/*	Les classes     		*/
/* 	appel avec <B CLASS=titre> 	*/

.titre{
  font-size: 20pt;
  }
.date{
  font-size: 8pt;
  }
.menu{
  color: white;
  background-color: #0000a0;
	}
.stabilo1{
  background-color : yellow;  	// stilo stabilo jaune
  }
.stabilo2{
  background-color : #9fe0ff;  	// stilo stabilo bleu
  }
.cadre{
  background-image: url(g_rose.gif);
  text-align:center;
  padding : 1em;
  }
.cadre1	{
	border-style : ridge;
	border-width : 10;
	border-color : #00FFFF ;
	padding : 10;
	}
.cadre2 {
	border-style : groove;
	border-width : 10;
	border-color : #00FFFF ;
	padding : 10;
	}
.bar1{
	color: #000000;
	font-size : 18pt;
	font-weight: 700;
	font-style: normal;
	text-align : left;
	background-color:#60a0c0;
	}
.ombre{
  width:800;
  height:100;
  font-style: italic;
  font-weight:bolder;
  font-size: 50pt;
  filter: shadow(color=red,direction=150);
  }

/*	Les identificateurs     	*/
/*	appel avec <DIV ID=remarque> 	*/

#remarque{

}
