﻿/*************************
******  ACTUALITÉS  ******
*************************/

/******  LISTE D'ACTUALITÉS ******/

#actuDefilantes {
	width: 265px;
	height: 332px;
	overflow: hidden;
	background: url(../images/bg_focus.gif) no-repeat 0 34px;
	color: #646464;
}
.mod_newslist h3 {
	width: 100%;
	height: 55px;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../images/titres/focus_home.gif) no-repeat 0 10px;
}
/* Attention : ne pas utiliser de "padding" dans le bloc .actu_list :  */

#actuDefilantes .actu_list {
	width: 215px;
	height: 280px;
	padding-left: 23px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
* html #actuDefilantes .actu_list {
	padding-left: 23px;
}
.mod_newslist .innerActu {
	position: absolute;
	z-index: 1;
}
.mod_newslist .block {
	width: 215px;
	text-align: left;
	overflow: hidden;
}
.mod_newslist p.info {
	
}
.mod_newslist .image_container {
	width: 213px;
	height: 66px;
	border: 1px solid #C0C0C0;
	overflow: hidden;
}
.mod_newslist h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #676767;
}
.mod_newslist h2 a {
	color: #676767;
	text-decoration: none;
}
.mod_newslist h2 a:hover {
	text-decoration: underline;
}
.mod_newslist p.info {
	color: #d1007b;
	font-weight: bold;
	overflow: hidden;
}
.mod_newslist p.teaser {
	
}
.mod_newslist p.more {
	float: right;
	padding-bottom: 10px;
}
.mod_newslist p.more a {
	padding-left: 7px;
	font-family: Arial;
	background: url(../images/puce_more.gif) no-repeat 0 5px;
	color: #d1007b;
}
