/* CSS Document */
	

/* Styles pour Spip */

.spip_documents { 
  text-align: center;
}

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

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

.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: 1px solid #999999; 
  padding: 5px;
}

table.spip {
  margin: 15px 0px 15px 10px;
  border: 1px 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 : 1px;
  padding: 3px 5px 3px 5px;
}

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

h3.spip {
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}

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

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

a.spip_note {
  text-decoration: none;
}

/* Fin styles pour Spip */


body {
	font-family: "Comic Sans MS";
	font-size: 16px;
/*	text-align: center; */
	color: #000000;
	background-color:#FFFFFF;
/*	background-image: url(../images/fondterre.png);*/
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
/* Conteneur general */

#main {
  position:relative;
  margin: 0;
  padding: 0;
  width: 790px; /*largeur du site*/
  border-right: 0px solid;
  border-bottom: 1px solid;
  margin-left: auto;
  margin-right: auto;
}




#page {
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#conteneur {
	width: 760px; /*largeur du site*/
	margin: 0; 
}

#newmenu{
	text-align: center;
	border: 0;
	margin: 0;
	position:relative;
}


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


/* Colonne de droite */

#pageune,
#pageseconde {
  position: relative;
  margin: 0 0 0 150px;
  padding: 0;
  border-left: 1px solid;
}

#pageune {
  background: url(../IMG/entete2.jpg) no-repeat top left;
}

#pageseconde {
  background: url(../IMG/entete2.jpg) no-repeat top left;
}


#chemin {
  margin: 0;
  font-size: 12px;
  padding: 140px 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;
}

#montexte {
  position: relative;
  /* position: absolute; */
   top: 0px; 

}



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

/* Menu */

div#menu {
  position: relative;
  width: 150px; 
  margin: 10px 0 0 0;
}


div#menu li:hover { 

  background: #bbe0f9;
} 

div#menu ul {
  margin: 0; 
  padding: 0; 
  width: 150px; 
  background: white;
  /*background : #bbe0f9;*/
  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 : 14px;
  text-decoration: none;
  padding: 4px 5px 4px 5px;
  width: 140px;
}

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

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

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

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




/*** Styles pour sommaire ***/

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

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

.texte_droite {
  position: absolute;
  top: 135px;
  right: 0px;
  width: 150px;
  font-size: 11px;
  margin: 0;
  padding: 0;
  border-left: 1px solid;
}

.texte_droite p {
  font-size: 11px;
}

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

#texte h2.alaune {
  background-image: url(../images/boite-outils/icones/alaune-grd.gif);
}

#texte h2.actus {
  background-image: url(../images/boite-outils/icones/actulabo2.gif);
}

#texte h2.anoter {
  background-image: url(../images/boite-outils/icones/anoter.gif);
  background-repeat: no-repeat;
  background-position: 5px;
  padding: 10px 0 15px 40px;
  margin: 0;
  border-bottom: 1px solid;
}

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

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

div.anoter h3 {
  margin: 0;
}

div.anoter p {
  margin: 0;
}

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



/* Icones de navigation */

#navigation {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 150px;
  text-align: center;
  z-index: 20;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#navigation ul li {
  margin: 0;
  padding: 0;
  display: inline;
}




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