body {
	background-repeat : repeat-x;
	background: url(graphics/bg.jpg);
	background-color: #ffffff;
	background-position: top center;
	font-family: arial, verdana;
	font-size: 10pt;
	color: #333333;
}
td {
	font-family: arial, verdana;
	font-size: 9pt;
	color: #333333;
}
a:link, a:visited {color: #660000; text-decoration: none;}
a:hover {
	color: #cc9900;
	text-decoration: none;
}
.header {
	color: #660000;
	height: 120px;
	background-repeat: no-repeat;
	font-family: Monotype corsiva;
	font-size: 45pt;
	font-weight: bold;
	padding-right: 60px;
	text-align: right;
	text-decoration: none;
}
.wrapper {
	text-align: center;
	width: 750px;
	background-color: #ffffff;
	height: 100%;
}
.top_logo {
	background-color: #ccffff;
}
.title {
	text-align: right;
	padding-right: 22px;
	font-family: Palatino linotype;
	font-size: 24pt;
	font-variant: small-caps;
	color: #3399CC;
	font-weight: bold;
}
.title2 {
	text-align: right;
	font-family: Palatino linotype;
	font-size: 12pt;
	font-variant: normal;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	font-size: 22pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #660000;
	font-family: Palatino linotype;
	padding-bottom: 20px;
}
.subtitle2 {
	font-size: 18pt;
	font-weight: bold;
	color: #660000;
	font-family: arial, verdana;
	padding-bottom: 10px;
}
.titleleft {
	font-size: 16pt;
	font-weight: bold;
	text-align: right;
	color: #000033;
	font-family: Palatino linotype;
	padding: 20px 20px 20px 20px;
}
.bodytext {
	padding: 22px;
	font-family: arial, verdana;
	font-size: 10pt;
}
.style1 {
	font-family: arial, verdana;
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
}
.style2 {
	font-family: arial, verdana;
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
	font-style: italic;
}
.style3 {
	font-family: arial, verdana;
	font-size: 12pt;
	font-style: italic;
}
.style4 {color: #FFFFFF}
.subsubnav {
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 16px;
	text-align: right;
	font-family: arial, verdana;
	color: #000033;
}
.subsubnav:hover {
	color: #CC9900;
	text-decoration: none;
}
.subnav {
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px; 
	padding-top: 20px;
	line-height: 20px;
	text-align: right;
	font-family: arial, verdana;
	color: #660000;
}
.subnav:link, .subnav:visited {
	font-size: 12px;
	font-weight: bold; 
	text-align: right;
	font-family: arial, verdana;
	color: #660000;
	text-decoration: none;
	padding-right: 0px;
	padding-top: 0px;
}
.subnav:hover, .subnav-on:visited, .subnav-on {
	color: #CC9900;
	text-decoration: none;
}
.quote {
	color: #000033;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	text-align: right;
	margin-top: 0px;
	padding-right: 16px;
	font-family: Palatino linotype;
}
.footer {
	height: 187px;
	width: 779px;
	font-size: 8pt;
	color: #666666;
	margin-top: 20px;
}
.colonne200right {
  width: 200px;
  color: #444444;
  font-family: verdana;
  font-size: 10px;
  float: right;
  padding: 0px 5px 5px 5px;
}
.cadre {
  background: #ffffff url('graphics/pixelgrishead.jpg') repeat-x top left;
  float: right;
  width: 100%;
}
.cadre .cadrehead {
	background: url('graphics/cadrehead1.jpg') no-repeat top left;
}
.cadre .cadrehead div {
	background: url('graphics/cadrehead2.jpg') no-repeat top right;
	height: 60px;
}
.cadre .cadrebody {
	border-left: 1px solid #3399CC;
	border-right: 1px solid #3399CC;
	padding: 3px 10px 0px 10px;
}
.cadre .cadrefoot {
	background: #FFFFFF url('graphics/pixelgris.jpg') repeat-x bottom;
}
.cadre .cadrefoot .cornerleft {
	background: url('graphics/cadrefoot1.jpg') no-repeat bottom left;
}
.cadre .cadrefoot div {
	background: url('graphics/cadrefoot2.jpg') no-repeat bottom right;
	padding-bottom: 0px;
	height: 15px;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none
}
a.info:hover{z-index:25; background-color:#ff0}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 15px; left: 0px;; width:150px;
    border:1px solid #CC9900;
    background-color:#030343; color:#ffffff;
    text-align: left;
	padding: 8px;
	font-size: 11px;}