﻿



img.plus{
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: right;
}

img.moins{
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: right;
}

.hide
{
	width: 227px;
	position: absolute;
	display: none;
}

.show
{
	position: absolute;
	display: block;
	width: 227px;
	border: 1px solid #517fb0;
	padding: 4px;
	margin-top: 8px;
	z-index: 500;
	min-height: 100px;
	background-image: url(../../images/bg.png);
	background-repeat: repeat;
}



.show .date
{
	background-color: #517fb0;
	width: 221px;
	color: #f5af0a;
	display: block;
	padding:3px;
}

.show .titre
{
	font: bold normal 12px/16px "Trebuchet MS", Tahoma, Monaco;
	display: block;
	padding-top:4px;
	color: #0B3156;
}