/* .col950 - Colonne de 950 pixels */
#container .col .col950 {
  width: 950px;
  padding: 15px 15px 25px 15px;
}
#container h2 {float:left;}

h2.titre1 {
  float: left; 
  width: 190px; 
  margin-top: 0;
}
div.release_date {
  display: block;
  float: right; 
  /*width: 525px; */
  height: 21px; 
  padding-top: 11px;
  padding-left:10px;
  line-height: 21px;
}
div.date_jour {
  display:none;
  float: right; 
  /*width: 230px; */
  height: 21px; 
  padding-top: 11px; 
  line-height: 21px;
  text-align: right; 
  font-weight: bold; 
  color: #404040;
}

table {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-collapse: collapse;
  border:1px solid #d4d4d4;
  border-left:0;
  border-right:0;
  width: 100%;
  background: #efefef; 
}
table tr th {
  padding: 8px 8px 4px 25px;
  border: none;
  text-align: left;
  background: none;
  font-size: 13px;
  font-weight: bold;
  border-left: 1px solid #d4d4d4;
}
table tr th:first-child {
  border-left: none;
}
table tr td {
  padding: 4px 8px 12px 25px;
  width: 20%;
  border: none;
  background: none;
  border-left: 1px solid #d4d4d4;
}
table tr td:first-child {
  border-left: none;
  text-align: right;
  padding-right: 25px;
}
table tr.icn td {
  padding: 0 8px 0 25px;
}

#container ul.a-consulter {
  float:right;
  margin:13px 0 0 0;
  padding:0;
  list-style:none;
}

#container ul.a-consulter li {
  float:left;
  margin:0 0 0 10px;
  padding:0 0 10px 10px;
  list-style:none;
}
