/**
 * @author c3rb informatique pour orphee( Valérie Domien  )
  *@subpackage Accessible-Template-Breuillet
 * @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.
 */

*, h1, h2, h3, h4, h5, form {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	background-color: White;
	padding: 0;
	color: Black;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

/* ################   Position ################  */
#all {
	max-width: 1000px;
	margin: 0 auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0;
	color: #000;
	font-size: 1em;
	text-align: left;
}

#header {
	position: relative;
	min-height: 190px;
	margin: 0;
	background: transparent url(../images/bandeau.gif) no-repeat left top;
	color: #000;
}

#fontsize {
	z-index:100;
	position:absolute;
	top: 143px;
	right: 0;
}

#top-right {
	float: right;
	width: 18%;
}

#top {
	margin: 165px 0 0 0;
	font-weight: bold;
	text-align: left;
}

#breadcrumbs {
	bottom: 0px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

#contentarea {
	overflow: hidden;
	margin: 0;
	background: transparent url(../images/filigrane.gif) no-repeat top;
}

#left {
	float: left;
	width: 19%;
	min-height: 100%;
	margin: 0;
}

#wrapper {
	margin: 0 0 0 19.5%;
}

#wrapper2 {
	margin: 0;
}

#right {
	float: right;
	width: 17%;
	min-height: 100%;
	margin: 0;
	padding-right: 5px;
}

#main {
	position: relative;
	min-height:550px;
	margin: 0;
}

#main2 {
	position: relative;
	min-height:550px;
	margin: 0 18% 0 0;
}

#user {
	padding:5px;
}

#user1, #user3 {
	float: left;
	width: 49.5%;
}

#user2, #user4 {
	float: right;
	width: 49.5%;
}

#contenu {
	min-height: 520px;
	margin: 5px;
	color: Black;
	font-size:1em;
}

#footer {
	clear: both;
	padding: 5px;
	color: #333;
	font-size: 0.9em;
	text-align: center;
}



/* ###################### generell ###################### */
.unsichtbar, .u2, .invisible, .unseen {
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap {
	clear: both;
	float: none;
	height: 0;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

.wrap_image {
	clear:left;
}


/* ---------- Article ----------*/
#page { 
	padding:5px;
}

#page table td { 
	padding: 2px;
}

/* ---------- Page de type Blog ----------*/
.blog { 
	padding: 0; 
}

.leading {
	position: relative;
	padding: 10px;
	color: #000;
}

/*-- ligne, colonnes --*/
.column1 {
	position: relative;
	float: left;
	margin: 0;
	margin-right: 5px;
	/*padding-right: 5px;*/
	padding-bottom: 10px;
}

.column2 {
	position: relative;
	float: left;
	/*float: right;*/
	margin: 0;
	margin-right: 5px;
}

.column3 {
	position: relative;
	float: left;
	margin: 0;
}

.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 47%; }

.cols3 { 
	width: 32%; 
}






.article_separator {
	border: solid 1px #333;
	display: none;
	margin: 0;
}

.row_separator {
	height: 0;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}