html,body {
	background-image: url(images/fond.jpg);
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left; 
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p,ul,li,td {
font-size : 100%; 
font-family :  Arial, Helvetica, Geneva, sans-serif; 
color : black; 
background-color : transparant; 
}

p, td
{
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
}
h1
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: ##ee4455;
	text-decoration: none;
}	
h2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: ##ee4455;
	text-decoration: none;
}


a:link {color: #ffffff; text-decoration:none;}
a:visited {color: #ffffff; text-decoration:none;}
a:hover {color: #ffffff; text-decoration:underline;}
