body
{
   width: 990px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 0px;   
   background-image: none;
}

p
{
   color: default; /* Les paragraphes seront noir, par défaut */
   font-size: small; /* La taille medium me semble pas mal */
   font-family:"Verdana", serif; /* "Verdana" ou une police "serif" par défaut */
   text-align: left; /* Texte aligner à gauche ( position par défaut ) */
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
   padding-left: 5px; /*  Marge intérieure à gauche */
   padding-right: 5px; /* Marge intérieure à droite */
}

p.com
{
   color: #0066FF; /* Les paragraphes seront bleus */
   font-size: x-small; /* La taille x-small me semble pas mal */
   font-family:"Verdana", "Times New Roman", serif; /* "Times New Roman" ou une police "serif" par défaut */
   text-align: left; /* Texte aligné à gauche */
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
}

p.com_align
{
   color: #0066FF; /* Les paragraphes seront bleus */
   font-size: x-small; /* La taille x-small me semble pas mal */
   font-family:"Verdana", "Times New Roman", serif; /* "Times New Roman" ou une police "serif" par défaut */
   text-align: justify; /* Texte justifié */
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
}

p.align
{
   color: #0066FF; /* Les paragraphes seront bleus */
   font-size: small; /* La taille x-small me semble pas mal */
   font-family:"Verdana", "Times New Roman", serif; /* "Times New Roman" ou une police "serif" par défaut */
   text-align: justify; /* Texte justifié */
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
}

p.center
{
   color: #0066FF; /* Les paragraphes seront bleus */
   font-size: small; /* La taille -small me semble pas mal */
   font-family:"Verdana", "Times New Roman", serif; /* "Times New Roman" ou une police "serif" par défaut */
   text-align: center; /* Texte aligner au centre */
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
}

p.chiffre
{
   color: default; /* Les paragraphes seront noir, par défaut */
   font-size: medium;
   font-family:"Trebuchet MS", "Times New Roman", serif; /* "Times New Roman" ou une police "serif" par défaut */
   text-align: center; 
   font-weight: bold;
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
}

.savoir
{
   color: default; /* Les paragraphes seront noir, par défaut */
   font-size: small;
   padding: 10px;
   font-family:"Times New Roman", serif; /* "Times New Roman" ou une police "serif" par défaut */
   text-align: left; 
   font-weight: normal;
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
}

.menu
{
	color: default;
	font-size: small;
	border: none;
	text-decoration: none;
	margin-bottom: 20px;
}

.titre_menu
{
	font-family:"Trebuchet MS", "Times New Roman", serif; /* "Trebuchet MS" ou "Times New Roman" ou une police "serif" par défaut */
	text-align: left; /* Texte aligner à gauche ( position par défaut ) */
	background-color: #FFFF66; 
	font-weight: bold;
	text-indent: 10px; /* Les paragraphes commenceront 10 pixels sur la droite */
	border: medium solid black;
	margin-top: 20px;
}

.titre_article
{
	font-family:"Trebuchet MS", "Times New Roman", serif; /* "Trebuchet MS" ou "Times New Roman" ou une police "serif" par défaut */
	text-align: left; /* Texte aligner à gauche ( position par défaut ) */
	background-color: #FFCC66; 
	font-weight: bold;
	text-indent: 10px; /* Les paragraphes commenceront 10 pixels sur la droite */
	border: medium solid black;
	margin-top: 20px;
}

.corps_article
{
	border: thin solid black;
	margin-bottom: 20px;
}

.bouton
{
	font-family:"Trebuchet MS", "Times New Roman", serif; /* "Trebuchet MS" ou "Times New Roman" ou une police "serif" par défaut */
	text-align: center; 
	font-weight: bold;
	font-size: small;
	padding: 2px;
	margin-top: 5px;
}

a
{
	text-decoration: underline;
	color: #0066FF;
}

a.ag
{
	text-decoration: underline;
	color: default;
}

a:hover /* Quand le visiteur pointe sur le lien */
{
	color: #0066FF;
}

a.menu_rouge
{
	font-family:"Verdana", serif; /* "Verdana" ou une police "serif" par défaut */
	color: #FFFF66; /*Jaune*/
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a.menu_jaune
{
	font-family:"Verdana", serif; /* "Verdana" ou une police "serif" par défaut */
	color: #CC0033; /*Rouge*/
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	border: none;
}