body {
	background: black url(../img/univers_sortie_global_bg.jpg) no-repeat top center;
}


/***************************************************************/
/*index**********************************************************/
/***************************************************************/

div.block.index {
	background: white url(../img/univers_sortie_bg.jpg) no-repeat;
	margin-top: 125px;
	padding: 80px 20px 0px 20px;
	width: 910px;
}

/*date*/


ul#list {
	list-style: none;
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
}

ul#list li {
	margin: 0 0 0 -15px;
	display: block;
	width: 680px;
	padding: 20px 35px 20px 15px;
	background: transparent url(../img/news_bg.png) repeat-x;
}

ul#list li .date{
	font-weight: bold;
	float: left;
	width: 90px;
	height: 80px;
	color: white;
	margin-left: 30px;
	background:transparent url(../img/date_sticker.jpg) no-repeat scroll 0 0;
}

ul#list li .date div#jour{
	float: left;
	width: 90px;
	color: #393333;
	text-align: center;
	font-size: 10px;
}

ul#list li .date div#date{
	float: left;
	width: 90px;
	text-align: center;
	font-size: 42px;
	line-height: 48px;
}

ul#list li .date div#mois{
	float: left;
	width: 90px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}

div.texte{
	float:right;
	width:520px;
}

ul#list a{
	color: #1A1A1A;
	text-decoration: underline;
}

ul#list a:hover{
	color: #003c9c;
	text-decoration: underline;
}
div.texte h3 {
	font-size:17px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	font-weight: bold;
	color: grey;
}
