/**
 * @version $Id: template.css 9765 2007-12-30 08:21:02Z ircmaxell $

 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */





body
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 50px;
	padding: 0;
	text-align: center;
}



body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/*Menu déroulant ajouté*/

#menulist_root
{
 z-index:100;
 width: 744px;
 height: 15px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 position: relative;
 top: 0;
 left: 0;
 font-size:smaller;
 text-align: left ;
}
#menulist_root li
{
 float: left;
 width: 120px;
 margin: 0;
 padding: 0;
 border: 0;
 background-image:none;
}
#menulist_root .mainlevel
{
 border-bottom:26px  solid transparent;
}
#menulist_root li a:link, #menulist_root li a:visited
{
 display: block;
 height: 1%;
 color: #000;
 margin: 0;
 padding: 4px 8px;
 border-right: 1px solid #fff;
 text-decoration: none;
  background-image:none;
}
#menulist_root li .mainlevel_current, #menulist_root li .mainlevel_active{
 color:#FF9933;
 font-weight: bold ;
}
#menulist_root li a:hover {  }
#menulist_root li a:active {  }

#menulist_root li ul
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}
#menulist_root ul li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 width: 149px;
 border-top: 1px solid transparent;
 border-right: 1px solid transparent;
}
#menulist_root ul li a:link, #menulist_root ul li a:visited
{
 display: block;
 color: #000;
 margin: 0;
 border: 0;
 text-decoration: none;
 background: transparent url('../images/fondTR.png') repeat;
}
#menulist_root ul li a:hover
{
 background: transparent url('../images/fondTR2.png') repeat;
 color: #000;

}

#menulist_root li:hover > ul 
{
  display: block; 

}