/**
 * @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-color: #ffffff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin:0px;
	text-align:left;
}

body.mainbody {
	background-color: #439644;
	font-size: 12px;
}

body.contentpane {
	width : auto;
	margin : 0px;
	line-height : 1.4em;
	text-align: left;
}

.back_main {
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
}


.box_l {
	background: url(../images/box_l.png) 0 0 no-repeat;
	height:8px;
	width:8px;
}

.box_r {
	background: url(../images/box_r.png) 0 0 no-repeat;
	height:8px;
	width:8px;
}

#main_wrapper {
	min-height:322px;
	font-size: 12px;
}
.copyright {
	padding:10px;
	font-size:10px;
	text-align:center;
	color:#363636;
}

/* @group menus */
div#horiz-menu {
	padding-left:8px;
	height: 35px;
	display: block;
}
div#horiz-menu ul {
	padding: 0;
	margin: 0;
	display: block;
}

div#horiz-menu li {
	height: 35px;
	padding: 0;
	padding-right: 11px;
	float: right;
	list-style: none;
	background: url(../images/btn_r_off.png) 100% 0 no-repeat;
		display: block;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 2px 0 11px;
	height: 35px;
	line-height: 32px;
	font-weight: normal;
	color: #d8d8d8;
	text-decoration: none;
	background: url(../images/btn_l_off.png) 0 0 no-repeat;
	font-size: 12px;
}

div#horiz-menu a:hover {	
	color:#ffffff;
}
#horiz-menu li#current a {
	color:#ffffff;
}


div#top {
	PADDING:0 0 25px 8px;
}

.contentheading {
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}
/* Pour enlever les maudite border dot autour des link image  */ 
a img {border:none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
/* @end */