body{
	background-color: #FFFFFF;
	margin: O;
	padding: 0;
}

/*********** Les liens **********************/
.lienmenu{	
	color: #003300;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

.lienmenu:hover{	
	color: #008000;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

.lien{	
	color: #003300;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.lien:hover{	
	color: #008000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}


/*********** Les textes *********************/
.banniere{	
	color: #008000;
	font-family: Book Antiqua;
	font-size: 50px;
	font-weight: normal;
	text-decoration: none;
}
.titre{	
	color: #008000;
	font-family: Book Antiqua;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.texte{	
	color: #008000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.tableau td{
	border:1px solid #008000;
}

