html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #b9b9b9;
	background: #fcfcfc;
}
div#cache_bas {
	position: fixed;
	bottom: 0;
	width: 80%;
	height: 400px;
	margin-left: 10%;
	border-right: 1px solid #00b5d6;
	background: #ffffff;
	}
div#centre {
	position: fixed;
	bottom: 0;
	width: 80%;
	height: 100%;
	margin-left: 10%;
	border-right: 1px solid #00b5d6;
	background: #ffffff;
}
h1 {
	/*margin: 0 280px 30px 0;*/
	margin: 0 0 30px 0;
	font-size: 4em;
	font-weight: 400;
	/*text-align: right;*/
	text-align: center;
}
ul{
	list-style: none;
}
.firstlblack {
	color: #555;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0 15px 0 30px;
	letter-spacing: 20px;
	color: #333333;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	background: #fffbff;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #b9b9b9;
	text-decoration: none;
}
a#sommaire{
	margin: 2.2em 0 0 0;
	/*float: right;*/
	position: absolute;
	right: 0;
	font-size: 1.2em;
}
a:hover, a:focus  {
	color: #000000;
	background: #fffbff;
}
span#in_ancre {
	font-size: 0.8em;
	color: #b9b9b9;
}
a:hover span#in_ancre, a:focus span#in_ancre  {
	color: #000000;
}
li.vide a:hover, li.vide a:focus{
	color: #b9b9b9;
}
span.fleche {
	margin: 0;
	font-size: 1.2em;
}
a#sommaire:hover, a:hover span.fleche, a#sommaire:focus, a:focus span.fleche{
	color: #ff0077;
}
div#cadre {
	position: relative;
	float: right;
	width: 100%;
	height: 60%;
}
.image0 {
	background: #ffffff url(../images/fonds/Masque_1l_bas.jpg) no-repeat 50% 10%;
}
.image1 {
	background: #ffffff url(../images/fonds/Masque_1_bas.jpg) no-repeat 50% 10%;
}
.image2 {
	background: #ffffff url(../images/fonds/Masque_1r_bas.jpg) no-repeat 50% 10%;
}
.image3 {
	background: #ffffff;
}
p#legende {
	position: absolute;
	width: 100%;
	bottom: 5px;
	text-align: center;
}
p span:hover{
	color: #111;
	background:#fffbff;
}
div#pied_page {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0;
	border-top: #00b5d6 1px solid;
	border-right: #ffffff 1px solid;
	margin-right: -1px;
	background: #fcfcfc;
}
div#pied_page ul {
	padding: 0;
	margin: 0 auto;
}
div#pied_page li {
	float: left;
	margin: 1em 0;
	padding: 0;
}
li.center {
	width: 33.25%;
	text-align: center;
}
li#left {
	width: 14.75%;
}
li#right {
	width: 18.75%;
	text-align: right;
}
div#pied_page li a {
	text-decoration: none;
	color: #555;
}
div#pied_page li a.blink{
	text-decoration: blink;
	}
div#pied_page li a:hover, div#pied_page li a:focus{
color: #ff0077;
}