@charset "utf-8";
/* CSS Document */

body {
	background-image:url(background.png);
	background-position:top;
}

h1 {
	text-indent:25px;
	margin:0px;
	font-variant:small-caps;
}

#header {
	padding-top:10px;
	text-align:center;
	width:1000px; 
	margin:0px auto; 
	border-left:3px solid #999999; 
	border-right:3px solid #999999; 
	border-top: 3px solid #999999;
	background-color:#333333;
}

#contenu {
	background-color:#333333;
	width:950px; 
	margin:0px auto;
	text-align:justify;
	border-left:3px solid #999999; 
	border-right:3px solid #999999;  
	padding:25px; 
	font-family:Verdana, Geneva, sans-serif; 
	color:#999999;
}

object {
	border:0px;
}

#footer {
		background-color:#333333;
		padding-bottom:10px;
		text-align:center;
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif; 
		color:#999999;
		margin: 0px auto;
		width:1000px;
		border-left:3px solid #999999; 
		border-right:3px solid #999999;
		border-bottom: 3px solid #999999;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#ff6600;
}
	

object {
	border:none;
}