#bienvenue {
	display: block; 
	position: relative; 
	width: 180px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: -60px; 
	height: 40px; 
	border-top: 4px solid #464646; 
	border-left: 1px solid #464646; 
	border-right: 1px solid #464646; 
	border-radius: 30px; 
	-moz-border-radius: 30px; -o-border-radius: 30px; 
	-webkit-border-radius: 30px; -htm-border-radius: 30px; 
	font-family: 'Eagle Lake', cursive;
	padding: 5px; 
	font-size: 20px; 
	color: #464646; 
	text-align: center; 
	font-weight: bold;
}

#bg {
	width: 800px;
	height: 288px;	
	margin: auto; 
	background-image: url('paper_pouffy.jpg'); 
	border-top: 4px solid #e5c02a; 
	border-bottom: 4px solid #e5c02a; 
	border-left: 1px dashed #e5c02a; 
	border-right: 1px dashed #e5c02a; 
	border-radius: 20px; 
	-moz-border-radius: 20px; -o-border-radius: 20px; 
	-webkit-border-radius: 20px; -htm-border-radius: 20px;
}

.encart {
	width: 290px; 
	height: 240px; 
	overflow: auto; 
	background-color: #464646; 
	border: 1px solid #e5c02a; 
	box-shadow: 0px 0px 4px #e5c02a; 
	-moz-box-shadow: 0px 0px 4px #e5c02a; 
	color: #e5c02a; 
	font-size: 11px; 
	font-family: 'Eagle Lake', cursive;
	letter-spacing: 2px; 
	padding: 4px; 
	margin: 10px;
	}
	
.b_gauche {
	float: left;
}

.b_droite {
	float: right;
}

.cadre {
	display: block; 
	height: 20px; 
	font-size: 18px; 
	text-align: center; 
	letter-spacing: 4px; 
	font-weight: bold; 
	font-variant: small-caps;
}

#logo {
	display: block; 
	float: left; 
	width: 110px; 
	height: 151px; 
	background: url('drapeau_pouffy.png') center center; 
	border: 0px; 
	margin: 6px;
}

#return {
	clear: both;
}

#copyright {
	display: block; 
	text-align: right; 
	color: #e5c02a; 
	font-size: 10px; 
	font-family: 'Trade Winds', cursive;
	letter-spacing: 2px; 
	padding-right: 20px;
	}
	
a{
	font-size: 12px; 
	color: #e5c02a;
	font-weight:bold;
}

