/**
 * @version $Id: template.css 9029 2007-09-26 21:20:45Z jinx $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2007 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: #F1F3F6;*/
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	background-position:top;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
	margin-top:0px;
}

#container {
width:750px;
padding:0px;
background-color:#52514E;
margin-top:0px;
margin:auto;
min-height:600px;
}

#tete {
background-image:url(../images/fond_tete_1.gif);
background-position:right;
background-position:top;
background-repeat:no-repeat;
height:136px;
margin:0px;
padding:0px;
background-color:#F1F3F6;
}

#tete p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding-top:15px;
padding-left:10px;
color:#666666;
width:150px;
}

#tete a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
width:150px;
text-decoration: underline;
}

#contenu {
margin:0px;
}

#contenu_tete {
background-image:url(../images/fond_tete_2.gif);
background-position:right;
background-repeat:no-repeat;
height:138px;
margin:0px;
}

#contenu_tete h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
padding-top:21px;
padding-left:70px;
color:#FFFFFF;




}


#contenu_corps {
padding-left:100px;
min-height:500px;
}


#contenu_pied {
}



#pied {
background:#FFA200;
text-align:center;
}


#menus {
position:absolute;
left:128px;
top:180px;

}

#menus_tete {
}

#menus_corps {
background-image:url(../images/fond_menus.gif);
background-repeat:repeat-y;
width:179px;
padding-left:20px;
min-height:250px;
}


#menus_pied {
height:14px;
background-image:url(../images/pied_menus.gif);
background-repeat:no-repeat;
background-position:top;
background-position:left;
}


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

ul {
list-style-position:outside;
list-style-type: circle;
list-style-image:url(../images/pfeil.gif);
}

.test {

font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;;
	font-weight: normal;
	color: #FF0000;
}