/*--- styles génériques du site ---*/
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
}

a:focus {
	outline: none;
}

html {
  font-size: 100%;
  height: 100%;
  /*text-align: center;*/
}

body {
	color: #333;
  text-align: left;
  height: 100%;
  font-size: 0.7em;
  margin: 0 auto;
}

#page {
  width: 935px;
  height: auto;
  margin: 0 auto 9px auto;
  overflow: auto;
	/* pour pied de page */
	/*min-height: 100%;*/
	/*height: auto !important;
	height: 100%;*/
	/*margin: 0 auto -72px auto;*/ /* La valeur bottom est egale a la hauteur negative du pied de page */	
}

a {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.savoir_plus,
.tous {
	margin: 5px 0 0 0;
}

.savoir_plus a,
.tous a {
	padding: 0 0 0 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.savoir_plus a:hover,
.tous a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle;
}

ul li {list-style: none;}

.hidden {
  position: absolute;
  left: -999em;
  visibility: hidden;
}

.bold {font-weight: bold;}

.pusher {
  clear: both;
  height: 1px;
  line-height: 1px;
}
.hack_ie6{
	position: relative;
	z-index: 1;
}





