/* 
	css pour les menus popup, sans utilisation de tables - juin 2005
*/

body
{
	margin: 0;
	background: url(../../medias/popups/fond_menus.gif);
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	width: 180px;
}

div.titre
{
	font-weight: bold;
	text-transform: uppercase;
	color: #600;
	background: url(../../medias/popups/puce_ronde.gif) no-repeat 0px -1px;
	margin-top: 20px;
	margin-bottom: -5px;
	padding-left: 34px;
}

div.item
{
	background: url(../../medias/popups/puce_fleche.gif) no-repeat 10px 1px;
	margin-top: 10px;
	margin-bottom: -1px;
	padding-left: 34px;
}

div.sous_item
{
	background: url(../../medias/popups/puce_croix.gif) no-repeat 0px -1px;
	margin-top: 6px;
	margin-bottom: -1px;
	padding-left: 34px;
	line-height: 12px;
}

.menu
{
	font-size: 9px;
	font-weight: normal;
	color: #333;
}

div.titre, div.item, div sous_item
{
}

a
{
	text-decoration: none;
	color: #930;
}

a:hover
{
	text-decoration: underline;
}

