@charset "utf-8";
body {
	text-align: center; 
}
img, div, a, input { 
	behavior: url(css/iepngfix.htc) 
}
img {
	border: 0;
}
#home {
	position:absolute;
	background-color: #F20F09;
	left: 50%; 
    top: 50%;
	height: 400px;
	width: 600px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
     margin-top: -200px;
     margin-left: -300px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#titre {
	position: relative;
	top: 40%;
}
