* {
  padding: 0;
  margin: 0;
}

body  {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  text-align: center;   
  background-color: #EEEEEE;
  background-image: url('../images/background.gif');
  background-repeat: repeat-y;
  background-position: center;
  margin: 0;  
}

#mother { 
  width: 780px;
  text-align: left;
  background-color: white;
  margin: 0 auto;
  border: 10px solid white;
}

#header {
  height: 188px;
  background-color: #FFFFFF;  
} 

/* Champ de recherche */
#search {
/*  float: right; */
  color: black;
/*  width: 240px; */
  background-color: transparent;
/*  margin-top: 5px; */
  text-align:right;
}

#menu {
  float: left;
  margin-top: 25px;
  width: 180px; 
  background-color: #88CCEE;
  padding: 20px 5px;
}

#content { 
  background-color: white;
  padding: 20px 10px;
  margin: 0 0 0 190px;
} 

/* Chemin de navigation */
#bread {
  padding-bottom: 10px;
}

#bread a {
  color: #333399;
}

#footer {
  clear: both;
  height: 30px;	
  padding: 5px;
  background-color: silver; 
}
/* Fin des instructions de structuration */
/* À partir d'ici : styles relatifs à la mise en page */


/* Titre du DIV header */
#header h1 {
  color: white;
  padding: 5px;
  background-image: url('../images/logo.gif');
}

/* Styles de liste pour l'élément de menu dans la zone de navigation topmenu */
#topmenu {  
/*  margin-top: 10px; */
/*  margin-bottom: 20px; */  
  text-align:right;
}

#topmenu ul {	
  font-size: 1em;
  text-align: right;
  border-bottom: 1px solid silver;   
  padding-bottom: 0;
}

#topmenu li {
  display: inline;
  padding: 5px;
}

#topmenu a {
  color: #333399;
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  text-decoration: none; 
  border-bottom: 0;
}

#topmenu a:link {
  text-decoration: none;
}

#topmenu a:visited {
  color: gray;
  text-decoration: none;
}

#topmenu a:hover {
  background-color: #1199DD;
  width: 100%;
  color: white;
}

#topmenu #current a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: #1199DD;
  color: white;
  border-bottom: 0;
}

/* FIN Styles de liste pour l'élément de menu dans topmenu */


/* Barre de menu (DIV menu) */
#menu a  {
  text-decoration: none;
  font-weight: bold;
  color: black;
  display: block;
  padding: 3px;
}

#menu a:hover {
  color: red;
}

#menu li {
  border: 1px solid #88CCEE;  /* Astuce */
}

#menu ul #current a {
  font-weight: bold;
  color: white;
  background-color: #1199DD;  
  display: block;
  padding: 3px;
}

#menu ul #current li a {
  text-decoration: none;
  background-color: transparent;  
  color: black;
  display: block;
  padding: 3px;
}


#menu ul {
  line-height: 1.6;
  list-style-type: none;
}
 
#menu ul ul {
  line-height: 1.4;
  list-style-image: url('../images/reddot.gif');
  padding-left: 20px;  
}
/* Fin de la barre de menu */

/* Chemin de navigation */
.bread {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt;
margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
}

/* À partir d'ici : DIV content */
/* Titre principal : */
#content h1, #content .contentheading  {
  font-size: 1.3em;
  font-weight: bold;
  color: #333399;
  padding-bottom: 14px
}

/* Sous-titre : */
#content h2 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 6px
}

/* Texte normal : */
#content p {
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Format de la boîte */
#content .kasten {
  text-align: center;
  padding: 5px;
  background-color: #88CCEE; 
  border: solid 1px black;
  width: 500px;
}

/* Aligner le mini-graphique à droite */
#content .floatR130 {
  float: right;
  margin-left: 5px;
  margin-right: 130px;
}

/* UL représenté avec une petite image : */
#content ul {
  list-style-image: url('../images/reddot.gif');
  margin-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* Liens hypertextes */
a {
  text-decoration: none;
}

/* Visités */
a:visited {
  color: #666666;
}

/* Survol */
a:hover {
  background-color: #88C9EA;
  color: red;
}

/* Fin du DIV content */

/* Barre d'icônes PDF - Imprimer - Email */
p.buttonheading {
  float: right;
}

p.buttonheading img {
  border: 0;  
  padding-left: 5px;
}

p.iteminfo span, p.articleinfo span {
  display: block;
}

/* Formulaire de commentaires */
#content #emailForm label {
  display: block;
  padding: 6px 0 2px 0;  
}

#content #emailForm label.copy {
  display: inline;
}

form input.button, button {
  padding: 3px;
  margin-top: 10px;
}

textarea {
  width: 80%;
  height: 100px;
  margin-bottom: 6px;
}

/* Zone RSS */
#menu a img {
  border: 0;
  padding: 10px 5px 0 0;
}

/* Pagination */
ul.pagination li {
  display: inline;
  padding: 5px;
}

/* Affichage dans la fenêtre d'impression */
body.contentpane #content {
  margin: 0;
  text-align: left;
}

/* Adapter l'info-bulle d'édition */
.hasTip img {
  border: 0;
}

.tool-tip {
   float: left;
   background: #ffffcc;
   border: 1px solid red;
   padding: 5px;
   max-width: 250px;
}

.tool-title {
   padding: 0;
   margin: 0;   
   font-size: 90%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;   
}

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

/**
 * @version $Id: position.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.
 */

/* position */
.leading
{
	color: #000000;
	margin: 0px 0px 10px 0px;
	position: relative;
}

.leading_separator
{
	border-bottom: solid 0px #333333;
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.blog { padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 45%;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}