html,body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height:15px;

}
#global {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	height: 315px;
	margin-top: -180px;
	background-image:url(img/index.jpg);
	background-repeat:no-repeat;
}

#texte {	
	text-align:left;
	position:relative;
	height: 20px;
	top: -35px;
	width: 550px;
	left:110px;
}

#visuel {	
	position:relative;
	width: 150px;
	height: 150px;
}

#texte_justifie {
	top:20px;	
	position:relative;
	height: 300px;
	width: 240px;
	left:690px;
	text-align:justify;
	color:#ccc;
}

#entrer {
	position: relative;
	width: 85px;
	height: 50px;
	text-align: right;
	top:-45px;
	left: 770px;
}
#entrer2 {
	position: relative;
	width: 240px;
	height: 50px;
	text-align: center;
	top:-35px;
	left: 690px;
	color:#666;
	}

a.lien2 {
	font-size: 10px;
	color: #666666;
}
.lien2 {
	text-decoration: none;
	color: #666666;
}
.lien2:hover {
	text-decoration: none;
	color:#990000;
}
a.dp {
	text-decoration: none;
	border:none;
}
.dp {
	text-decoration: none;
	border:none;
}
.dp:hover {
	text-decoration: none;
	border:none;
}
.titre {
	color: #C2B58C;	
}
.titre_gras {
	font-weight:bold;
}
.lien1 {
	text-decoration: none;
	color: #666600;
}

.lien1:hover {
	text-decoration: none;
	color: #C2B58C;
}


