/* ----------------- Elements de couleur suivant les pages ----------------*/
body {
	background-image:url(../images/all/bg-ref.gif);
	background-repeat:repeat-y;
}
#top {
	background-color:#990;
}
#pied a:hover, h1, .site a:hover {
	color:#990;
}
#pied  {
	border-top:1px solid #990;
}
#ref {
	float:left;
	width:290px;
	margin-top:20px;
	margin-bottom:90px;
}
#ref ul, #ref li {
text-align:left;
list-style-type:square;
color:#990;
margin-left:0.7em;
line-height:1.5em;
}
#ref a:link, a:visited {
	font-size:0.8em;
	color:#990;
}
#ref a:hover {
	color:#cf0;
}
#gauche ul, #gauche li {
	list-style-type:square;
	color:#666;
	list-style-position:inside;
	font-size:0.8em;
	padding-left:1.5em;
	padding-right:1.5em;
	margin-top:1em;
}
