a.M { 
border: 0px groove white; 
padding: 3px; 
text-decoration: none; 
background-color: white; 
color: black; 
}
a.M:hover { 
border: 0px; 
padding: 3px; 
background-color: #AD1010; 
color: white; 
text-decoration: none;
}
a.M:active { 
border: 0px; 
padding: 3px; 
background-color: #AD1010; 
color: white; 
text-decoration: none; 
}

a.P { 
border: 0px groove white; 
padding: 3px; 
text-decoration: none; 
background-color: #AD1010; 
color: white; 
}
a.P:hover { 
border: 0px; 
padding: 3px; 
background-color: #AD1010; 
color: white; 
text-decoration: none;
}
a.P:active { 
border: 0px; 
padding: 3px; 
background-color: #AD1010; 
color: white; 
text-decoration: none; 
}

a {text-decoration: none;}
a:hover { text-decoration: underline overline; }

h3{
  font-family: Arial;
  font-size: 14px;
  color: navy;
}

h4{
  font-family: Arial;
  font-size: 12px;
  color: navy;
}

/*Div conteneur*/
.conteneur{
  padding-top: 0px;
  padding-left: 10px;
  width: 1050px;
  font-family: Arial;
  font-size: 12px;
}

/* Div menu */
.menu {
  width: 770px;
  -moz-border-radius: 10px 10px 0px 0px; 
  -webkit-border-radius: 10px 10px 0px 0px; 
  -khtml-border-radius: 10px 10px 0px 0px; 
  border-radius: 10px 10px 0px 0px; 
  font-family: Arial;
  font-size: 11px;
  border: 1px solid #AAAAAA;
}

/* Div Noaa */
.noaa {
	width:60px;
	letter-spacing:1px;
	padding-left: 4px;
	font-family: Arial;
	font-size: 10px;
	color: white;
}

/* table Menu */
.menu_table {
	width:98%;
	font-family: Arial;
	font-size: 11px;
}

.menu_td {
	padding: 4px;
}

.toprow {
	width:98%;
	font-weight: bold;
	font-size: 24;
	color: white;
	text-align: left;
	height: 60px;
	background-color: #AD1010;
	 
}

/* div news */
.news {
  width: 770px;
  /*padding: 0px 0px 0px 8px ;*/
  height: 20px;
  font-family: Arial;
  vertical-align: middle;
  color: navy;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  -moz-border-radius: 0px 0px 10px 10px; 
  -webkit-border-radius: 0px 0px 10px 10px; 
  -khtml-border-radius: 0px 0px 10px 10px; 
  border-radius: 0px 0px 10px 10px; 
}

/* Style contenu */
.datas {
  width: 770px;
  font-family: Arial;
  font-size: 12;
} 

/* div bottom */
.bottom {
  width: 800px;
  padding-left: 10px;
  padding-top: 10px;
  text-align: right;
  font-family: Arial;
  font-size: 10;
  color: #C0C0C0;
} 

/* Div DXCC */
#dxccinfo {
  font-family: Arial;
  font-size: 10;
  width: 800px;
}
.tab_dxcc {
  font-family: Arial;
  font-size: 12;
  color: navy;
}


/* Messages des news */
#ajaxticker1{
	height: 15px;
	padding: 4px;
	margin-left:4px;
}
#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	font-size:11px;
}

/* Messages des modales */
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #C0C0C0;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}