﻿/* Utilisés dans la présentation du module Articles By Date */

ul.expand {
	
}

ul.contract {
	display:none;
}

ul li.listeitem {
	border-bottom: 1px solid #F0F0F0;
	margin:0 20px;
	padding:5px 0;
}

h4.titreitemexpand,
h4.titreitemcontract {
	font-weight:normal;
	text-transform:uppercase;
	border-top:1px solid #F0F0F0;
	margin:-5px 0 -15px;
}

h4.titreitemexpand {
	border-bottom:1px solid #F0F0F0;
	padding:10px 10px 10px;
	overflow: hidden;
}

h4.titreitemcontract {
	padding:10px 10px 22px;
	overflow: hidden;
}

h4.titreitemexpand span,
h4.titreitemcontract span {
	color : #FFFF90;
}


div.separatorartbydate {
	height:10px;
	background-color: #000000;
	margin: -17px 0 0 0;
}

img.toggle {
	padding-right : 3px; 
	cursor:pointer;
}
