/*  BOITES POPUP */

div.popup
{
	position:absolute;
	z-index:1000;
	display:none;
}

.rss_popup
{
	border:1px solid #64AA16;
	background-color:#F0F7E8;
	width:600px;
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rss_popup div.header
{
	background-color:#64AA16;
	font-size: 12pt;
	font-weight:bold;
	color:#ffffff;
	padding:5px;
}

.rss_popup div.header img
{
	float: right;
}

.rss_popup div.content
{
	background-color:#ffffff;
	margin-bottom:7px;
	margin-top:7px;
	overflow-y: auto;
	height: 400px;
}

td.popup_titre
{
	font-size: 8pt;
	color:#476777;
	background-color:#F0F7E8;
	font-weight:bold;
	padding:5px;
}
td.popup_ligne
{
	font-size: 8pt;
	color:#666666;
	padding:5px;
	padding-top:12px;
	padding-bottom:12px;
	border: 1px solid #64AA16;
}
a:link.popup
{
	color:#D44100;
	text-decoration:none;
	font-weight:bold;
}
a:visited.popup
{
	color:#D44100;
	text-decoration:none;
	font-weight:bold;
}
a:hover.popup
{
	color:#D44100;
	text-decoration:none;
	font-weight:bold;
}

