body {
	background-color:#FFFFFF;
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 8pt;
	line-height: 180%;
	color: #333333;
}

#conteneur {
	width:1000px;
	height: 100%;
	margin-top: 20px; /* moitié de la hauteur pour centrage parfait */
	margin-right: auto;
	margin-left: auto; /* moitié de la largeur pour centrage parfait */
	top: 20px;
	padding-top: 20px;
}

titre {
	color: #000000;
	text-align: center;
	font-variant: small-caps;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial;
	
}

#header {
width: 600px;
height:400px;
background:url("images/home.png") no-repeat #FFFFFF;
background-position:center center;
}

#blog {
float:right;
margin-top:-300px;
margin-right: -80px;	
}

a {
	color: #d66a1e;
	text-decoration:underline;
}

a:hover {
	color:#d66a1e;
	text-decoration:none;
}

#hide a {
	color: #dbdad7;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.06em;
}
