body { 
        background: #E2014D;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #FFFFFF;      
        background-image:url(../img/html/surprises/surprises.gif);
        background-repeat:no-repeat;
}
h1 {
	font-size: 36px;
	color: #FFCC00;
}
h2 {
	font-size: 24px;
	color: #FFCC00;
}
h3 {
	font-size: 18px;
	color: #FFCC00;
}
h4 {
	font-size: 16px;
	color: #FFCC00;
}
h5 {
	font-size: 14px;
	color: #FFCC00;
}
h6 {
	font-size: 9px;
	color: #FFCC00;
}
a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#contenu {
	width: 865px;
	margin-top: 190px;
	margin-left: 85px;
	position: absolute;
}
