/* CSS Document */

html, body {
	margin:0;
	height: 100%;
	background-image: url(../images/fl_background_et.gif);
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #FFFF66;
}
.entete {
	height: 10%;
	color: #FFCC00;
	font-size: 24pt;
}
.contenu {
	height: 80%;
	z-index: 1;
}
.menu {
	width: 150px;
	height: 80%;
	color: #ffffff;
	margin: 0 0 0 0;
	position: absolute;
}
#prev {
	background-image: url(../images/prev2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#prev:hover {
	background-position: 0px -30px;
}
#next {
	background-image: url(../images/next2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#next:hover {
	background-position: 0px -30px;
}

.menu li {
	margin: 3px 0 0 0;
	padding: 0;
	text-align: center;
}
.menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
}
.menu li:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.menu ul {
	list-style-type: none;
	margin: 0 0 0 0;
}
.centre {
	margin-left: 150px;
}
.pied {
	line-height: 28px;
	vertical-align:middle ;
	z-index: 100;
}
.pied a {
	display: block;
	width: 30px;
}
.pied ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pied li{
	float: left;
	width: auto;
	padding: 0 10px 0 10px ;
}
#photo {
	position: absolute;
	width: 270px;
	z-index: 1;
	right: 0px;
	top: 50%;
}
#message {
	position:absolute;
	width:40%;
	height:75%;
	z-index:2;
	left: 168px;
	top: 56px;
	visibility: visible;
	overflow: visible;
	font-size: .9em;
}
h1 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.1em;
}
h2 {
	font-size: 1.4em;
}
a {
	font-size: 0.8em;
}
#etoile1 {
	position: absolute;
	height: 105px;
	width: 139px;
	left: 3%;
	top: 55%;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
}
#etoile2 {
	position: absolute;
	height: 55px;
	width: 90px;
	left: 20%;
	top: 20%;
	text-align: center;
	padding-top: 27px;
	font-weight: bold;
	background-image: url(../images/etoile5.gif);
	background-repeat: no-repeat;
}
#etoile3 {
	position: absolute;
	height: 54px;
	width: 91px;
	left: 45%;
	top: 8%;
	text-align: center;
	padding-top: 28px;
	font-weight: bold;
	background-image: url(../images/etoile5.gif);
	background-repeat: no-repeat;
}
#etoile4 {
	position: absolute;
	height: 75px;
	width: 125px;
	left: 50%;
	top: 70%;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	background-image: url(../images/fl_pl_bleue.gif);
	background-repeat: no-repeat;
}
#etoile5 {
	position: absolute;
	height: 52px;
	width: 90px;
	left: 30%;
	top: 50%;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	background-image: url(../images/etoile5.gif);
	background-repeat: no-repeat;
}

#etoile6 {
	position: absolute;
	height: 52px;
	width: 90px;
	left: 70%;
	top: 55%;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	background-image: url(../images/etoile5.gif);
	background-repeat: no-repeat;
}
#etoile7 {
	position: absolute;
	height: 60px;
	width: 76px;
	left: 75%;
	top: 10%;
	text-align: center;
	padding-top: 22px;
	font-weight: bold;
	background-image: url(../images/fl_pl_rouge.gif);
	background-repeat: no-repeat;
}
.petit {
	font-size: 0.8em;
}
.petit a {
	text-decoration: none;
	display: inline;
	color: #FFFFFF;
}
