body
	{
	color: white;
	background-color: #FFF;
	margin: 0px
	}

#horizon
	{
	color: black;
	background-color: grey;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: white;
	margin-left: -125px;
	position: absolute;
	top: -35px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible
	}

.bodytext
	{
	font-size: 14px
	}

#footer
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

a:link, a:visited
	{
	color: black;
	text-decoration: none
	}

a:hover
	{
	color: black;
	text-decoration: none
	}

.captions
	{
	color: black;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left
	}

#caption1
	{
	padding-left: 6px;
	border-left: 1px dashed #66c;
	position: absolute;
	top: -80px;
	left: -200px;
	width: 250px;
	height: 80px;
	visibility: hidden;
	display: block
	}

#caption2
	{
	color:black;
	padding-left: 6px;
	border-left: 1px dashed #66c;
	position: absolute;
	top: 92px;
	left: 125px;
	width: 250px;
	height: auto;
	visibility: visible;
	display: block
	}

#titre
     {
     vertical-align: middle;
     color:black;
     }

.minus
     {
     font-size:10px;
     }
/** Responsive **/
@media screen and (max-width: 640px) {
  #caption2 {
    display:none;
  }
  footer a {
      font-size: 1.4em;
  }
}

