@CHARSET "UTF-8";
@font-face {
	font-family:Purisa;
	src:url(Purisa_Bold.ttf) format('truetype');
}

body{
	font-family: 'Purisa';
	text-align:center;
	color:rgb(0,24,255);
}
a{
    color: #a72277;
	text-decoration:none;
}
a:hover {
    color: #60830D;
}
a img{
	border-style:none;
}
#signature{
	color:blue;
	position:fixed;
	left:20px;
	bottom:0px;
}
#menu img{
	height:30px;
	width:30px;
}
.centrer_page{
	position:fixed;
	/*margin-top:2%;
	top:20%;*/
}
#image_icone{
	position:fixed;
	right:0%;
	top:0%;
	z-index:-1;
}
#image_icone_droite{
	position:fixed;
	left:0%;
	top:0%;
	z-index:-1;
}
#titre{
	text-align:center;margin-left:100px;
	left:10%;
}
