@font-face
{
	font-family: "Impact"; src: url(fonts/impact.ttf);
}


body {
	background: url(../images/bg_nashat.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #AAAAAA;
	font-family: "Impact";
}
#texte1{
	position: relative;
	left: 40px;
	top: 20px;
	width: 490px;
	float: left;
	color: #7e64bf;
	text-align: right;
}
#texte2 {
	position: relative;
	left: 50px;
	top: 20px;
	float: left;
}
.orange{
	color: #f29315;
}
#list {
	position: relative;
	float: left;
	top: 35px;
	left: 550px;
	font-size: 20px;
}
#list ul {
	list-style: none;
}
.violet {
	color: #8e76d6;
}
.darkviolet {
	color: #4d3671;
}
#next, #back, #next a, #back a, #next a:visited, #back a:visited, #lien a, #lien a:visited {
	color: #000000;
}
#next {
	position: relative;
	top: 630px;
	left: -100px;
	font-size: 20px;
}
#back {
	position: relative;
	top: 650px;
	left: -370px;
	font-size: 20px;
}
#lien {
    font-size: 16px;
    left: -382px;
    position: relative;
    top: 644px;
}