body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('../images/design/repeat_bg.png') repeat #E4E4E4;
}
h2 { font-size: 22px; font-weight: normal; color: #009EE1; }
p { font-size: 13px; color: #8D8D8D; line-height: 20px; text-align: justify; }
p.error { color: #000; font-weight: bold; }
a { color: #009EE1; text-decoration: none; }
a:hover { color: #4C4C4C; text-decoration: underline; }
/*=================================================================*/
/*==========================CONTAINER==============================*/
div.container {
	width: 617px;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -309px;
	text-align: left;
}
/*=================================================================*/
/*============================HEADER===============================*/
div.header {
	background: #009EE1;
	margin: 0;
	height: 35px;
}
div.header h1 { font-size: 14px; color: #FFF; line-height: 35px; padding: 0 20px;}
/*=================================================================*/
/*=============================CONTENT=============================*/
div.content div.contenu {
	background: #FFF;
	padding: 20px 60px 40px 50px;
	//position: relative;
	//top: 0 !important;
	//top: -155px
}
/*=================================================================*/
/*============================COPYRIGHT============================*/
div.copyright {
	padding-bottom: 10px;
	text-align: center;
	color: #999999;
	font-size: 11px;
	background: #FFF;
	height: 10px;
	//position: relative;
	//top: 0 !important;
	//top: -155px
}
div.copyright span {
	position: relative;
	top: -10px;
}
div.copyright span a { color: #999999; text-decoration: underline; }
div.copyright span a:hover { color: #4C4C4C; text-decoration: underline; }