/*=================*/
/* Généralités     */
/*=================*/
body, td, th, input, .normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	margin: 0px;
	color: #505050;
}
a:visited, a:link {
	color: #505050;
}
img {
	border: 0;
}
input {
	color: black;
}
input.button{
	background-color: #869DAF;
	color: #FCFCFC;
	font-weight: bold;
}
p {
	margin: 12px 0px 0px 0px;
}
table{
	border-spacing: 0px;
	border-collapse: collapse; 
	width: 100%;
}
td, th {
	padding: 0px;
}
/*=================*/
/* Home            */
/*=================*/
#homebody {
	background-color: #22343E;
	text-align: center;
	margin-top: 20px;
}
#homeimage {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/*=================*/
/* Home            */
/*=================*/
#innerbody {
	background-color: white;
}
#innerpage {
	width: 1024px;
	height: 680px;
	background-image: url(../img/innerbg.jpg);
	background-repeat: no-repeat;
}
#legend {
	position: absolute;
	top: 265px;
	left: 65px;
	width: 160px;
	font-size: 11pt;
}
#content {
	position: absolute;
	left: 304px;
	width: 450px;
	height: 413px;
	top: 107px;
	text-align: center;
}
.text {
	font-size: 9pt;
	padding: 0px 30px 0px 30px;
	text-align: justify;
}
h1 {
	font-weight: normal;
	font-size: 11px;
	color: #A88774;
	display: list-item;
	list-style-image: url(../img/puceh1.gif);
	margin-bottom: 8pt;
}
#pagecontainer {
	position: absolute;
	left: 304px;
	width: 450px;
	height: 24px;
	top: 521px;
	text-align: center;
}
#pages {
	position: relative;
	bottom: 0px;
	background-color: #F6F5F3;
}
.pagecur {
	font-weight: bold;
	color: #373735;
	font-size: 8pt;
}
a.pageno:visited, a.pageno:link {
	font-weight: bold;
	color: #7994A5;
	font-size: 8pt;
	text-decoration: none;
}
table.bio {
	width: 400px;
}
.text td {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	font-size: 9pt;
}
td.datebio {
	width: 80px;
	padding: 0px 10px 10px 0px;
	font-weight: bold;
}

/*=================*/
/* Menu            */
/*=================*/
#menucontainer {
	position: absolute;
	left: 249px;
	height: 18px;
	top: 62px;
	width: 700px;
	font-size: 9pt;
	margin: 0;
}
a.menulink:link, a.menulink:visited{
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
}
a.menulink-over:link, a.menulink-over:visited{
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	height: 18px;
}
a.menulink-active:link, a.menulink-active:visited{
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #DDE2DE;
	height: 18px;
	border-right: 2pt #CACBD0 solid;
	border-bottom: 1pt #CACBD0 solid;
}
#menucontainer1 {
	position: absolute;
	left: 249px;
	height: 18px;
	width: 775px;
	top: 80px;
	font-size: 9pt;
	background-image: url(../img/menu1bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
a.menulink1:link, a.menulink1:visited{
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	height: 18px;
}
a.menulink1-over:link, a.menulink1-over:visited{
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: black;
	height: 18px;
}
a.menulink1-active:link, a.menulink1-active:visited{
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
}

