body{
	font-family: "Verdana";
	font-size: 18px;
	text-align: center;
	background: pink;
}

#paragraphe1{
	font-size: 80%;
	line-height: 3em;
	letter-spacing: 0.4em;
	word-spacing: 0.6em;
	height: 400px;
	text-align: justify;
	background: yellow;
	background-image: url(craft.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-right-width:10px;
	border-right-style:inset;
	border-right-color: lightgreen;
	
	
}

	
} 
ul{
	background: purple;
}

h1{
	font-weight: bold;
	text-decoration: underline ;
	text-transform:capitalize ;
	text-align: center;
	background: green;
	border-width: 5px;
	border-style: dotted;
	border-color: lightgreen;
}

#paragraphe2{
	font-family: "Arial" "Helvetica" sans-serif;
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
	background: blue;
	background-image: url(craft.jpg);
	background-repeat: no-repeat ;
}

ul{
	background: purple;
}
#sansbordure{
	border: none;
}

#menu{
	list-style-type:square;
	list-style-position: inside;
	list-style-image: url("Smiley-Pic.png"),max-width ="28", max-height="28";
}