html { margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	border: none;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #956599;
	background-color: #FFFFFF;
	background-image:url(../images/pic_02.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#centpourcent {
  height: 100%;
  width: 100%;
  }

div#bandeau {
	width:600px;
	height:50px;
	background-color:#621F38;
}
div#contenu {
	width:600px;
	height:400px;
	background-color:#621F38;
}
div#piedpage {
	margin-left: auto;
    margin-right: auto;
	width:600px;
	text-align:left;
	background-color:#621F38;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8FAC1E;
	font-variant: small-caps;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EE7A3D;
	font-variant: normal;
	font-weight: bold;
}

img {
	border: none;
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #FFF;
}
a:hover
{
	text-decoration: underline;
	color: #CCC;
}
