@charset "utf-8";
/* CSS Document */
html {
height:100%;
}
body {
overflow-x:auto;
overflow-y:hidden;
height:100%;
width:100%;
margin:0;
padding:0;
}
table {
text-align:center;
vertical-align:middle;
height:100%;
margin:auto;
padding:0px;
border:0px;
border-collapse:collapse;
}
.flashcontent  {
	position:relative;
	overflow:auto;
}
#titre {
position:absolute;
z-index:30;
top:50%;
margin-top:-200px;
left:50%;
margin-left:-375px;
}
p {
position:absolute;
z-index:10;
color:#000000;
text-align:left;
font-family:"Franklin Gothic Medium", "Gill Sans MT", "Lucida Sans", Arial, sans-serif;
font-size:12px;
top:0px;
left:0px;
margin:0px;
padding-top:5px;
padding-left:10px;
}
a {
position:absolute;
display:none;
z-index:20;
}
a:hover {
color:#000000;
}
#alertjs, #alertfp {
position:absolute;
font-family:"Franklin Gothic Medium", "Gill Sans MT", "Lucida Sans", Arial, sans-serif;
font-size:18px;
text-align:center;
background-color:#FFFF00;
z-index:30;
}
#alertfp {
position:relative;
z-index:30;
}
#alertfp a {
position:relative;
display:inline;
text-decoration:underline;
color:#999999;
font-family:inherit;
font-size:inherit;
}
.marge {
width:40px;
}
.marge a {
width:17px;
height:17px;
margin-left:5px;
margin-top:-12px;
background-image:url("../images/bouton.gif");
background-repeat:no-repeat;
}
.marge a:hover {
background-image:url("../images/bouton_over.gif");
}
#accueil {
width:20px;
height:26px;
margin-top:10px;
margin-left:15px;
background-image:url("../images/bouton_accueil.gif");
background-repeat:no-repeat;
}
#accueil:hover {
background-image:url("../images/bouton_accueil_over.gif");
}