body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }

* {
	font-family: "Lucida Sans", sans-serif;
	font-size: 15px;
}

body {
	background: #DAF5FF;
}

#header {
	width: 742px;
	height: 108px;
	background: url(/header.png);
	margin: 0 auto;
}

#contenu {
	background: url(/contenu.png);
	width: 742px;
	height: 370px;
	margin: 0 auto;
	position: relative;
}

#contenu input.timestamp {
	background: #ffffff;
	border: 0;
	position: absolute;
	top: 80px;
	left: 86px;
	text-align: center;
	font-size: 19px;
	width: 170px;
}

#contenu #resultat_timestamp {
	background: #ffffff;
	position: absolute;
	top: 82px;
	right: 54px;
	width: 180px;
	text-align: center;
}

#contenu #form_convert {
	background: #ffffff;
	position: absolute;
	top: 236px;
	left: 66px;
	width: 430px;
	text-align: center;
}

#contenu input.goconvert {
	position: absolute;
	top: 236px;
	right: 66px;
}

#contenu #resultat_convert {
	background: #ffffff;
	position: absolute;
	top: 320px;
	left: 174px;
	width: 180px;
	text-align: center;
	font-size: 22px;
}

#footer {
	margin: 0 auto;
	width: 742px;
	height: 61px;
	text-align: right;
	background: url(/footer.png);
}

#footer img {
	margin: 14px 10px 0 0;
}
