/* structure de base */

body {
	background-color: #000000;
	color:#bfbfbf;
	text-align: center; 
	padding: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

/* structure */

#general{
	position:absolute;
  	width: 817px;
	margin-left: 100px;
  	text-align: left;
}
#generalindex{
	position:absolute;
  	width: 817px;
  	margin-top:200px;
  	text-align: center;
}
#generalindex a{
	 font-size:17px;
}
#lunt {
  	width: 405px;

  	text-align: right;
  	margin-top: 20px;
  	display:block;
  	border:thin solid #808080;
  	background-image:url(lunt_fond.jpg);
  	background-repeat: no-repeat;
}
#lunt:hover {
  	width: 405px;
  	text-align: right;
  	margin-top: 20px;
  	display:block;
  	border:thin solid #808080;
  	background-image:url(lunt_fond2.jpg);
  	background-repeat: no-repeat;
}
#lunt2 {
  	width: 405px;

  	text-align: right;
  	margin-top: 20px;
  	display:block;
  	border:thin solid #808080;
  	background-image:url(lunt_fond.jpg);
  	background-repeat: no-repeat;
}
#melonhead {
	float:right;
  	width: 405px;

  	text-align: left;
  	margin-top: 20px;
  	display:block;
  	border:thin solid #808080;
  	background-image:url(melonhead_fond.jpg);
  	background-repeat: no-repeat;
}
#melonhead:hover {
	float:right;
  	width: 405px;
  	text-align: left;
  	margin-top: 20px;
  	display:block;
  	border:thin solid #808080;
  	background-image:url(melonhead_fond2.jpg);
  	background-repeat: no-repeat;
}
#melonhead2 {
	float:right;
  	width: 405px;

  	text-align: left;
  	margin-top: 20px;
  	display:block;
  	border:thin solid #808080;
  	background-image:url(melonhead_fond.jpg);
  	background-repeat: no-repeat;
}
#plain{
	margin-top:410px;
	padding:5px;
}
#texte{
	text-align:justify;
}
a {
	color:#808080;
	text-decoration:none;
}
a:hover{
	color:#bfbfbf;
}
.marge-right{
	margin-right:20px;
}
.marge-left{
	margin-left:20px;
}







