
/* General */

	body {
		background-color: #AE2626;
		color: black;
		}

/* Deco Images */		
		
	img {
		border: 0;
		}

/* Ombre Textes (CSS3) */		
		
	.TextShadow {
		text-Shadow: 1px 1px 0px gray;
		}
