body {
	background-color: #006D9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #D3E6ED;
	background-image:   url(../imgs/fond.jpg);
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #D3E6ED;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

form {
	color: #CCCCCC;
}


a:hover {
	text-decoration: underline;
    color: #FF0000; 
  }

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
h1 {
	font-size: 36px;
	font-weight: bolder;
	font-variant: small-caps;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006D9C;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted;
	border-left: 0px none;

}
.textemenuCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CCCCCC;
	cursor: help;
	filter: DropShadow(Color=#111111, OffX=12, OffY=12, Positive=10);
}
.smalcaps {
	font-variant: small-caps;
}
