html, body {
	font-family: Lucida Sans Unicode, lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #765560;
	background: #F6F6F6;
	scrollbar-base-color: #B68394;
	height:100%;
	margin-bottom:-1px;
}

.main {
		background: #F6F6F6 url(../fond.jpg) 50% 100% no-repeat;
}

.haut {
	height:111px;
	background: #F6F6F6 url(../haut.jpg) 50% 100% no-repeat;
}

.photo {
	border: 3px ridge #779756;
}

a { 
		color: #765560;
		text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:160%;
}

h2 {
	font-size:140%;
}

h3 {
	font-size:120%;
}

input, textarea {border:1px solid #B68394; scrollbar-track-color:white;font-family: Lucida Sans Unicode, lucida, Verdana, sans-serif;}
