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

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


body {
	background: url(../images/bg_kersale.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #AAAAAA;
	color: #FFFFFF;
	font-size: 20px;
	font-family: "Pakenham";
}
#general_container {
	position: relative;
}
.rouge, .rouge a, .rouge a:visited{
	color: #FF0000;
}
#texte1 {
	position: relative;
	left: 35px;
	top: 15px;
	float: left;
}
#texte1 h3 {
	font-size: 26px;
}
#texte1 h3 a, #texte1 h3 a:visited {
	color: #FFFFFF;
}
.h3_sub {
	font-size: 20px;
}
#texte1 p {
	font-size: 18px;
}
#texte2 {
	position: relative;
	float: left;
	left: 100px;
	top: 75px;
	font-family: "Vtks";
}
#texte2 h1 {
	font-size: 68px;
}
#texte2 a, #texte2 a:visited {
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color: #FFFFFF;
	padding-left: 100px;
}
#texte3 {
	position: relative;
	float: left;
	left: 30px;
	top: -55px;
}
#texte4 {
	position: relative;
	float: left;
	left: 60px;
	top: 180px;
	width: 240px;
}
#texte3 ul {
	width: 650px;
}
#texte3 ul, #texte4 ul {
	list-style: none;
	font-size: 18px;
}
#texte3 ul li, #texte4 ul li {
	height: 23px;
}
#texte3 .high_text {
	height: 80px;
}
.right {
	text-align: right;
}
#back {
	position: absolute;
	top: 25px;
	right: 35px;
	font-size: 30px;
}
#back a, #back a:visited {
	color: #FFFFFF;
}