/* CSS Sudoku 
------------- */
body {margin:0;}

#header { text-align: center;
  background-color:#51473d;
  margin-bottom : 1em;
  border-bottom : 1px solid #373028;
  padding-bottom: 0.3em;
}
#header h1 {margin-top:0px;
  padding-top : 0.2em;
}

#title a {font-family: 'lucida grande',arial;
  font-size:1.8em;
  text-decoration:none;
  color:#eae7d2;
}

#menu {font-family: 'lucida grande',arial;}
#menu ul {list-style-type: none;
  margin : auto;} 
#menu li {display: inline;
}
#menu a {  border : 1px solid #999999;
  border-bottom:0px;
  border-right-color: #000;
  padding : 0.3em;
  margin : 0;
  background-color:#594f48;
  color:#ff9300;
  text-decoration:none;
  font-weight : bold;
}
#menu a:hover {background-color:#cac7b2;}
#menu .selected {  background-color:#eae7d2;}

/* Le contenu
------------- */
#main {width : 768px;
  margin:auto;
 border-left:1px solid #eeeeee;
 border-right:1px solid #eeeeee;
 padding-left : 15px;
 padding-right: 15px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:0.9em;
}
#main h2, h1{color: #F90;}
#thematique { width : 728px;
  margin-left:20px;
  margin-bottom : 1em;
}

#grid{width : 438px;
}

#sidebar{width : 300px;
  float:right;
}

/* Grille
------------- */
table.sudo {border : 1px solid #444488;}

.sudo td { border : 1px solid #444488;
  width : 1.6em;
  height :2.1em;
  text-align:center;
  font: bold 16px arial;
}
.sudo input {border : 0px;
  text-align:center;
  font: bold 16px arial;
  width:1em;
}

td.c1 {border-left : 0px;}
td.c2 {border-left : 0px;}
td.c3 {border-top : 0px ;}
td.c4 {border-top : 0px ;
       border-left : 0px;}
td.c5 {border-top : 0px ;
       border-left : 0px;}
td.c6 {border-top : 0px;}
td.c7 {border-top : 0px ;
       border-left : 0px;}
td.c8 {border-top : 0px ;
       border-left : 0px;}

.given {background-color:#eeeeee;}

.empty {color:#f00;}


/* Footer
------------- */

#footer {
  margin-top : 1em;
  background-color:#51473d;
  float:clear;
  border-top: 1px solid #373028;
  padding:1em;
  color:#eae7d2;
  font-size:80%;
}
#footer a {
  color:#eae7d2;
}