@font-face {
    font-family: din;
    src: url(DIN Light, serif);
}
div {
    font-family: din;
} 

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

#title {
	font-size: 3em;
    text-align: center;
}

#logo {
	background: url("logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 133px;
    width: 200px;
    position:absolute;
	top:10px;
	left:10px;
}

#texte {
	font-size: 1.2em;
    text-align: center;
}

#texte a {
	color:#000000;
}

.txt_bleu {
	color:#74C7D1;
}