﻿/* Styles d'écriture de la colonne de droite */

#rightpanel,
#mainpanelWithRightarea_right
{
	color: #000;
	font-size: 11px;
	font-family:Arial;
}

#rightpanel ul,
#mainpanelWithRightarea_right ul
{
	list-style-image: url('Right/puce.gif');
}

#rightpanel li,
#mainpanelWithRightarea_right li
{
	color:#9a9a9a;
}

#rightpanel li.active,
#mainpanelWithRightarea_right li.active
{
	color: #000;
	list-style-image: url('Right/puceActive.gif');			
}

#rightpanel li.active a,
#mainpanelWithRightarea_right li.active a
{
	text-decoration:none;
	color: #000;
}

#rightpanel li.active a:hover,
#mainpanelWithRightarea_right li.active a:hover
{
	color: #0d7d46;
}

#rightpanel .readmore,
#mainpanelWithRightarea_right .readmore
{
	color: #0d7d46;
	background: url('Right/readmore.gif') right top  no-repeat;
	padding-right:18px;
	display:block;
	font-family: Arial;
	float:left;
}

#rightpanel h3,
#mainpanelWithRightarea_right h3
{
	font-family: Arial;
	font-size:12px;
	margin:0;
	margin-top:6px;
	padding:0;
	font-weight: bold;
	margin-bottom:6px;
	line-height: 13px;
}

#rightpanel p,
#mainpanelWithRightarea_right p
{
	font-family: Arial;
	font-size:11px;
	text-align:left;
	color:Black;
	margin:0;
	padding:0;
	margin-top: 6px;
}

#rightpanel ul,
#mainpanelWithRightarea_right ul
{
	margin:0;
	padding:0;
	margin-left:0px;
	list-style-position:outside;
	text-indent:0;
	font-family:Arial;
	margin-top:6px;

}

#rightpanel li,
#mainpanelWithRightarea_right li
{
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent:0;
	margin-left:20px;
}

#rightpanel li.active,
#mainpanelWithRightarea_right li.active
{
	color: #000;
	list-style-image: url('Right/puceActive.gif');			
}

#rightpanel li.active a,
#mainpanelWithRightarea_right li.active a
{
	text-decoration:none;
}



#rightpanel .readmore,
#mainpanelWithRightarea_right .readmore
{

}

#rightpanel .MenuItem
{ 
	margin-bottom: 1px;
	margin-top: 2px;
	margin-left: 8px;
	height: 23px;
	padding-left: 2px;
	/* background: url('Left/MenuItem.gif') right no-repeat #DBECE3;*/
	background: url('Left/MenuItem.gif') right no-repeat #900E05;
	color: white;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}

#rightpanel a.MenuItem
{
	background: none;
}

#rightpanel .MenuItemHover
{
	color: White;
	font-weight: bold;
	/*background: url('Left/MenuItemHover.gif') right no-repeat #0D7D46;*/
	background: url('Left/MenuItemHover.gif') right no-repeat #d19d9a;
	text-decoration:none;
}

#rightpanel .MenuItemSelected
{
	color: White;
	font-weight: bold;
	/*background: url('Left/MenuItemHover.gif') right no-repeat #0D7D46;*/
	background: url('Left/MenuItemHover.gif') right no-repeat #d19d9a;
}

/* all link clickable */
#rightpanel .MenuItem a
{
	border:1px solid red;
	display:block;
	line-height:23px;
	width:152px;
	overflow:hidden;
}