/* Tutoriel réalisé par le BlogDuWebdesign.com */

*{
	margin		: 0px;
	padding		: 0px;
	border		: 0px;
	font-family	: Verdana, Arial, Helvetica, Sans-serif;
	outline		: 0;
}
body {
	background	: #ededed;
}
#header{
	height		: 250px;
	width		: 100%;
	background	: #fff;
	border-bottom: 5px solid #22aadd;
}
#header h1{
	position	: relative;
	width		: 388px;
	margin		: 0px auto 0px auto;
	padding-top	: 50px;
}
#bt_Retour{
	position	: absolute;
	right		: 0;
	height		: 20px;
	font-weight	: bold;
	margin-right: 100px;
	font-size	: 0.8em;
	color		: #fff;
	padding		: 5px 20px;
	background	: #22aadd;
	text-decoration:none;
}
#contenu{
	width		: 100%;
}
#contenu p{
	width		: 300px;
	margin		: 0px auto 0px auto;
	text-align	: center;
	padding-top	: 50px;
}
#bt_Recharge{
	font-size	: 0.8em;
	font-weight	: bold;
	color		: #3b3b3b;
	text-decoration:none;
}
#bt_Retour:hover, #bt_Recharge:hover{
	text-decoration:underline;
}
