html, body {
	height: 100%;
	margin: 0;
}

html {
	background-color: #788074;
}

body {
	font: 90% "Trebuchet MS", sans-serif;
}

.highlight {
	color: #a8c700;
}

img#main {
	float: left;
	margin-right: 5px;
	width: 450px;
}


#tete {
	height: 263px;
	background: url(entete.jpg) no-repeat;
}

a {
	text-decoration: none;
	color: #a6243e;
	font-weight: bold;
}

a:hover {
	color: #740000;
}

a img {
	border-style: none;
}

#container {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	background: url(container.png) repeat-y;
}

#centre	 {
	padding-bottom: 50px; 
	overflow: auto;
	
}
	
#contenu {
	padding: 10px;
}
	
#pied {
	position: absolute;
	width: 750px;
	bottom: 0;
	color: white;
	background: url(pied.jpg) no-repeat;
	font-size: 0.8em;
	text-align: right;
}

#pied p {
	padding-right: 50px;
}

#pied img {
	padding-left: 4px;
}




