/* CSS Document */
body {
  margin:0;
  padding:0;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/fond.png) repeat;
  font-size:100%;
	text-align:center;
}
img {
  border:0;
  margin:0;
}
  /*div générale*/
  
#conteneur {
  width:800px;
  margin:0 auto;
  padding:1em;
	text-align:left;
	background:#CCCC99;
}
h1 {
  font-size:150%;
  text-align:center;
}
  /*Aligner un block à gauche ou à droite*/

.gauche {
  float:left;
  margin: 0 2em 1em 0;
}
.droite {
  float:right;
  margin: 0 0 00.2em 00.5em;
}
.centre {
  text-align:center;
  margin:1em auto;
}
.sanspuce {
  display:block;
  list-style-type:none;
  line-height:2em;
}
hr {
  clear:both;
  visibility:hidden;
}

.sanspucegras {
  display:block;
  list-style-type:none;
  line-height:2em;
  font-weight:bold;
}
.tirets {
  display:block;
  list-style-type:square;
  font-weight:normal;
}
