﻿

/* style of link  pseudo element*/

a:link { color: rgb(102, 0, 0); text-decoration: none; border: 0px none; }	/* cibles non encore visitées */
a:visited { color: #860071;  text-decoration: none;  border: 0px none;}	 	/* cibles visitées */
a:focus { color: black;  text-decoration: none;  border: 0px none;}  		 /* Liens qui reçoivent la zone de saisie active */
a:hover { color: rgb(102, 0, 0); background-color: #dbd4a6;}  			 /* Liens pour "MouseOver" */
a:active { color: red; text-decoration: none; } 				 /* Liens cliqués */


/* color link for text*/

a.clk		{
		background-color: #c3d9ff;
		}


/* color link for image */

a:hover.tp 	{
background: transparent;
		}

/* clear all for the document */

html 	{

margin:0px;
padding:0px;
overflow: auto;
border: none;

	}

/* define body */

body	{

width: 440px;
height: 560px;

background: #d1dae3;

margin: 0px 0px 0px 20px;

text-align: center;

overflow: auto;

font-family: verdana;
font-size: 12pt;
color: rgb(102, 0, 0);

	}
