html, body, form, fieldset, img, p, div {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #002C69 url('fond.gif') center top repeat-y;
}

#popheader {
	position: relative;
	text-align: left;
	width: 662px;
	height: 80px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#popheader_l {
	position: absolute;
	top: 29px;
	left: 0px;
}

#popheader_r {
	position: absolute;
	top: 20px;
	right: 0px;
}

#contenu {
	position: relative;
	text-align: left;
	width: 662px;
	padding: 40px 0px 40px 0px;
	margin: 0px auto 0px auto;
}

#contenu, input, textarea {
	color: #666666;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}

.erreur {
	color: #FF0000;
}

.english {
	color: #777777;
	font-style: italic;
}
