@charset "utf-8";

/* --- STYLES DE BASE --- */ 
a{outline: none;}
:focus{-moz-outline-style: none;} 
/* Page */ 
html {
  font-size: 100%; /* vite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0 auto; 
  overflow:auto;
  padding: 0; /* Remettre  zro si ncessaire. */ 
  /* Pensez  utiliser une collection de polices (2), par ex: 
  font-family: Arial, Helvetica, FreeSans, sans-serif; */ 
  font-family:Verdana;
  font-size: .8em; /*  adapter pour la police choisie. (3) */ 
  line-height: 1.4; /*  adapter au design. (4) */ 
  color: #000000; 
  background:#ffffff;
} 

/* Titres */ 
h1, h2, h3, h4, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  /* Valeur par dfaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.25em;
  color:#800000;
} 
h2 { 
  font-size: 1em;
  color:#800000;
} 
h3 { 
	margin:3px;
  font-size: 1em; 
   font-style: normal;
} 
h4 { 
	margin:3px;
  font-size: 1em; 
  color:#FFFFFF;
  font-weight:bold;
} 

h5 {
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: .2; 
  /* Valeur par dfaut. (6) */ 
}
h5 { 
  font-size: 1em; 
  font-style: bold; 
  color:#800000;
} 
h6 { 
  font-size: .75em; 
  font-weight: normal; 
  color:#666666;
} 
h7 { 
  font-size: .75em; 
  font-style: normal; 
  color:#666666;
} 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par dfaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  	color:#666666;
	text-decoration:none;
	font-size:10px;
} 
a:link { 
  	color:#666666;
	text-decoration:none;
} 
a:visited { 
 	color:#666666;
} 
a:hover, a:focus, a:active { 
  	color:#333333;
	text-decoration:none;
} 
/* Pas de bordure pointille ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers lments de type en-ligne (8) */ 
em { 
  font-style: italic; 
}
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

/* centrage */ 
div.centrage {
	text-align: center;
}

/* Elements */ 

div#index {
	text-align:center;
}

div#lienentrer {
	font-size:14px;
}

div#liensbio {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:center;
}
div#tabletexte {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
}