#wrap {
	width:790px;
    margin:0 auto;
}

body {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Trebuchet MS, Tahoma, arial, sans-serif;
    font-size:12px;
}

h1 {
	color: #FF66FF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

h2 {
	color: #3399FF;
	font-weight: bold;
	font-size: 18px;
}

a.button { 
	font: bold 20px Arial, Sans-serif; 
	display: block;
	height: 25px;
	margin: 0;
	padding: 2px 3px;
	padding-top: 4px; 
	color: #fff;
	text-decoration:none;
	background: #306bc1 url(bouton.jpg) repeat-x 0 0; 
	border: 1px solid #306bc1;
}

input.button { 
	font: bold 20px Arial, Sans-serif; 
	height: 32px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #306bc1 url(bouton.jpg) repeat-x 0 0; 
	border: 1px solid #306bc1;
}