@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}

#footer{
	background-image:url(../img/fond-footer.jpg);
	background-repeat:no-repeat;
	width:798px;
	height:16px;
	padding-top:83px;
	color:#FFF;
	text-align:center;
	font-size:11px;
	letter-spacing:2px;
}

#footer a,#footer a:visited{
color:#fff;
text-decoration:none;}

#footer a:hover{
color:#fff;
text-decoration:underline;}

#navigation{
background-color:#979893;
color:#FFF;
font-size:11px;
height:18px;
padding-left:10px;
}

#navigation a,#navigation  a:link,#navigation  a:visited{
color:#FFF;
font-size:11px;
text-decoration:none;
letter-spacing:normal;
}
#navigation a:hover{
color:#fff;
font-size:11px;
text-decoration:none;
font-style:italic;
letter-spacing:normal;
}

#contenu{
height:360px;
width:681px;
border-right:1px solid #999;
padding:10px 0 10px 10px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#contenu a,#contenu a:visited{
text-decoration:none;
color:#666;
font-size:12px;
letter-spacing:0.1em;
}

#contenu a:hover{
text-decoration:underline;
color:#666;
font-size:12px;
letter-spacing:0.1em;}

h1{
font-weight:bold;
font-size:12px;}



#texte{
overflow:auto;
height:340px;
width:530px;
padding-left:10px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;}
