/* Définitions générales */


body {
    background-color: #d0d0d0;
    color: #000;
    font-family: Verdana,Geneva,Arial,Helvetica,"Trebuchet MS",sans-serif;
    font-size: small;
    margin: 0px;
    padding: 20px 0 0 0;
}

/* Définitions des éléments dans l'ordre du code HTML */
#conteneur{
    color: #000;
    background-color: #d0d0d0;

/* permet de fixer une hauteur mini sur les navigateurs modernes */
    min-height: 40em;
/* pour obtenir le même effet sur IE, sachant que si le contenu dépasse, il
"poussera" la hauteur en ne respectant pas la norme. On se joue de ses lacunes
*/
    height: 40em;
}

/* pour rétablir le mauvais effet sur les nav. modernes */
    html>body #conteneur{
    height: auto;
}

#contenu {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	text-align: center;
	background-color: #fff;
}

table,tr,td {border-collapse: collapse;} 
span.gras {font-weight: bold;}
span.italique {font-style: italic;}
span.souligne {text-decoration: underline;}

a { color: blue; background: transparent; text-decoration: none; }
a:visited { color: green; background: transparent; text-decoration: none; }
a:hover { background: transparent; text-decoration: underline; color: red;}

#menu {
  width: 100%;
  text-align: left; 
  font-weight: bold; 
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu li {
  list-style-type: square; 
  margin-left: -8px;
  padding: 0;
}

#menu a {		/* respecter l'ordre  des a */
  line-height: 14.3pt;
  font-size: 9pt;
  text-decoration: none;
  color: #000;
  /* margin: 0px 0px 0px 0px; */
}

#menu a:visited {
  color: grey;
}

#menu a:hover {
  color: #696969;
}

#titrepage { 
	font-family: Verdana,Geneva,Arial,Helvetica,"Trebuchet MS",sans-serif; 
	font-size: 1.2em; 
	color: #000; 
	font-weight: bold; 
	margin: 0 0 10px 0;
	padding: 3px 0 3px 0; 
	background-color: #d0d0d0; 
	border: 1px solid #000; 
}

#page { 
	text-align: justify; 
	padding: 10px 0px; 
	background-color: #fff;
	border: 0px solid #000; 
	font-size: 1.1em; 
	/* font-weight: none; */
}

.biocolonne1 {
	width: 200px; 
	border: 1px solid #000; 
	text-align: left; 
	padding: 4px 10px;
}	

.biocolonne2 {
	width: auto; 
	border: 1px solid #000; 
	text-align: justify; 
	padding: 4px 10px;
}	

.bio-ul {
	margin: 0px 0px 0px -20px; 
	text-align: justify; 
	font-size: 0.8em;
}	


.tabpage {
	width: 100%;
	border: 0px solid #820707; 
}


.tdtexte {
	width: 50%;
	text-align: justify; 
	padding: 0 20px 0 0;
	font-size: 10pt;
}

.tdphoto {	
	vertical-align: bottom;
	width: 50%;
	text-align: center;
	font-size: 8pt;
}

.tdphototexte {
	vertical-align: top;
	padding: 0 70px;
	text-align: center;
	font-size: 8pt;
}

.photo {	
	width: 330px; 
	height: auto; 
	padding: 0px; 
}

.txt1,txt2,txt3,txt4 { font-family: Verdana,Geneva,Arial,Helvetica,"Trebuchet MS",sans-serif; }
.txt1 { font-size: 0.9em; }
.txt2 { font-size: 1em; }
.txt3 { font-size: 1.2em; }
.txt4 { font-size: 1.4em; }


#pied { color: #000; text-align: center; font-size: x-small; clear: both; padding: 5px 0; margin: 0;}
#pied hr { width: 100%; color: #808080; border: 1px solid #808080; text-align: center; }
#pied a { color: #000; background: #d0d0d0; text-decoration: none; }
#pied a:hover { background: #d0d0d0; text-decoration: underline; color: #000;}

