body{
    color: #333;
    font-size: 28px;
    font-family: 'Source Sans Pro', sans-serif;
}

nav{
  display: inline-block;
  height: 680px;
  width: 900px;
  border: 1px solid #090; 
  vertical-align: top;
  padding: 10px 0 10px 20px;
}

.equipe{
	 color: #090;
    text-align: left;
    width: 400px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

thead{
    background-color: #090;
}

th{
    background-color: #eee;
    text-align: center;
    font-weight: bold;
}

tr:hover{
    background-color: #ffc;
}

td{
  border-top: 1px solid #ddd;
  text-align: center;
  width: 52px;
}

.header{
    background-color: #090;
    color: #fff;
}

.choix0{
	background-color: #f9f9f9;
}

a{
   color: #090;
   text-decoration: none;
}

input{
    font-size: 28px;
}
	