/* .col950 - Colonne de 950 pixels */
#container .col .col950 {
	width: 950px;
	padding: 15px 15px 25px 15px;
}
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: #5d605d;
}

table {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-collapse: collapse;
	border-top: 1px dotted #cfcfcf;
	border-bottom: 1px dotted #cfcfcf;
	width: 100%;
	background:#fff url(/resources/images/interface/gradient_gris.png) top repeat-x; 
}
table tr th {
	padding: 8px 8px 4px 25px;
	border: none;
	text-align: left;
	background: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	border-left: 1px dotted #cfcfcf;
}
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 dotted #cfcfcf;
}
table tr td:first-child {
	border-left: none;
	text-align: right;
	padding-right: 25px;
}
table tr.icn td {
	padding: 0 8px 0 25px;
}

