#TimesBlue{FONT-FAMILY: Times New Roman;COLOR: #0066FF;}
.classicTexte8{FONT-SIZE: 8pt;TEXT-ALIGN : justify;TEXT-TRANSFORM: none;}
.corpsSite{
	height: 1280px;
	width: 1024px;
    margin-left: auto; 
    margin-right: auto; 
    position: absolute;
    top: 0px;
    left:10px;
}
.accueil{
  font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; color:#0066FF;text-align:justify;
  position: absolute;
  left:200px; 
  top:200px;
  width:800px;
  border : 1px solid #0066FF;
  height:100px;
}
.titreSite {
  font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; color:#0066FF;text-align:center;
  position: absolute; width:1024px;height:100px;
  background: url(../images/logo.gif) no-repeat center;
}
.poweredBy{
  font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; 
  color:#0066FF;
  position: absolute;
  left:850px;
  top: 80px;
  border : 1px solid #0066FF;
  width:300px;
}
.nomDuSite{
  font-family:Georgia, "Times New Roman", Times, serif; 
  font-size:12px; 
  color:#FF0000;
  position: absolute;
  left:200px;
  top: 80px;
}
.menu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
    position: absolute;
	height: 300px;
	width: 218px;
	left: 0px;
	top: 80px;
text-align:left;
}
.graphique{
    position: absolute;
	height: 1000px;
	width: 1000px;
	left: 201px;
	top: 100px;
}
ul#menuSite 
{			   
  margin    :   0;              /* Marge extérieur nulle */
  padding   :   0;              /* Marge intérieur à 1px sauf pour le bas */ 
  width     :   170px;          /* Largeur de notre liste */
  font-size :   10pt;          /* Taille de notre police */
  border    :   1px solid #0066FF; /* Application d'une bordure */ 
}
ul#menuSite li 
{						  
  list-style-type   :  none;            /* Aucunes puces associées */
  margin-bottom     :  1px;             /* Ajout d'une marge en bas du lien */
}
ul#menuSite li a
{
  width             :   auto !important;   /* Largeur interprétée par tous les navigateurs excepté IE6 et inférieur */						
  width             : 	100%;              /* largeur interprétée par IE6 et inférieur */
  padding           :   4px;               /* Définition des marges intérieures */  
  text-decoration   :   none;              /* Suppression du soulignement */
  color             :   #39C;              /* Couleur de la police */
  display           :   block;             /* Définition sous forme de block */
  background-color  :   #F5FBFF;           /* Définition de la couleur de fond */ 
  border            :   1px solid #0066FF; /* Ajout d'une bordure */	
  border-left-width :   4px;               /* Modification de la bordure gauche */
}
