/*  ----------------------------------------------------------- */
/*                            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 texte le plus petit sur Internet Explorer
 */

/* valeurs pour les margin et padding */
/* haute, droite, bas, gauche - sens horaire */
/* Exemple : margin: 15px 0px 15px 10px; */
/* Correspond à : */
/*	margin-top: 15px; */
/*	margin-right: 0px;  */
/*	margin-bottom: 15x; */
/*	margin-left: 10px; */

/* Style pour Spip */


body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  behavior: url(styles/csshover.htc);
}

/* Spip */
/* Attention style modifié pour IE6 et IE7 dans common.ie.css et common.ie7.css */
.spip_documents { 
  text-align: center;
}

.spip_documents_center { 
  width: auto;
  display: block;
  margin: auto;
}

.spip_documents_left { 
  float: left;
  margin: 5px;
}

.spip_documents_right { 
  float: right;
  margin: 5px;
}

.spip_surligne {
  color : #000000;
  background-color: #FFFF00;
}

blockquote.spip, 
blockquote.spip p,
.spip_serif { 
  font-family: "Bitstream Vera Serif", Georgia, Times, serif; 
}

blockquote.spip { 
  margin: 1em; 
  padding-left: 1em;
}

.spip_code,
code,
.spip_cadre { 
  font-family: monospace; 
  font-style: normal; 
  font-size: 1em; 
  margin: 1em;
}

#texte .spip_cadre { 
  border: 0px solid #999999; 
  padding: 5px;
}

table.spip {
  margin: 15px 0px 15px 10px;
  border: 0px solid;
  border-collapse: collapse; 
}

table.spip caption {
  caption-side: top; /* bottom pas pris en compte par IE */
  text-align: center;
  margin: auto;
  padding: 3px;
  font-weight: bold; 
}

table.spip td,
table.spip th {
  border-style : solid;
  border-width : 0px;
  padding: 3px 5px 3px 5px;
}

table.spip th { 
  text-align: left;
}

/* ------------------------------------------------- */
/* intertitre - balises {{{ }}} */

h3.spip {
	text-align: left;
        /* marges haut droite bas gauche */
        margin: 10px 0px 10px 25px;
        padding: 10px 0px 10px 25px;
	color: #333333;
	font-size: 1.09em;
	font-weight: bold;
	background: url(../images/charte/puce_intertitre.gif) no-repeat left;
}

p.spip {
  margin: 5px 0px 5px 0px;
}

hr.spip {
  width: 100%;
  margin: 20px auto 20px auto;
}

a.spip_note {
  text-decoration: none;
}
/* Fin styles Spip */


/* liens internes et externes */
a.spip_in { text-decoration: underline; color: #333333; } /* liens internes */
a.spip_out, a.spip_url, a.spip_glossaire { /* liens sortants */
	text-decoration: underline; color: #333333;
	background: url(../images/charte/spip_out.gif) no-repeat right;
	padding-right: 10px;
}

.accessibility {
  display: none;
}

.clearer {
  clear: both;
}
/* Utilisé pour forcer des éléments flottants  */
/* Utilisable sous le forme <div class="clearleft">&nbsp;</div> */
.clearleft {
  clear: left;
}

img {
  border: none;
}

a:link,
a:visited,
a:hover {
  text-decoration : underline;
}

table {
  border-collapse: collapse;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin:  0 5px 0;
}

h3 a:link,
h3 a:visited,
h3 a:hover {
  text-decoration: none;
}

td, p
{
  font-size: 0.96em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}

span.petit,
ul ul,
p.petit {
  font-size: 100%;
}

ul.liste-liens a:link,
ul.liste-liens a:visited,
ul.liste-liens a:hover {
  text-decoration: none;
  font-weight: bold;
}

/* tableaux avec bordures, style à appliquer au tableau */
table.table-avec-bordures,
table.table-avec-bordures td,
table.table-avec-bordures th {
  border-style : solid;
  border-width : 1px;
  border-collapse:collapse;
}

/* tableaux sans bordures dans un tableau avec bordures */
table.table-sans-bordures,
table.table-sans-bordures td,
table.table-sans-bordures th {
  border-width : 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Blocs principaux de contenu */
/* Deux pages identiques superposées pour mettre en place deux colonnes fictives */
/* à droite et à gauche */
#pagedroite {
	text-align: left;
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-top: 0px solid #162983;
	border-right: 0px solid #162983;
	border-bottom: 0px solid #162983;
	border-left: 0px solid #162983;
/* Colonne factice pour remplir la colonne de droite vers le bas*/
	background: transparent url(../images/charte/repetedroite.gif) right top repeat-y;
}

#pagegauche {
	text-align: left;
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-top: 0px solid #162983;
	border-right: 0px solid #162983;
	border-bottom: 0px solid #162983;
	border-left: 0px solid #162983;
/* Colonne factice pour remplir la colonne de gauche vers le bas*/
	background: transparent url(../images/charte/repetegauche.gif) left top repeat-y;
}

/* Bandeau superieur */
#top {
  position: relative;
  background-color: #ffffff;
  background: url(../images/charte/banniere_haute.png) no-repeat bottom right;
  height: 120px;
  border-bottom: 0px solid;
  border-top: 0px solid;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
}

.top {
text-align: right;
font-size: 80px;
list-style-type: none;
list-style-image: none;
}

.top a:link {
  color: transparent;
  text-decoration: none;
}

.top a:visited {
  color: transparent;
  text-decoration: none;
}

.top a:hover {
  color: transparent;
  text-decoration: none;
}

.top a:active {
  color: transparent;
  text-decoration: none;
}

/* rajout pour centrer le site dans l'écran */
#page {
/* width: 750px; */
	width: 860px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: transparent;
	border-top: 0px solid #f8b358;
	border-bottom: 1px solid #f8b358;
	border-left: 1px solid #f8b358;
	border-right: 1px solid #f8b358;
}

/* Conteneur general */

#main {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 0.82em;
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
/* width: 750px; */
  width: 860px;
  border-top: 1px solid;
  border-right: 0px solid;
  border-bottom: 0px solid;
  z-index: 10;
}

/* Colonne à gauche */
       
#colgauche {
/* ******************** */
/* position: relative; */
/* ******************** */
	float: left;
	width: 190px;
	border-right: 1px solid;
	padding-bottom: 80px;
	z-index: 50;
}

#partenaires {
  margin: -1px 0 0 0;
  background: #ffffff;
  border-bottom: 1px solid;
}

#partenaires .partenaire {
  width: 190px;
  text-align: center;
  border-top: 0px solid;
}


/* Menu */

div#menu {
  position: relative;
  width: 190px;
/* Valeurs originale */ 
/* margin: 10px 0 0 0; */ 
   margin: -1px 0 0 0;
   z-index: 30;
}


div#menu li:hover { 
  background: #FFFFFF;
} 

div#menu ul {
  margin: 0; 
  padding: 0; 
  width: 190px;
  background: #fee7be;
  border-top: 1px solid;
}

div#menu li {
  position: relative; 
  list-style: none; 
  margin: 0;
  padding: 0; 
  border-bottom: 1px solid;
}

div#menu li a {
  display: block;
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
  padding: 4px 5px 4px 5px;
  width: 180px;
}

div#menu ul.level2 li a,
div#menu ul.level3 li a { 
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  z-index: 100;
}

div#menu>ul a {
  width: auto;
}

div#menu ul ul {
  position: absolute; 
  top: -1px; 
  left: 190px;
  display: none;
}

div#menu ul.level1 li:hover ul.level2, 
div#menu ul.level2 li:hover ul.level3 {
  display: block !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* popup d'accès aux mot clés */
.popup {
	width: 200px;
	z-index: 2;
}

/* Recherche */

#recherche {
  position: relative;
/* border-top: 1px dotted;  */
  border-bottom: 1px dotted;
  padding: 10px 6px 6px 6px;
  margin: 0;
}

#recherche h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size : 12px;
}

#recherche p {
  font-size: 11px;
  margin: 0;
  line-height: 13px;
  padding: 0;
}

#recherche form {
  padding: 0;
  margin: 0;
}

#recherche input.box {
  position: relative;
  top: -6px;
  font-size: 10px;
  border: 1px solid;
  width: 140px;
  margin: 0 5px 0 0;
  padding: 1px;
}

/* version langue */

#lang {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 0.82em;
  padding: 0px 0px 0px 40px;
  margin: 0px 0px 0px 0px;
}

.lang {
  list-style-type: none;
  list-style-image: none;
  text-align: left;
}

.lang a:link {
  color: #f8b358 ;
  font-weight : bold;
  text-decoration: none;
}

.lang a:visited {
  color: #f8b358;
  font-weight : bold;
  text-decoration: none;
}

.lang a:hover {
  color: #ffffff;
  font-weight : bold;
  text-decoration: none;
}

.lang a:active {
  color: #a3a3a3;
  font-weight : bold;
  text-decoration: none;
}

/* Colonne à droite */

#pageaccueil,
#pageautre {
  position: relative;
  margin: 0 0 0 190px;
  padding: 0;
  border-left: 1px solid;
}

/* Cette balise sert pour que le lien d'évitement "contenu" pointe dessus */
#central {
}

#chemin {
  margin: 0px 0px 0px 0px;
  font-size: 0.82em;
  padding: 7px 10px 4px 7px;
  border-bottom: 1px solid;
}

#chemin a:link, #chemin a:visited, #chemin a:hover {
  text-decoration: none
}

#texte {
  position: relative;
  margin: 0;
  padding: 0px 10px 1px 10px;
  height: 1%;
}

div.texteune {
  padding-top: 0px !important;
}

#texte h2 {
  font-size : 1.21em;
  font-weight: bold;
  margin: 0px 0 5px 0;
  padding-top: 0px;
}

#texte ul {
  margin: 3px 0px 3px 0px;
  list-style-position: outside;
  padding-left: 2.5em;
}

#texte ul.liste-liens {
  padding-left: 15px;
}

#texte ul.liste-liens li {
/* margin-left: 15px; */
  margin-left: 0px;
}

p.suite {
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../images/charte/lire-la-suite.gif);
  height: 1em;
  margin: 0;
  padding: 0px 0 5px 40px;
}

div.separateur {
  border-bottom: 1px solid;
  height: 2px;
  width: 98%;
  margin: 15px auto 15px auto;
}

div.separateurart {
  border-bottom: 1px dotted;
  height: 2px;
  width: 98%;
  margin: 15px auto 15px auto;
}

div.groupetitre { 
  margin: 0px 0 3px 0;
}

p.surtitre {
  font-weight: bold;
  margin: 0 0 -5px 0;
  padding-top: 10px;
}

p.soustitre {
  font-weight: bold;
  margin: 0px 0 0 0;
}

p.auteur {
  margin: 10px 0 0 0;
  font-size: 0.71em;
}

p.auteur a {
  text-decoration: none;
}

p.chapeau {
  margin: 0px 0px 20px 0px;
  font-style: italic;
}

p.lien_article {
  font-weight: bold;
  margin: 15px 0px 15px 0px;
}

p.lien_article a {
  font-weight: normal;
}

p.postscriptum {
  font-style: italic;
  margin: 25px 0px 10px 0px;
}

div.notes {
  margin: 5px 0px 10px 0px;
}

div.notes p {
  font-size: 0.77em;
  margin: 3px;
}

table.docjoints {
  border: none;
  margin: 25px 10px 20px 10px;
}

table.docjoints td {
  border: none;
  padding: 0px 25px 20px 0px;
  width: 150px;
  text-align: center;
  vertical-align: top;
} 

table.docjoints p,
._doc_titre,
.spip_doc_descriptif { 
  font-size: 90%;
  margin: 0;
}

table.docjoints p.titredoc,
.spip_doc_titre { 
  font-weight: bold;
}

div.autres {
  margin: 35px 0 30px 0;
}

div.autres p {
  font-weight: bold;
  margin: 0;
}

span.vignette {
  float: left;
  padding: 0px 5px 0px 0px;
}

/* styles pour une fiche membre de l'annuaire */
.photo {
  float: right;
  width: 160px;
  padding: 0px 10px 0px 0px;
  border: 0px solid #ff0000;
}

#textearticle {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #0000ff;
}
/* fin styles pour une fiche membre de l'annuaire */

#texte ul.navdroite {
/*   position: absolute; */
/*   top: -10px; */
/*   right: 0px; */
  position: relative;
  top: 0px;
  right: -10px;
  float: right;
  width: 160px;
  font-size: 11px;
  text-align: left;
  margin: 0 0 20px 20px;
  padding: 0;
  border-left: 1px solid;
  list-style-image: none;
}

/* Hack IE6 Windows \*/
* html #texte ul.navdroite {
  position: relative;
  top: 0px;
  right: -10px;
  list-style-image: none;
}
/* Fin hack IE6 */

#texte ul.navdroite li { 
  list-style-image: none;
  display: block;
  margin: 0;
  padding: 5px 5px 0px 5px;
  border-bottom: 1px solid;
}


/*** Sommaire ***/

#texte_gauche {
/*** La marge gauche permet de décaler le texte à gauche ***/
  margin-left: 5px;
  margin-right: 10px;
}

.texte_gauche {
/* border-right: 0px solid; */
  border-right: 0px solid;
/* width: 438px; */
  width: 438px;
  margin: 0 0 -1px 0px;
  padding: 0px 10px 10px 0px;
}

/* Hack IE6 Windows \*/
* html .texte_gauche {
/* width: 435px; */
  width: 435px;
}
/* Fin hack IE6 */

#texte_droite {
  float: right;
  width: 190px;
  font-size: 100%;
  margin: 0px -10px 0px 0px;
  padding: 0;
  border-left: 1px solid;
  border-right: 1px solid;
}

/* Ne sert plus */
.texte_droite {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 190px;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border-left: 1px solid;
}

.texte_droite p {
  font-size: 90%;
}

#texte h2.alaune,
#texte h2.actus {
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px 0 10px 0px;
  margin: 0 0 0px 0;
}

#texte h2.alaune {
/* background-image possible */
}

#texte h2.actus {
/* background-image possible */
}

#texte h2.anoter {
/* background-image possible */
  background-color: #fee7be;
  padding: 10px 0 15px 10px;
  margin: 0;
  border-bottom: 1px solid;
}

div.alaune,
div.actus {
  margin: 10px 0px 10px 35px;
}

div.anoter {
  background-color: #fee7be;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid;
}

div.anoter h3 {
  margin: 0;
}

div.anoter p {
  margin: 0;
}

.anoter a {
  color: #333333;
  text-decoration: none;
}

.anoter a:visited {
  color: #333333;
  text-decoration: none;
}

.anoter a:hover {
  text-decoration: underline;
}

.anoter a:active {
  text-decoration: none;
}

/*** Fin styles pour sommaire ***/


/*** Styles pour annuaire ***/

div.float_droit {
  float: right;
  width: 230px;
  text-align: left;
  border: none;
  padding: 5px 5px 10px 10px;
}

#texte div.float_droit p {
  margin: 0;
}

/*** Fin styles pour annuaire ***/


/*** Styles pour page auteur ***/

#texte fieldset { 
  border: 1px solid;
  margin: 20px 10px 10px 0;
  padding: 10px;
}

#texte legend { 
  font-size: 12px;
  font-weight: bold;
}

#texte form {
  margin: 0;
  padding: 0;
} 

#texte label { 
  display: block;
}

#texte input,
#texte textarea {
  border: 1px solid black;
  font-size: 11px;
}

#texte .spip_bouton { 
  margin-top: 10px;
}


/*** Rubriques ***/

div.resume {
  margin: 0px 0 0px 0;
}

div.resume h3 {
  margin: 0;
}

div.resume p.soustitre {
  margin: 0;
}

div.resume p {
  margin: 0px 0 0px 0;
}

p.descriptif {
  font-style: normal;
  padding: 0px 10px 0px 30px;
}


/*** Styles pour le pied de page ***/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Pied de la page qui affiche les titres des articles de services */
#pieddepage {
	width: 940px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 0.82em;
	height: 1em;
	line-height: 1em;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #333333;
	/* motif bas*/
	background: url(../images/charte/bandeau_bas.gif) right top repeat-x;
}
/* Les intitulés du pied de page sont présentés sous forme de liste */
.pieddepage {
	text-align: center;
	font-size: 0.85em;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.pieddepage li {
	display: inline;
}
/* aspect des liens du pied de page */
.pieddepage a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.pieddepage a:visited {
	color: #333333;
	text-decoration: none;
}
.pieddepage a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
.pieddepage a:active {
	color: #333333;
	text-decoration: underline;
}

/*** Fin styles pour le pied de page ***/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Zone d'accessibilité */
#accessibilite {
	width: 900px;
/* la couleur de fond est la même que celle du body */
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border-right: 0px solid;
	border-bottom: 0px solid;
}
.accessibilite {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 0.88em;
	text-align: center;
	color: #aaaaaa;
}
.accessibilite li {
	display: inline;
	text-decoration: none;
}
.accessibilite li a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 0.77em;
	color: #aaaaaa;
	text-decoration: none;
}
.accessibilite li a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
.accessibilite li a:hover {
	color: #666666;
	text-decoration: none;
}
.accessibilite li a:active {
	color: #333333;
}	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* classe pour le bouton OK de la recherche multi-mots-clés */
.boutonok {
	text-align: right; 	
}

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

ul.choix_mots label {
	display: inline; 
}
li.choix_mots {
	float: left; margin: 0; padding: 0; list-style: none;
	display: inline; 
}

li.choix_mots label {
	display: inline; 
}

/* Lien pour l'accès aux article de la rubrique des articles en avant */
#artenavant {
  position: relative;
  width: 190px;
  margin: 10px 0 0 0;
/* border-top: 1px solid; */
   border-bottom: 1px solid;
}

#artenavant ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  width: 190px;
}

#artenavant ul li a {
  display: block;
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
  padding: 5px 6px 5px 6px;
  width: 178px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Style d'impression */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#pageimprime {
/* width: 750px; */
	width: 860px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: transparent;
	border-top: 0px solid #f8b358;
	border-bottom: 0px solid #f8b358;
	border-left: 0px solid #f8b358;
	border-right: 0px solid #f8b358;
}
#imprime {
	background-color: #ffffff;
}
.imprime {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 0.82em;
	text-align: left;
	color: #000000;
}

.imprime a {
	color: #000000;
	text-decoration: underline;
}
.imprime a:visited {
	color: #000000;
	text-decoration: underline;
}
.imprime a:hover {
	color: #000000;
	text-decoration: none;
}
.imprime a:active {
	color: #000000;
	text-decoration: underline;
}

