@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	color:black;
	background-color:#808080;
	background-image:url(mur.gif);
	font-size: 18px;
	font-family: "Arial", Times, serif;
}
a {
  color: #008000;
}
a:visited {
  color: #00ff00;
}
a:hover {
  color: #c43300;
}
a:active {
  color: #008000;
}  
h1 {
	margin-left:45px;
	font-size: 24px;
	text-transform: none;
}
h3 {
	color:#F00;
	font-weight: bold;
}
#container {
    position: relative;
    min-height: 100%
}
#footer {
	margin: 0px;
	padding: 0px;
	background: transparent  repeat-x scroll 0% 50%;
	clear: both;
	height: 100px;
}
#page-table {
		height: 100%;
		width: 100%;
		border-collapse: collapse;
		text-align: center;
	}
#page-td {
		height: 100%;
		padding: 0;
		vertical-align: middle;
	}
.flotte {
	float:none;
	text-align: center;
}
.haut {
	text-align:center;
	font-size: 36px;
	font-weight: bold;
}
.paragraphe {
	margin-left:45px;
	margin-right:45px;
	text-align: justify;
	font-weight: bold;
	font-size: 16px;
}
.retrait {
	margin-left:45px;
	margin-right:45px;
	text-align: justify;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.galerie_image
	{
	float: left; 
	margin: 5px;
	border: 0px solid #000000;
	text-align: center;
	height: 7.5em;
	width: 6em;
	}