/*************************************************************************************************************
* MISE EN PAGE DES CONTENUS
*************************************************************************************************************/
div.actu-small, div.actu-small-right{
	float: left;
	width: 23.67em;
	border-bottom: .08em dotted gray;
	margin-bottom: 1.67em;
	padding-bottom: .83em;
	height: 15.83em;
}
div.actu-small-right{
	margin-left: .75em;
}
div.actu-small img, div.actu-small-right img, div.actu-small object, div.actu-small-right object{
	width: 10.42em;
	height: 7.83em;
}
div.actu-medium, div.actu-full, div.rec-full{
	float:left;
	width: 48.17em;
	border-bottom: .08em dotted gray;
	margin-bottom: 1.67em;
	padding-bottom: 1.67em;
}
div.actu-full{
	width: 44.17em;
	/*margin: 0 2em 1.67em 2em;*/
}
div.actu-medium img, div.actu-medium object{
	width: 16.42em;
	height: 12.33em;
}
div.no-border{
	border-bottom: 0;
	height: auto;
}
div.img-actu{
	float: left;
	margin: 0 .42em 0 0;
}
div.actu-full img, div.actu-full object, #contenu img.actu-full, #contenu object.actu-full, div.img-actu{
	width: 21.08em;
	height: 15.83em;
	margin: 0 .67em 0 0;
}
#contenu img.actu-full{
	float: left;
}


div.actu-full h2, div.rec-full h2{
	font-size: 1.50em;
	padding-left: 1.67em;
	background: url(../../../images/puce_titre.gif) left .17em no-repeat;
	color: #005AA1;
	margin-bottom: .67em;
	font-weight: bold;
}
div.actu-full h2{
	line-height: .83em;
}
div.actu-full h2 .date, div.rec-full h2 .date{
	font-size: .67em;
	font-weight: normal;
	color: #4B4B4D;
	font-style: italic;
}
div.actu-full h3, div.rec-full h3{
	color: #005AA1;
	font-weight: bold;
}

div.actu-small p, div.actu-small-right p{
	padding-top: 0.42em;
	padding-bottom: 0.83em;
	clear: both;
}
div.actu-full p, div.actu-medium p{
	padding-top: 0.83em;
	padding-bottom: 0.83em;
}

span.commentaires{
	font-weight: bold;
}


/*************************************************************************************************************
* CONDUCTEUR
*************************************************************************************************************/
div.scroller{
/*	float: left;*/
	width: 100%;
	height: 1.67em; /* 20px */
	position: relative;
	overflow: hidden;
}
div.scroller div{
	margin-right: .67em; /* 8px */
	width: auto;
	height: 1.67em; /* 20px */
	position: absolute;
	overflow: hidden;
	z-index: 1;
	white-space:nowrap;
	visibility: hidden;
	/*border: 1px solid red;*/
}
div.scroller div a{
	color: #4B4B4D;
}
div.conducteur{
	margin-bottom: 1.67em; /* 20px */
}
div.conducteur div{
	float: left;
}