body{
	font-family: "Arial";
	font-size: 14pt;
	background-color: pink;
}
h1{
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	background-color: green;
	border-style: ridge;
	border-width: 5px;
	border-color: lightgreen;

}
#paragraphe1{
	line-height: 3em;
	letter-spacing: 0.4em;
	word-spacing: 0.6em;
	text-align: justify;
	max-width: 400px;
	background-image: url(craft.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-right: lightgreen ridge 20px;
}
#paragraphe2 { 
	font : italic bold 100% Arial, Helvetica, sans-serif;
	background-image: url(craft.jpg);
}
ul{
	background-color: violet;
}
#sansbordure{
	border-style: none;
}
#menu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
 #menu a{
	color: #FFFF33; text-decoration: none; background: #fc0; line-height: 25px; border : 1px solid black; text-align:center;
}
#menu a:hover{
	background-color: green;
	color: violet;
