/* CSS Document */
body {
	background-color: #ffffff;
}

a:link {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #A9020A;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

BODY {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	color: #000000;
}

#global {
position:absolute;
left: 50%;
top: 50%;
width: 910px;
height: 600px;
margin-top: -300px; /* moitié de la hauteur */
margin-left: -455px; /* moitié de la largeur */

}

/* Fonds */

.fond{
	position: relative;
	width: 910px;
	height: 600px;
	overflow: hidden;
	border: 1px solid #E6E6E6;
}

/* Fin Fonds */

/* Interface */



/* Fin Interface */

/* Menu */

.menu {
	position: relative;
	width: 710px;
	height: 30px;
	overflow: hidden;
}

#header {
position:relative;
  float:cen;
  width:100%;
  }
#header ul {
  margin:0;
  list-style:none;
  }
#header li {
  float:left;
  margin:0;
  list-style:none;
  }
#header a {
	padding-left:56px;
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#FF0000;
  }
#header #current {
  }
#header #current a {
  color:#FF0000;
  padding-bottom:5px;
  }

/* Fin Menu */

/* Bio */

.bio_haut {
	position: static;
	width: 340px;
	height: 32px;
	overflow: hidden;
	background-image: url(/images/biographie/haut.png);
	background-repeat: no-repeat;
}

.bio_milieu {
	position: static;
	width: 340px;
	background-image: url(/images/biographie/milieu.png);
	background-repeat: repeat-y;
}

.bio_milieu_up {
	position: static;
	width: 340px;
	background-image: url(../..//images/biographie/milieu.png);
	background-repeat: repeat-y;
}

.bio_bas {
	position: static;
	width: 340px;
	height: 32px;
	overflow: hidden;
	background-image: url(/images/biographie/bas.png);
	background-repeat: no-repeat;
}


pre { 

display:block; 
Width: 300px; 
overflow:auto;


} 




/* Texte */

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


#voir a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#voir a {float:none;}
/* End IE5-Mac hack */
#voir a:hover {
  color:#FF0000;
  }
#voir #current {
  }
#voir #current a {
  color:#FF0000;
  }


.texte_r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
}

.texte_intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight:bold;
}

.texte_fiche_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.titre_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.dates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}



.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}



H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	height: 25px;
}