@charset "UTF-8";
/* CSS Document */
#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
} 
A: {
	color:#0066FF; 
	text-decoration: none;
}

A:link {
	color:#0066FF; 
	text-decoration: none;
}

A:visited {
	color:#0066FF; 
	text-decoration:none;
}

A:active {	
	color:#0066FF; 
	text-decoration:none;
}

A:hover {
	color: #0066FF; 
	text-decoration:none;
}
A:HOVER.lien2 {
		color: #0066FF; 
	text-decoration:underline;
}
.logoTxt {
	font-family: "Courier New";
	font-size: 32px;
	color: #000000;
	text-decoration: none;
}
.logo2Txt {
	font-family: "Courier New";
	font-size: 26px;
	color: #000000;
	text-decoration: none;
}
.titleTxt {
	font-family: "Courier New";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.titleTxtRed {
	font-family: "Courier New";
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}