html,body {
	background-image: url(../images/bg.png);
	padding:0px;
	background-position: top;
	background-repeat: repeat-x;
}
body {padding:0; margin:0; background-attachment:fixed; color:#000000}

a:link, a:visited
{
	color: #4093b4;
	text-decoration: none;
}
a:hover, a:active
{
	color : #ff0000;
	text-decoration: underline;
}
p, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
h1
{
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4093b4;
	text-decoration: none;
}	
h2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4093b4;
	text-decoration: none;
}
.cadre
{
	background: #ffffff;
	border: 1px solid #999999;
}
