/* Feuille de style pour le site grouikstock.free.fr   */
/* Auteur : Lazarus ( lazarus.grouik@free.fr )         */
/* Date de création : le 22 janvier 2000               */

P  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : bold;
	font-style : justify;
	color : #FF8000;
	text-decoration : none;
}


P.date  {
	font-size : x-medium;
	font-family : Tahoma;
	font-weight : bold;
	font-style : justify;
	color : yellow;
	text-decoration : none;
}

P.menu {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : bold;
	font-style : justify;
	color : #3CCED1;
	text-decoration : none;
}




H1  {
	font-size : big;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : #FF6600;
	text-decoration : none;
	text-transform : uppercase;
}








A  {
	color : #3CCED1;
	text-decoration : none;
	font-weight : bold;
	font-size : x-small;
	font-family : Tahoma;
	font-style : normal;
}

A:Visited  {
	color : #3CCED1;
	text-decoration : none;
}

A:Active  {
	color : #3CCED1;
	text-decoration : none;
}

A:Hover  {
	color : #FF8000;
	text-decoration : none;
}