body, html {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	text-decoration: none;
	background-image: url(images/fond.png);
	background-repeat: repeat;

}
#global, #globalHist {
	position: absolute;
	width: 727px;
	height: 552px;
	left: 50%;
	margin-left: -371px;
	border: 1px solid #333333;
	z-index: 2;

}
#global {
	background-image: url(images/fondGlobal.png);
	background-repeat: no-repeat;
}
#globalHist {
	background-image: url(images/fondGlobalHist.png);
	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	height: 327px;
	width: 140px;
	top: 160px;
	padding-top:35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 1px;
	z-index: 3;

}
ul {
	width:140px;
	padding:3;
	margin:3;
	list-style-type: none;
}
li { padding: 8px;}

a.navig {

	color: #000066;
	text-decoration: none;

}
a.navig:hover {
	color: #FF3300;
}
#txt {
	position: absolute;
	width: 236px;
	top:100px;
	left:170px;
	color: #000099;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#txtHisto {
	position: absolute;
	width: 529px;
	top:70px;
	left:160px;
	color: #000099;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 450px;
	overflow: auto;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	z-index: 2;

}
#slideShow {
	position: absolute;
	top:111px;
	left:450px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #000066;
	z-index: 7;

}
#contact {
	position: absolute;
	top:557px;
	left:66px;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 590px;
	height: 48px;
}
a.contact {
	color: #000066;
	text-decoration: underline;
}
a.contact:hover {
	color: #FF3333;
}
#etiquette {
	position: absolute;
	top:10px;
	left:525px;
	z-index: 1;

}
.txtRouge {
	color: #CC3300;
}
.txtRougeSouligne {
	color: #CC3300;
	text-decoration: underline;

}
.txtBleu {
	color: #000099;
}
