﻿/* Styles d'écriture de la colonne de droite */

#rightpanel,
#mainpanelWithRightarea_right
{
	font-size:11px;
	font-family:Arial;
	color:Black;
}

#rightpanel div,
#mainpanelWithRightarea_right div
{
	color:Black;
}


#rightpanel strong,
#mainpanelWithRightarea_right strong
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-bottom: 1px;
	font-weight: bold;
	display: block;
}

#rightpanel,
#mainpanelWithRightarea_right
{
	color: #0d7d46;
}

#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;

	font-family: Arial;
}

#rightpanel h3,
#mainpanelWithRightarea_right h3
{
	font-family: Arial;
	font-size:12px;
	margin:0;
	margin-bottom:5px;
	margin-top:8px;
}

#rightpanel p,
#mainpanelWithRightarea_right p
{
	font-family: Arial;
	font-size:11px;
	text-align:justify;
	color:Black;
}

#rightpanel ul,
#mainpanelWithRightarea_right ul
{
	margin:0;
	padding:0;
	margin-left:0px;
	list-style-position:outside;
	text-indent:0;
	font-family:Arial;

}

#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 li.active a:hover,
#mainpanelWithRightarea_right li.active a:hover,
{
	text-decoration:underline;
}

#rightpanel .readmore,
#mainpanelWithRightarea_right .readmore
{
}

#rightpanel .MenuItem
{ 
	margin-bottom: 1px;
	margin-top: 4px;
	margin-left: 8px;
	height: 23px;
	padding-left: 2px;
	background: 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: right no-repeat #d19d9a;
	text-decoration:none;
}

#rightpanel .MenuItemSelected
{
	color: White;
	font-weight: bold;
	background: right no-repeat #d19d9a;
}

/* all link clickable */
#rightpanel .MenuItem a
{
	border:1px solid red;
	display:block;
	line-height:20px;
	width:152px;
	overflow:hidden;
}