body {
  background-color: #CCCCCC;
  font-family:Forte,broadway,Comic Sans MS;
}
h1{
	bold;
}
/* Lien */
a:{
	text-decoration:none;
}
a:link {
	color: #339900;
	text-decoration:none;
}
/* Lien : cliqu */
a:active {
	background-color: #CCCCCC;
}
/* Lien : deja clique */
a:visited {
	color: #339900;
}
/* Lien : souris dessus */
a:hover {
	color:#00FF00;
}

.cadretitre{
	background: #339900;
	font-size:100px;
	font-family:Forte,broadway,Comic Sans MS;
	padding:50px ;
	width:1024px;
}
.cadrepied{
	background: #339900;
	font-size:15px;
	font-family:Forte,broadway,Comic Sans MS;
	text-align:center;
	padding:5px;
	width:1024px;
}
.cadremenu{
	background: #000000;
	color:#339900;
	height:500px;
	width:224px;	
}
.cadretext{
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px ;
	height:500px;
	width:800px;
	overflow:auto;
}
.lien{
  text-decoration:none;
}