/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @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: 100.1%;
	padding: 0px;
	text-align: center;
}



body.contentpane {

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

/* TOC */
table.contenttoc{
	float: right;
}

/* 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;
}

.titre{
color:#6C5635;
font-size:16px;
font-family: Tahoma;
border-bottom:1px #d6cdc1;
padding:0 40px;
letter-spacing:1px;
}

.titre1{
color:#6C5635;
font-size:20px;
font-family: Tahoma;
border-bottom:1px solid #d6cdc1;
padding:0 40px;
letter-spacing:1px;
}
.titre2{
color:#957348;
font-weight:bold;
}
.titre3{
background:url(../images/puce-p.gif) left no-repeat;
padding-left:16px;
font-style: oblique;
font-weight:bold;
color:#967348;
font-size:13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.lettre a{
border:1px solid #967348;
padding:1px 6px;
font-weight:bold;
text-decoration:none;
}
.lettre a:hover{
border:1px solid #967348;
color:#967348 !important;
background:#E1DDD7;
}
.liste-auteur{
background:url(../images/liste-auteur.gif) left no-repeat;
font-size:14px;
color:#e79317;
padding:10px 0;
line-height:30px;
padding-left:35px;
font-weight:bold;
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.auteur{
background:url(../images/auteur.gif) left no-repeat;
font-size:12px;
line-height:26px;
padding:4px 0;
padding-left:22px;
text-decoration:none;
}
a.auteur:hover{
color:#e79317 !important;
}

.rechercher{
background:url(../images/search.gif) left no-repeat;
color:#c46708;
text-decoration:none;
font-size:14px;
font-family: Tahoma;
padding:6px 40px;
line-height:26px;
letter-spacing:1px;
}
.back-tit-rech{
background:url(../images/back-tit-rech.png) no-repeat;
text-align:center;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
width:528px;
height:22px;
display: block;
padding-top:5px;
margin:0 auto;
}
a.back-tit-rech{
text-decoration:none;
color:#fff !important;
}