
/*
brun : #54210a
rouge : #ba032e
*/

a:link {color:#54210a; text-decoration:none;}
a:visited {color:#54210a; text-decoration:none;}
a:active {color:#54210a; text-decoration:none;}
a:hover {color:#ba032e; text-decoration:none;}

body{
    background-color:#ffffff;
	margin:0px;
	padding:0px;
	/*
	background-image:url('/includes/bg/bg.jpg'); -->
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed;
	*/
	/*
	overflow-y:scroll; avoids that vertically long pages hop some pixels to the left or the right compared to
	the same pages, but with short content, for webkit based browsers (firefox, safari, chrome) but IE not affected by this problem
	*/
	overflow-y:scroll;
}

.Texte {font-size:14px; font-family:Arial,Helvetica,sans-serif; color:#54210a; text-align:center; line-height:1.4;}
.Footer {font-size:12px; font-family:Arial,Helvetica,sans-serif; color:#54210a; text-align:center; line-height:1.4;}

.Credits {font-size:10px; font-family:Arial,Helvetica,sans-serif; color:#999999; text-align:center;}
.CreditsLinks a:link {color:#999999; text-decoration:none;}
.CreditsLinks a:visited {color:#999999; text-decoration:none;}
.CreditsLinks a:active {color:#999999; text-decoration:none;}
.CreditsLinks a:hover {color:#ba032e; text-decoration:none;}

