/* CSS Document */
BODY{
	margin:0px;
	background-color: #222222; /* couleur fd windows #D4D0C8 */
	text-align: center;
}
div#cadre{
	width: 760px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #CCCCCC;
}
div#bottom{
	height: 300px;
	width: 760px;
	background-color: #003366;

}
div#button{
	margin-left: auto;
	margin-right: auto;
	width: 280px;	
}
div#button a {
	display: block;
	width: 100%;
	padding: 6px;
	margin-bottom: 10px;
	font: normal 12px Arial, Tahoma, Verdana, sans-serif;
	color: #003366;	
    text-decoration: none;
	cursor: hand;
	background-color: #92ACC7;
}
div#button a:hover {
	background: #CCCCCC;
}
div#center{
	height: 80px;
	width: 760px;
	background-image: url(/commun/IMG/error_fd.jpg);
	vertical-align: middle;
}
div#center TABLE{
	color: #FFFFFF;
	font: bold 18px Arial, Tahoma, sans-serif;
}
div#top{
	height: 200px;
	width: 760px;
	background-color: #085EB0;
}
div#bottom{
	height: 300px;
	width: 760px;
	background-color: #003366;
}

