
body {
	background: #666666; 	/* Le fond d'ÃƒÂ©cran possÃƒÂ¨de la couleur #666666 */
	color: #80c0c0 } 	/* la couleur du texte est #80C0C0            */

* { 				
  	color: inherit;	 	/* Par dÃƒÂ©faut, tous les ÃƒÂ©lÃƒÂ©ments hÃƒÂ©ritÃƒÂ©s      */
	background:inherit;	/* posse'deront ces couleurs. 		      */	 
 }


/*
Les liens possÃƒÂ¨dent les caractÃƒÂ©ristiques suivantes: couleur d'un lien
(\#FF8080), couleur d'un lien visitÃƒÂ© (\#F70), couleur d'un lien actif
(\#A05050).
*/
a:link { 
	color: #ff8080 } 
a:visited { 
	color: #ff7700 } 
a:active { 
	color: #a05050 }

/* le lien de la ligne du copyright possÃƒÂ¨de un fond vert. */
a.cas1:link { 
	background: green } 




p:first-line 
	{ color:red } 
div.foo:first-line {
	font-weight: bold;
	color:aqua } 
div:first-letter {
	font-size: x-large; 
	color: #ffffff
	}

ul ul li {
	font-size: x-large; 
	font-style: italic } 
h2 em { 
	font-weight: 900 } 

h2.ex1 { color: green;
	 font-size   : 32px;
	 line-height : 50px;  
	}
 
.funclass {
  font-size:   36pt;
  line-height: 40pt;
  font-family: courier;
  font-variant: small-caps 
} 

.class1, #tagid2 { 
	font-family: verdana, sans-serif; 
	color: rgb(100%,100%,0%) } 
h1, h2, div.class5, blockquote { 
	background: #000080 } 
p.special {
  font: 12pt/14pt arial;
  background-color      : white;
  background-image  : url(img/ul_t.png);
  background-attachment : fixed;
  background-position   : top right;
} 


blockquote {
	color: #00ff00 } 
.part1 {font-size: xx-large; 
	color: #808000 } 
h6 {
	font-size: xx-small ! important;
	color: red ! important } 
#tagid1 {
	color: Red;
	font-size: 24pt} 
