html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none
  
  }

#centpourcent {
  height: 100%;
  width: 598px;
  min-height: 100%;
	background-image: url(pic/fond_inside.jpg);
	background-repeat: repeat-y;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
  }
  
body {
	margin: 0;
	padding: 0;
	background-image: url(pic/bg.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #666666;
	text-align:justify;
}

.thumb {
	border: 5px solid #FFFFFF;
}

#container {
	position: relative;
	min-height: 100%;
	background-image: url(pic/fond_inside.jpg);
	background-repeat: repeat-y;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	
}
#content {

	width: 598px;
	background-image: url(pic/fond_inside.jpg);
	background-repeat: repeat;
}
#footer {
	position: absolute;
	bottom: 0;
}
.contenu_centre {
	
	width: 598px;
		background-image: url(pic/fond_inside.jpg);
	background-repeat: repeat;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
}

a:link {
	color:#666666;
	text-decoration:none;
	
}

a:visited {
	color:#666666;
	text-decoration:none;
	
}
a:hover {
	color:#850058;

	text-decoration:none;

}

p {
	width:380px;
	text-align: center;
}
