/*********************** Copyright (c) 2005, © Annie Roi **********************/
/*                                                                            */
/* FICHIER:  default.css                                                      */
/* LANGAGE:  CSS                                                              */
/* VERSION:  1.1                                                              */
/* AUTEUR:   Roi Annie                                                        */
/* DEBUT:    16.02.2005                                                       */
/* MODIF:    21.08.2006                                                       */
/*                                                                            */
/******************************************************************************/
/*                                                                            */
/* FONCTIONNALITES:  Feuille de style pour www.lepoissonrouge.org             */
/*                                                                            */
/*********************** Copyright (c) 2005, © Annie Roi **********************/

body {
	background-color: #FFFFFF;
	font-family: Arial, Times, serif;
	font-size: 13px;
	color: #000000;
}

a {
	color: #000000;
	font-family: Arial, Times, serif;
	font-size: 13px;
	line-height: normal;
}

td, th {
	font-family: Arial, Times, serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: normal;
	color: #FF3300;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
}

h2 {
	font-family: Verdana, Times, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #FF3333;
	background-color: yellow;
	text-decoration: underline;
	text-align: left;
}

h3 {
	font-family: Verdana, Times, serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #FF3366;
	text-decoration: underline;
	text-align: center;
}


a:link {
	text-decoration: underline;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #DD6900;
}

a:visited {
	text-decoration: underline;
	color: #5493B4;
}

