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

body {
	background: url(../images/bg_outils.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #AAAAAA;
}
#main_text {
	position: relative;
	/*width: 380px;*/
	width: 350px;
	top: 40px;
	left: 20px;
}
#texte2 {
	left: 550px;
    position: relative;
    top: -435px;
    width: 380px;
}
#main_text p, #texte2 p {
	font-size: 21px;
	color: #FFFFFF;
	font-family: "Arial Black",Arial;
}
#back {
	/*font-family: "impact";*/
    font-size: 28px;
    position: relative;
    right: 50px;
    text-align: right;
    top: -340px;
}
#back a, .back a:visited {
	color: #FFFFFF;
}