body{
	background-color:#FFFFFF;
	color:#000000	
	}
h1{
	font-size:20px;
	color:#CCCCCC
	}
h2{
	font-size:14px;
	color:#0099FF;
	}	
h3{
	font-weight:bold;
	font-size:12px;
	}
a:link{
	color:#FF0000;
	text-decoration:underline;
	}
a:hover{
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
	}
a:visited{
	color:#990033;
	text-decoration:underline;
	}
	
/*Pour afficher la date */
#fdate{
	font-size:12px;
	font-style:italic;
	color:#3399FF;
	}	
	
/* Pour afficher le copyright*/
#copyright{
	border-top:#000033 1px solid;
	font-size:10px;
	color:#333333;
	margin-bottom:0;
	}	

/* Pour afficher le menu secondaire */
#menus{
	font-size:12px;
	text-align:left;
	margin-left:5%;
	margin-right:5%;	
	}
/*Pour afficher le texte*/
#texte{
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
	}
/*Pour afficher le texte centré*/
#textec{
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	}	
/* Pour afficher le menu principal*/
#menu{
	font-size:14px;
	}


