body {
	margin: 8px;
	padding:0px;
	background-color:#fffdda;
	font-family: Times New Roman,Tahoma,arial,helvetica,sans-serif;
	font-size:1em;
	background-image:url(images/fond.gif);
}

#header{
	width:982px;
	height:141px;
	background-image:url(images/header.png);
	margin:0px;
}

#menu{
	height:31px;
	margin:0px;
	float:left;
}

h1{
	font-size:1.4em;
}

.imgmenu{
	border:0px;
	float:left;
}
#container {
	width:982px;
	background-color:#4d0000;
	margin:auto;
	color:#fffdda;
}

#colonne-gauche{
	width:250px;
	height:300px;
	background-color:#4d0000;
	background-image:url(images/fond-colonne-gauche.png);
	background-repeat:no-repeat;
	float:left;
}

#contenu{
	width:680px;
	background-color:#4d0000;
	float:left;
}

#footer{
	position:relative;
	width:982px;
	height:229px;
	background-image:url(images/footer.png);
	clear:left;
}

#footercode{
	position:absolute;
	width:310px;
	height:142px;
	bottom:0px;
	left:320px;
	border:0px;
}

#footerchequier{
	position:absolute;
	width:146px;
	height:67px;
	bottom:0px;
	right:0px;
	border:0px;
}

#footerteledis{
	position:absolute;
	width:137px;
	height:76px;
	bottom:0px;
	right:200px;
	border:0px;

}

#footerliens{
	color:#4d0000;
	position:absolute;
	left:0px;
	bottom:-5px;
}

#sign{
	color:#4d0000;
	text-align:center;
	margin:5px;
	font-size:0.8em;
}
#sign a{
	color:#4d0000;
	text-decoration:none;
}
#sign a:hover{
	text-decoration:underline;
}


.lien
{
	color:#ffffff;
}