@charset "UTF-8";
body {
	background-image: url(Images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #3C3120;
}

#ba {
	height: 375px;
	width: 680px;
	position:absolute;
	left: 43%;
	top: 35%;
	width: 950px;
	height: 700px;
	margin-top: -240px;
	margin-left: -400px;
	border: 4px outset #765C2E;
}
.texte_bland {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}
/* Effets de liens
----------------------------------------*/
a:link {
	text-decoration: none;
	color: #FF00FF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

