body {
	background-attachment:fixed;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
#main {
	height:auto;
	text-align:center;
	margin: 0px;
	width:800px;
	margin: auto;
}
.tableau {
	width:450px;
	margin:10px 100px 10px auto;
	display:block;
	border-top: 1px solid #666;
	clear:both;
}
.picto {
	width:195px;
	height:100px;
	padding:10px 0 10px 0;
	float:left;
	text-align:center;
}
.picto img {
	margin:auto;
}
.nom {
	height:20px;
	font-size:16px;
	padding-bottom:5px;
}
.nom img {
	vertical-align: bottom;
}
.adresse p {
}
#descript {
	text-align:left;
	padding:10px;
}
#descript a:link, #descript a:visited {
	color:#4ecbfe;
	border-bottom: 1px dotted #4ecbfe;
	text-decoration:none;
}
#descript a:hover, #descript a:active {
	color:#a7e5ff;
	border-bottom: 1px solid #a7e5ff;
	text-decoration:none;
}

