body{
	background-color:rgb(51,51,51);
	color:rgb(255,255,255);
	font-family:"verdana","arial";
	font-size:12px;
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	color:rgb(127,147,162);
}
a:hover{
	color:rgb(197,225,251);
}
img{
	border-style:none;
}
div.haut{
	height:63px;
	width:100%;
	background-color:rgb(81,81,81);
}
div.oiseau{
	height:373px;
	width:457px;
}
div.gauche{
	position:absolute;
	top:0px;
	left:0px;
}
div.droite{
	float:right;
}
div.texte{
	position:absolute;
	top:100px;
	left:260px;
}
div.textebloc{
	margin-top:40px;
	width:600px;
	margin-bottom:40px;
}
span.petit{
	font-size:10px;
	font-weight:bold;
}
span.grand{
	font-size:18px;
	font-weight:bold;
}
span.plusfonce{
	color:rgb(180,180,180);
}
