/* Polices de la page */

p,h1,a,ul,td { font-family: Verdana, Arial, Helvetica, sans-serif ;
	}

/* titre page */

h1 	{ font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	text-align: center; 
	color: #663399; 
	height: 40px; 
	width: 570px; 
	letter-spacing: normal; 
	padding-top: 6px; 
	border: thin #663399 solid;
	clip: rect(   );
	}

/* styles du paragraphe et des listes */

p,ul,td	{ font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	text-align: left; 
	color: #000066; 
	vertical-align: top;
	}
	
ul 	{ list-style-position: outside
	}


/* styles des elements dependant du paragraphe */

.PageAccueil{text-align: center;
	}

.texte 	{  margin-left: 32px;
	}

.ListeSousTitre { text-align: center; 
	}

.SousTitre {font-size: 18px; 
	font-weight: bold; 
	color: #990066; 
 	text-decoration: underline;
	}

.SousSousTitre { font-size: 14px; 
	font-weight: bold; 
	color: #666666; 
	}

.initiale {font-size: 18px;
	font-weight: bold;
	}


/* Caractéristique du menu generale */
.MenuTitre { font-weight: bold; 
	color: #FFFFFF; 
	background-color: #663399; 
	text-align: left; 
	height: 18px; 
	width: 150px; 
	padding-top: 2px;
	padding-left: 9px;
	vertical-align: top
	}

.Menu { text-decoration: none;
	color: #000066;
	font-weight: normal; 
	vertical-align: top
	}

/* Caractéristique des liens */
a 	{  font-weight: bold;
	color: #663366;
	}

a:hover {  color: #660099;
	font-weight: bold
	}
	

