/*
 * CSS for 666
 */

body{
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size:10pt;
	color: #FFFFCC; 
	background-color: #000066; 
	margin: 5px;
	padding: 0px;
	
	}


a:link, a:visited, a:hover {
	text-decoration: none;
	color: #AD5A5A;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-shadow: 0 0 2px white, 0 -2px 4px #FFCCCC,0 -4px 4px #FF9999, 0 -8px 4px #CC0000  ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:800;
	color: #CC0033;
	}
	
.commelink{ color: #993300;font-weight:bold;} 

.Le666 { color:#F96}

#tableheader { 
	background-color: #0000BB;
	width: 80%;
	}
#tdheader {
	font-weight: bold;
	font-family: Arial;
	font-size: 20pt;
	color: #FDE0AA;
	text-align: center;
	}

#ddU{color:#ffffff; margin-left:15px; margin-right:5px;}
#ddN{color:#fde0aa; margin-left:15px; margin-right:5px;}
div.news { 
	text-align:justify;
	height:500px;
	overflow:auto;

}

.date {
	font-size: 16px;
	color: White;
	text-shadow: -1px 0 red, 0 1px red,1px 0 black, 0 -1px black}

.onglets td
  {
  width: 80px;
  text-align: center;
  } 
.actif
  {
  border-bottom: 1px solid black;
  background-color: cornsilk;
  color: red;
  padding: 6px;
  }

.onglets a
  {
  display: block;
  background-color: blue;
  color: yellow;
  text-decoration: none;
  padding: 4px;
  } 
	
.onglets a:hover
  {
  background: yellow;
  color: blue;
  }    
