<!--

/* Fonts toutes taille, tous styles */
/*----------------------------------------------*/

p {font-family: arial;
   font-size: 12px;
   color: #d0d0d0; }

p.spe {font-family: arial;
   font-size: 14px;
   color: #ffffff; }
p.spe_i {font-family: arial;
   font-size: 14px;
   font-style: italic;
   color: #ffffff; }
p.spe_b {font-family: arial;
   font-size: 14px;
   color: #ffffff; 
   font-weight: bold;}

p.normal {font-family: arial;
   font-size: 12px;
   color: #dadada; }
p.small_i {font-style: italic;}
p.small_b {font-weight: bold;}

p.medium {font-size: 14px;}
p.medium_i {font-size: 14px;
		     font-style: italic;}
p.medium_b {font-size: 14px;
		      font-weight: bold;}

p.big {font-size: 16px;}
p.big_i {font-size: 16px;
	     font-style: italic;}
p.big_b {font-size: 16px;
	     font-weight: bold;}

p.huge {font-size: 18px;}
p.huge_i {font-size: 18px;
		font-style: italic;}
p.huge_b {font-size: 18px;
		 font-weight: bold;}
	
	
/* Commentaire tous styles */
/*-------------------------------------*/
		 
p.comm {color: #808080;}
p.comm_i {color: #808080; 
		  font-style : italic}
p.comm_b {color: #808080; 
		   font-weight: bold}


/* Titres */
/*----------*/	
 
h1 {font: bold 20px arial;
     color: #ffffff;}
     
h2 {font: bold 35px arial;
	color: #ffffff;}


/* Liens pour texte normal */
/*------------------------------------*/

a.link1:link {font-family: arial; text-decoration: underline; color: #d0d0d0;}
a.link1:visited {font-family: arial; text-decoration: underline; color: #bababa;}
a.link1:hover {font-family: arial; text-decoration: underline; color: #ffffff;}

a.link2:link {font-family: arial; font-weight: bold; text-decoration: none; color: #d0d0d0;}
a.link2:visited {font-family: arial; font-weight: bold; text-decoration: none; bold; color: #bababa;}
a.link2:hover {font-family: arial; font-weight: bold; text-decoration: none; bold; color: #ffffff;}

a.link2b:link {font-family: arial; font-weight: bold; text-decoration: none; color: #ffffff;}
a.link2b:visited {font-family: arial; font-weight: bold; text-decoration: none; bold; color: #ffffff;}
a.link2b:hover {font-family: arial; font-weight: bold; text-decoration: none; bold; color: #ffffff;}

a.link2c:link  { color: #fc0; font-weight: bold; font-family: arial; text-decoration: none }
a.link2c:visited {font-family: arial; font-weight: bold; text-decoration: none; bold; color: #fc0;}
a.link2c:hover {font-family: arial; font-weight: bold; text-decoration: none; bold; color: #ffffff;}

a.link3:link {font-family: arial; text-decoration: none; color: #d0d0d0;}
a.link3:visited {font-family: arial; text-decoration: none; bold; color: #bababa;}
a.link3:hover {font-family: arial; text-decoration: underline; bold; color: #ffffff;}


/* Liens pour commentaires */
/*---------------------------------------*/

a.link1_c:link {font-family: arial; text-decoration: underline; color: #8c8c8c;}
a.link1_c:visited {font-family: arial; text-decoration: underline; color: #8c8c8c;}
a.link1_c:hover {font-family: arial; text-decoration: underline; color: #ffffff;}

a.link2_c:link {font-family: arial; font-weight: bold; text-decoration: none; color: #8c8c8c;}
a.link2_c:visited {font-family: arial; font-weight: text-decoration: none; bold; color: #8c8c8c;}
a.link2_c:hover {font-family: arial; font-weight: text-decoration: none; bold; color: #ffffff;}

a.link3_c:link {font-family: arial; text-decoration: none; color: #8c8c8c;}
a.link3_c:visited {font-family: arial; text-decoration: none; bold; color: #8c8c8c;}
a.link3_c:hover {font-family: arial; text-decoration: underline; bold; color: #ffffff;}


/* List o matic 1 */
/*---------------------*/

 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 3px solid #943737;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
 { color: #999; font-weight: bold; line-height: 14px; text-decoration: none; float: left; margin: 0 10px 4px }

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 3px solid #ffffff;
padding-bottom: 6px;
background: transparent;
color: #ffffff;
}

#navlist a:hover { color: #ffffff; }


-->
