body{
	margin-left: 0;
	background-color: #a4a8b2;
	background: url(fond_cont.png) repeat-y center;
	color: #4D4747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:none;
}

#container{
	width: 694px;
	height: 100%;
	background-color: transparent;
	color: #4D4747;
	padding: 0;
	margin: auto; /*background: url(fond_cont.png) repeat-y;*/
}
#logo{
	background: url(logo_btob.png) no-repeat;
	height: 78px;
	width: 169px;
	float: left;
	margin-top: 30px;
	margin-left: 200px;
}
#txt{
	background: url(image_txt.png) no-repeat;
	height: 165px;
	width: 217px;
	clear: both;
	display: block;
	margin-left: 200px;
	margin-top: 50px;
}
#contact{
	clear: both;
	display: block;
	margin-left: 215px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#contact a{
	text-decoration: none;
	color: #9085BA;
}
#contact a:hover{
	color: Purple;
	text-decoration: underline;
}
hr{
	width: 90%;
}