body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0;
}
.intro {
	position:absolute;
	left: 70px;
	top: 80px;
	width: 640px;
	height: 240px;
	margin-top: auto;
	margin-left: auto;
}
.img_intro
{
	position:absolute; 
	left:210px; 
	top:0px;
	width:320px; 
	height:280px; 
}
.text_gauche {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 205px;
	height: 280px;
	visibility: visible;
	background-color: #000000;
	text-align: right;
}
.text1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border: 0px;
}
a.link1:visited { 
 	text-decoration: none;
	border-bottom: 1px green solid; 
}
a.link1:hover { 
 	text-decoration: none;
	border-bottom: 1px #999999 solid;  
}
