body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    color: #0;
    background-color: #FFFFFF;
	font-size: 80%; /* This sets the default font size to be equivalent to 10px */
	margin: 10;
}

table.variation { 
    border-collapse: collapse; 
}

tr.new td
{
padding: 2px;
border-top: 1px solid black;
}

tr.newdiff td
{
padding: 2px;
border-top: 1px solid black;
background-color: #33CCFF;
}

tr.diff td
{
padding: 2px;
background-color: #33CCFF;
}

p.help_stats
{
border: 1px solid black;
padding: 5px;
background-color: #33CCFF;
width: 703px;
}

#help_saisie
{
position: absolute;
margin-left: 360px;
margin-top: 55px;
border: 1px solid black;
padding: 5px;
background-color: #33CCFF;
width: 500px;
}

#container_dep {
float:right;
width: 500px;
height: 1900px;
}

#container_pays,
#container_reg,
#container_type,
#container_forum  {
float:right;
margin-right: 10px;
margin-bottom: 10px;
width: 330px;
height: 500px;
}

#top {
width: 1000px;
color: white;
height: 40px;
}

#menu_top,
#menu_top_actif {
float: left;
padding:5px;
margin:5px;
width: 100px;
background-color: #006699;
}

#menu_top_actif {
font-weight:bold;
}

#menu_top a {
text-decoration:none;
color: white;
}

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

#menu_top_actif a,
#menu_top a {
text-decoration:none;
color: white;
}

table {
border: 1px solid black;
}

th, tr, td {
border: 0;
}

th a {
text-decoration:none;
color: white;
}

th a:hover {
text-decoration:underline;
color: white;
}
tr.Alternative1 {
    background-color: #ff7799;
}

tr.header {
    background-color: #006699;
color: white;
}

table.search {
width: 350px;
    background-color: #006699;
color: white;
}

table.grid_pseudo td {
    border:1px solid black;
}

tr.pseudo_ok {
    background-color: #00FF88;
}