@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#A50114;
	background-color:#000000;
	
	background-image: url("/media/img/pied2page.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat:no-repeat;
}
img{
	border:none;
}
a,
a:link,
a:active,
a:visited{
	color:#ff0000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover{
color:#ffffff;
text-decoration:none;
}


/************** fix png IE 6 ******************/
#pgnfix{ behavior: url(/includes/iepngfix.htc) }

