* {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
}
html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-size: 0.78em;
	margin: 0;
	padding: 0;
	background-color: #183787;
	height: 100%;
	color: white;
}
#content {
	margin: 0 2em 1em;
}
#container {
	width: 1043px;
	margin: 0 auto;
	background: #516738 url(images/footer.jpg) bottom no-repeat;
	padding-bottom:  130px;
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
}

#head {
	height: 230px;
}

#head .top_refonte {
	height: 225px;
	background: url(images/header.jpg);
}

#container > #content {
	height: auto;
	min-height: 300px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 80px;
	background: url(images/footer.jpg);
	left: 97px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
}
h2 {
	color:#F6D502;
	font-size:15px;
}
h3 {
	color:#F6D502;
	font-size:12px;
}

.list {
		width: 100%;
	background : #637398;
	margin-top: 30px;
}

.list_alt {
	
	
	width: 100%;
}

.listing td, .listing_alt td {
	border:none;
	vertical-align: top;
	padding: 0.25em;
}

.listing .pic, .listing_alt .pic {
		width: 130px;
		vertical-align: middle;
}
.pic img {
	border: 1px solid white;
}
#pics {
	background:url( images/fond.gif );
	float:left;
	text-align: center;
	padding: 10px;
}