/* CSS Document */

body {
  background: white;
  font-size: 12pt;
  }
#fancymenu,#myGallery,#carousel_container,#thumbnail,#mentions,#home_btn {
  display: none;
  }
#container {
	width: 100%;
	margin: 0 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	position: relative;
	left: 0pt;
	top: 0pt;
  }
#content_0,#content_1,#content_2 {
	margin-left: 0;
	padding-top: 0;
	border-top: 1px solid #930;
	display: block;
	/*position: relative;*/
	width: 100%;
	left: 0pt;
	top: 0pt;
	visibility: visible;
  }

img {display: none;
 /* vertical-align: bottom;*/
  }
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }
 a:link:after,  a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
 a[href^="/"]:after {
  content: " (http://le-k.myftp.org/www" attr(href) ") ";
  }
  

