@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

/*Installation des Fonts*/

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

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

@font-face {
    font-family: "Geoma";
    src: url(../font/GeomaThinDemo.otf);
}

a{
	text-decoration:none;
	color:#000000;
}

a:hover{
	color:#000000;
}

a:visited{
	color:#000000;
}