.etiq1
{
   font-style: italic;
   font-family: Verdana;
   text-align: left;
   font-size: 18px; 
   color: rgb(255,0,0);
}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: red; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
   font-size: 18px; 
   border:none;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: green; /* Le lien sera écrit en vert quand on pointera dessus */
   border:0;
}

a:active, a:focus /* Quand le visiteur clique sur le lien */
{
   background-color: #FFCC66;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   font-style: normal;}
   
body,td,th {
	font-family: Comic Sans MS, French Script MT, Freestyle Script;
	font-size: 18px;
}
.nat {
	font-family: Comic Sans MS, French Script MT, Freestyle Script;
	font-size: 16px;
	color: black;
	}
.nat24 {
	font-family: Comic Sans MS, French Script MT, Freestyle Script;
	font-size: 24px;
	color: black;
	font-weight: bold;
	}
	
.Style2 {font-size: 24}
.Style3 {font-size: 36px}   

.i1 { ;
float: left;
width: 420px;
height: 350px;
margin: 5px;
padding-left: 60px;
text-align: center; }
.i2 { ;
float: right;
width: 211px;
height: 350px;
margin: 5px;
text-align: center; 
font-style: italic; }

#footer { position: fixed; clear: both; width: 950px; height: 30px; bottom: 0; border: none; padding: 13px 0 0 0; text-align: center; color: rgb(255,0,0); background-color: rgb(224, 222, 134); } 
