body{
	padding:15px;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-style:italic;
	font-weight:normal;
	color:#093E56;
}
a.bouton1 {
	margin-left: 5px;
	margin-top: 0px;
	text-decoration: none;
	display: block;
	width: 150px;
	line-height: 35px;
	background: url(http://2.bp.blogspot.com/-i0uDtWEeyLE/VoUt32pSFkI/AAAAAAAADUM/obESNovWmiM/s1600/bouton-orange.png);
	color: #000000;
	-webkit-transition: all 0.7s ease-out 0s;
	-moz-transition: all 0.7s ease-out 0s;
	transition: all 0.7s ease-out 0s;
	font-weight: bold;
	text-align: center;
}
a.bouton1:hover {
	background: url(http://3.bp.blogspot.com/-FzfYdG3-fyU/VoUt30PxyfI/AAAAAAAADUI/6R-bHnZI630/s1600/bouton-orange2.png);
	color: #ffffff;
}
a{
	outline:none
}

ul{
	margin:0;
	padding:0;
}