/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	margin: 0 0 0 0 ;
	text-align: center;
	font-size: 15px;
	color: #333;
   
	/*background-repeat: repeat-y;
	background-position: 40px 0;*/
	}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }



/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 895px;
	text-align: left;
	margin-left: 10px;
	margin-right: auto;
    /*margin-top:20px;*/
	/*border:1px solid black;*/
	
}

#conteneur { width:820px; margin-left:37px; /*border:1px solid blue;*/ margin-top:0px; }

#conteneur #contenu {
	float: left;
	width: 400px;
	/*background: url(img/fond_page.png) repeat-x;*/
}

#conteneur #contenu #editorial{
   /*border: 1px solid purple;*/
    /*margin-bottom:10px;*/
   /* border-bottom: 1px dotted grey;*/
/*   background-image:url(img/editorial_bas.gif);
   background-repeat:repeat-y;*/
   /*border-bottom:1px solid rgb(206,198,189);*/
  
    }

#editorial p{
    padding-left:15px;
    padding-top:5px;
    height:35px;
    }

 #navigation {
    float:left;
	width: 210px;
	text-align: center;
	/*border:1px solid green;*/
	margin-left:0px;
    background-color:transparent;
}

#mot_cles{height:280px;padding-bottom:10px;margin-top:-70px;}

#ecole, .breves{
  background-color:white;
  padding:8px 8px 12px 8px;
  margin-top:40px;
  border:1px dotted grey;
}
#ecole h2.menu-titre, .breves h2.menu-titre{
  background-color:grey;
  color:white;
  padding:3px 5px 3px 5px;
}
#ecole ul, .breves ul, #ecole ul a, .breves ul a {
  color:#3c78a7
}
#ecole ul li, .breves ul#ul_breves li{
  border-bottom:1px dotted grey;
  padding:4px 0;
}

#colonne_droite{
    float:left;
    width:210px;
  /*  border:1px solid red;*/
    margin-left:0px;
    }
    
#pub{
  /*background-image:url(img/news.png);*/
  margin-top:-70px;
  background-repeat:no-repeat;
  width:180px;
  height:180px;
  float:right;
  vertical-align:center;
}
 #pele_mele{
    padding:0;
    }
#pele_mele ul{
    margin:140px 0 0 0;
    padding:0;
    list-style:none;
}
#pele_mele ul li{
  margin-bottom:10px;
}
#pele_mele img{margin:0 auto;display :block;}
#pele_mele h2, #fond_ardoise h2{
	font-size:85%;
    font-weight:bolder;
    text-align:center; 
    padding:5px 0 5px 0;
    margin-bottom:10px;
}
#pele_mele .titre_album{
    font-size:75%;
    font-weight:bolder;
    text-align:center; 
    color:black;
    padding:5px 0 5px 0;
    text-align:center;
    }
    
#menu-restaurant{
	display: run-in;
	position: absolute;
	z-index: 1000;
	top: 200px;
	width: 40%;
}
#menu-restaurant img {
	float: left;
	z-index: 1000;
	overflow: visible;
	margin-right: -50px;
	margin-left: 310px;
}
#menu-restaurant img.marelle {
	float: left;
	z-index: 1000;
	overflow: visible;
	margin-left: 5px;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
	/*border:1px solid red;*/
}


/* Entete */
#entete {
	width: 90%;
	margin-left:37px;
	/*border-bottom: 1px dotted #333;*/
	height:225px;
	background:transparent;
	background-image:url(img/ecole.jpeg);
	background-repeat:no-repeat;padding-top:10px;padding-left:35px;
	}
#entete #nom_site_spip {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	margin-top:0}
#nom_site_spip{
    color:#fff;
    }
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }

#logo_site{
  position:absolute;
  height:130px;
  width:165px;
  background-image:url(img/logo-ecole.png); repeat:none; }

#entete #infos{
    float:left;
    margin-left:0;
    margin-top:131px;
    font-size:10px;
    list-style:none;
    color:#000;
    }
#entete #infos #nom_etab{
    font-size:14px;
    font-weight:bolder;
    }

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 4px;
	width:810px;
	font-size: 1.1em;
    background-color:lightgrey;
    padding:4px 0 4px 10px;
    border-bottom:1px dashed grey;
    border-top:5px solid grey;

    }
#hierarchie a{
  text-decoration:none;
}
#hierarchie a:hover{
  color:white;

}
	
/* Recherche*/
#div_recherche{
float:left;
Border-bottom:1px dotted #333;
margin-bottom:0;
width:90%;
margin-left:40px;
    }
#div_recherche form{
    margin:2px 0 2px 0;
    float:left;
    }

/* bloc 20derniers */
#derniers{
  
}
#derniers ul{
  padding:5px 0 5px 0;
  margin:10px 0 10px 40px;
}
#derniers ul li{
  float:left;
  width:240px;
  margin-right: 20px;
  list-style:none;
}
#derniers ul li .li_img{
  width:15px;
  height:15px;
  float:left;
  padding-top:3px;
}
#derniers ul li .li_titre{
  height:36px;
  float:left;
  width:220px;
  margin-left:3px;
}
#derniers ul li .li_titre:hover{
  color:white;
  background-color:lightgrey;
  font-weight:bolder;
}
/*étage 1*/
#etage1{
  display:block;
  background-image:url(img/fond_etage1.gif);
  min-height:250px;
}
#block1-1, #block1-2, #block1-3, #block1-4 {
  float:left;
  width:22%;
  margin-left:2%;
}
#block2-1, #block2-2, #block2-3{
  float:left;
  width:30%;
  margin-left:2%;  
}
#block1-1 h2, #block1-2 h2, #block1-3 h2, #block1-4 h2{
  font-size:16px;
  padding: 0.3em 0.4em;
  border-bottom: 1px dotted grey;
  border-top: 1px dotted grey;
  margin-top:10px;
}
#block1-1 h2, #block1-3 h2{
  color:orange;
}
#block1-2 h2, #block1-4 h2{
  color:lime;
}
#block1-1 ul, #block1-2 ul, #block1-3 ul, #block1-4 ul{
  list-style:none;
  margin:2px 0 2px 0;
  padding:0;
}
#block2-1, #block2-2, #block2-3, #block2-4{
  border:2px solid white;
  margin-top:20px;
  min-height:350px;
}
#block2-1 h2, #block2-2 h2, #block2-3 h2{
  color:white;
  font-size:16px;
  margin-top:10px;

}
/*etage2*/
#etage2{
  display:block;
  min-height:400px;
  background-color:#808080;
  background-image:url(img/herbes.png);
  background-position:bottom;
  background-repeat:repeat-x;
}
ul#hitparade li, ul#hitparade li a {
  list-style:none;
  color:white;
}
ul#hitparade{
  margin:0;
  padding:5px 10px 5px 10px;
}
ul#hitparade li{
  margin:5px 0 5px 0;
  font-size:0.9em;
}
ul#hitparade li a:hover{
  text-decoration:none;
}
ul#hitparade li:hover{
  border-bottom: 1px dashed white;
}

ul#twitter_update_list{
    padding:0px 10px 5px 10px;
	color: white;
}
ul#twitter_update_list li {
	list-style:none;
	font-size:12px;
	color:white;
	border-bottom: 1px dotted silver;
	margin-bottom: 5px;
}
ul#twitter_update_list a{
	color: yellow;
}
ul#twitter_update_list li span a{
	color: orange;
}

/*bandeau*/
#bandeau {
  float:left;
  width:100%;
  margin:5px 0 15px 0;
  font-size:16px;
}

#bandeau ul{
  list-style:none;
  margin:0 0 0 20px;
  padding:0;
}
#bandeau ul li.one{
    padding-top:5px;
    float:left;
    width:20%;
    text-align:center;
    border-top:8px solid lime;
    font-weight:bolder;
    height:30px;
}
#bandeau ul li.one:hover{
  background:lime;
  color:orange;
}
#bandeau ul li.two{
    padding-top:5px;
    float:left;
    width:20%;
    text-align:center;
    border-top:8px solid orange;
    font-weight:bolder;
    height:30px;
}
#bandeau ul li.two:hover{
  background:orange;
  color:lime;
}

/* visiteurs sur le site */
.visiteurs_connectes{
    margin-left: 50px;
}

/* Pied de page */
#pied {
	clear: both;
	width: 90%;
	margin-top:0px;
	margin-left:40px;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/* rubriques*/
.rubriques{
    }

/*  ------------------------------------------
/*  Page article
/*  ------------------------------------------ */
.page_article #conteneur #contenu{
  background-color:transparent;
  width:550px;
  margin-right:20px;
}

/*  ------------------------------------------
/*  Page rubrique
/*  ------------------------------------------ */
.page_rubrique #conteneur #contenu{
  width:550px;
  margin-right:20px;
}
.date{
  float:left;
}
.annee{
  text-align:center;
  background-color:white;
  padding:2px 4px;
}
.mois{
  text-align:center;
  background-color:grey;
  color:white;
  padding:2px 4px;
}
.jour{
  text-align:center;
  background-color:#C0BBFF;
  color:white;
  font-size:20px;
  padding:2px 4px;
  font-weight:bolder;
}
.presentation{
  float:left;
  width:300px;
  margin-left:10px;
  border-left:5px solid blue;
  min-height:100px;
  padding-left:5px;
}
.presentation h3{
  border-bottom:1px dotted grey;
}
.ecrit{
  float:left;
  width:140px;
}
.illustration{
  float:left;
  width:150px;
}
.news{
  float:left;
  margin-left:10px;
  height:110px;
  padding:5px;
}
.page_rubrique #contenu ul{
  margin:0;
  padding:0;
}
.page_rubrique #contenu ul li{
  list-style:none;
  margin:0;
  padding:5px;
}
li.articles_rubrique{
  float:left;
}
.page_rubrique .ecrit{
  width:120px;
}
.page_mot .ecrit{
  width:120px;
}
/*  ------------------------------------------
/*  page mot
/*  ------------------------------------------ */
.page_mot #conteneur #contenu{
  width:550px;
  margin-right:20px;
}

h3.titre{
  font-size:105%;
  font-weight:bold;
}
.page_mot #contenu ul{
  margin:0;
  padding:0;
}
.page_mot #contenu ul li{
  list-style:none;
  margin:0;
  padding:5px;
}
.page_mot #recherche{
  margin-top:20px;
}
.tags, .tags a{
  margin-top:2px;
  color:orange;
}
.tags .small_tags{
  display:inline;
}

/*  ------------------------------------------
/*  Page coup de pouce
/*  ------------------------------------------ */
#coup_de_pouce .menu_articles_mot{
  width:830px;
}

#coup_de_pouce .menu_articles_mot ul{
  padding:0;
  
}
#coup_de_pouce .menu_articles_mot ul li{
  list-style:none;
  padding:0;
  margin:5px 0 5px 0;
  float:left;
  width:400px;
  height:180px;
}

/*  ------------------------------------------
/*  Page archives
/*  ------------------------------------------ */
#archives #conteneur{
	background-image: url(img/fond_page.png);
}

#archives .menu_articles_mot{
  width:800px;
  
}

#archives .menu_articles_mot ul{
  padding:0;
  margin-left: 20px;
}
#archives .menu_articles_mot ul li{
  list-style:none;
  padding:0;
  margin:5px 10px 5px 0;
  float:left;
  width: 250px;
  height:180px;
}
#archives .date{
	
}
#archives .presentation{
	width: 150px;
	border-left: 6px inset gray;
}

#archives .pagination{
	margin-left: 20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color: white;
	border: thin dotted silver;
	width: 130px;
	padding: 5px;
	text-align: center;
}
#archives .pagination:hover{
	background-color: gray;
	color: white;
}
#archives .pagination .lien_pagination:hover{
	color: white;
	text-decoration: none;
}

#archives_portfolio #conteneur{
	background-image: url(img/fond_page.png);
}

#archives_portfolio .menu_articles_mot{
  width:800px;
  
}

#archives_portfolio .menu_articles_mot ul{
  padding: 0;
  margin-left: 20px;
}
#archives_portfolio .menu_articles_mot ul li{
  list-style:none;
  padding: 5px;
  float:left;
  width: 220px;
  height: 220px;
	background-color: white;
	margin-right: 14px;
	margin-bottom: 27px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: thin solid gray;
	margin-left: 13px;
}
#archives_portfolio .ligne_article_mot img{
	background-color: black;
		-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width: 170px;
	height: 170px;
	padding: 25px;
}
#archives_portfolio .presentation{
	width: 130px;
}
#archives_portfolio .tooltip{
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 8px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: orange;
	background: transparent url(img/fond_tooltip.png) repeat-x;
}
/*  ------------------------------------------
/*  Page suivi
/*  ------------------------------------------ */
#suivi #contenu{
	width: 830px;
}

}

#suivi .contre-encart ul{
  padding:0;
  float: left;

}
#suivi #contenu ul li{
  list-style:none;
  padding:0;
  margin:5px 0 5px 0;
  float:left;
  width:300px;
}
ul#flux-rss-feedburner, ul#flux-rss-site{
	float: left;
	  width: 300px;
}



/*  ------------------------------------------
/*  Page equipe
/*  ------------------------------------------ */
#equipe .menu_articles_mot{
  width:830px;
}

#equipe .menu_articles_mot ul{
  padding:0;
  
}
#equipe .menu_articles_mot ul li{
  list-style:none;
  padding:0;
  margin:5px 0 5px 0;
  float:left;
  width:400px;
  height:180px;
}

/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family:  "Trebuchet MS",Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers, .feuilles, .dates {
	/*min-width: 15em;*/
	/*border: 1px solid #CCC;*/
	/*margin-bottom: 10px;*/
	/*font-size: 0.77em;*/
}

.menu-titre {
	text-align: center;
	font-weight: bolder;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }

.rubriques ul, .feuilles ul, .dates ul, .feuilles p, .dates p{
    font-size:80%;
    }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { 
    background-repeat:repeat-y; background-position: 90px 0;border-bottom:10px solid white;}
.rubriques .menu-titre { 
    background-repeat:repeat-y; background-position: 90px 0; }
.rubriques ul li{ 
    background-repeat:repeat-y; background-position: 90px 0;}

.breves {
     }
.breves .menu-titre { 
  }
.breves ul{}
.breves ul .li_breve{}
.breves .titre_breve{font-size:100%; font-weight:bold;}
.breves .date_breve{font-size:90%;font-style:italic;text-align:right;}
.breves .texte_breve{font-size:95%;margin-bottom:10px;}


.feuilles .date_feuille{font-size:90%;}
.feuilles .titre_feuille{font-size:95%;margin-bottom:5px;margin-top:3px;}


.dates .titre_date{font-size:90%;margin-bottom:5px;}
.dates .texte_date{font-size:95%;}

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche {
  margin: 10px 0 0 10px;
  }

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 0.96em; padding-left:10px; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	padding-left: 10px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles h2, .rubriques h2, .dates h2, .feuilles h2, #pele_mele h2{font-size:100%; 
    font-weight:bolder;
    text-align:center; 
    color:white;
    /*background-color:rgb(206,198,189);*/
    background:transparent;
    /*border-top:1px dotted grey;*/
    /*border-bottom:1px dotted grey;*/
    padding:5px 0 5px 0;
   /* margin-bottom:10px;*/
    }
    #editorial h2{   
    font-weight:bolder;
    text-align:center; 
    color:white;
    padding:5px 0 5px 0;
    }
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { /*margin-bottom: 10px;*/ clear: both;/*border:dotted 1px rgb(0,0,0);*/padding:5px;}

.liste-articles li .titre, .liste-articles li .titre a {
	font-size: 105%;
	font-weight: bold;
 }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: both; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em;
	width:100%;
	}
	
.liste-albums{
    background-color:rgb(206,198,189);
    }

.liste-albums h2{font-size:120%; 
    font-weight:bolder;
    text-align:center; 
    color:white;
    background-color:rgb(206,198,189);
    border-top:1px dotted grey;
    border-bottom:1px dotted grey;
    padding:5px 0 5px 0;
    margin-bottom:10px;
    }

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }


/*  ------------------------------------------
/* Menu mot clés pour les thèmes
/*  ------------------------------------------ */
.theme{
    float:left;
    list-style: none;
    font-size:11px;
    margin:2px 0 2px 0;
    }
.theme li{ float:left;padding:2px; margin-right:5px;}

.theme li:hover{background-color:grey; color:white;}

/*  ------------------------------------------
/* Menu archives
/*  ------------------------------------------ */

#archives{
	margin-left: 30px;
}

.scroll-archives {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(img/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scroll-archives .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scroll-archives img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scroll-archives .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scroll-archives {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


.arch-date{
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-align: center;
}
.arch-date:hover{
	background-color: gray;
	color: white;
}
.arch-date:hover a{
	text-decoration: none;
}

.arch-an{
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 5px;
}
.arch-mois{
	
}
.arch-nbart{
	font-size: 1.5em;
	font-weight: bold;
}
.tooltip {
display: none;        /* required */
	position: absolute;   /* required */
	padding: 8px;
	border: 1px solid black;
	background-color: black;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	 }




