/* CSS Document */
#global {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 780px;
	height: 500px;
	margin-top: 10px; /*moitié de la hauteur*/
	margin-left: -390px;
	background-image: url(images/index2.gif);
	z-index: 1;
	}
body {
	background-color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#entrez {
	height: 70px;
	width: 140px;
	position: absolute;
	right: 78px;
	bottom: 0px;
}
.object {
	position: absolute;
	height: 45px;
	width: 135px;
	visibility: visible;
	top: 10px;
	right: 85px;
	
}
p {
	font-style: italic;
	line-height: 1.2em;
	font-size: 13px;
	text-align: center;
}

#text {
	color: #FFFFCC;
	width: 200px;
	position: absolute;
	top: 80px;
	right: 50px;
}
.nom{
	font-weight: bold;
}
h1 {
	font-size: 18px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
li {
	list-style-position: outside;
	list-style-type: circle;
	font-style: italic;
	font-weight: bold;
}
