body {
	margin:0;
	background-color:#999999;
	background-image:url(images/aircompresseurbis.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	}

body, td, th, h3, h6 {
	border-color: #FFFFFF;
}

h1, h2, h4, h5 {
  color:#CC6600;
  font-size:14px;
}

a {
	color:#CC0000;
}

a:link
{
    color:#990000;
    text-decoration : underline;
}

a:visited
{
	color:#990099;
	text-decoration : underline;

}

a:active
{
    color : #00FF00;
    text-decoration : none ;
}

a:hover
{
	color : #00FF00;
	text-decoration : none;
	border-color: #CCCCCC;
}




