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

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

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

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: 26px;
}

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

.choix0{
	background-color: #f9f9f9;
}

a{
   color: #090;
   text-decoration: none;
}
	
.pub{
	border-top-width: 0px;
	padding: 40px;
}