#contact {
	position: relative;
	width: 661px;
	height: 330px;
	top: 140px;
	left: 17%;
}
#contact p { 
	font-family:"Comic Sans MS";
	font-size:17pt; 
	text-align:center;
}
#contact span {
	left:50px;
	position:relative;
	top:30px;
}
#bouton {
	left:240px;
	top:90px;
	height:34px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	text-align:center;
}
#bouton a {
	background-color:#728B4B;
	color:#B2C595;
	border:none;
	width:340px;
}
#bouton a:hover {
	background-color:#B2C595;
	color:#728B4B;
	border: none;
	text-decoration: none;
} 
.texte {
	position: relative;
	font-family:"Lucida Calligraphy","Dauphin", "Monotype Corsiva";
	font-size:20pt;
	width:200px;
	height:25px;
	text-align:center;
}
.texte a {
	color: #000000;
}
.texte a:hover {
	color:#0066FF;
	text-decoration: none;
}

