/* image de fond */
body {
background:#714F34 url(../images/tr-bg-style2.jpg) repeat top center fixed;
color: #EEE;
}

/* s�parateur sous le menu */
#tr-top-menu  {
border-bottom:1px solid #333;
}

/* logo en haut de page */
#tr-logo a {
	background:url(../images/tr-logo-style2.png) no-repeat center center;
}

/* s�parateur sous le titre de l'article */
h2.contentheading, .contentheading {
	color:#bbb;
	border-bottom:1px solid #333;
}

/* couleurs du lien */
a {
	color: #FFA929;
}
a:hover, a:active, a:focus {
	color: #fff;
}