﻿html
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

body
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #65F;
	margin: 0px;
	padding: 0px;
}


#Fond
{
	position: absolute;
	z-index: -1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


#BlocPage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}


#Menu
{
	position: relative;
	margin-top: 25px;
	width: 100%;
	padding: 2px 0px;
	border-top: 2px solid #800;
	border-bottom: 2px solid #800;
	background-color: #F00;
	opacity: 0.9;
	filter: alpha(opacity=90);
}


#Menu table
{
	width: 100%;
}


#Menu td
{
	text-align: center;
	width: 25%;
	border-left: 2px solid #800;
}


#Menu .prem
{
	border-left: none;
}


#Menu table
{
	border-collapse: collapse;
	border: none;
}


#Menu a
{
	padding: 0px 5px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}


#Menu a:hover
{
	font-style: italic;
}


#Page
{
	position: relative;
	margin: 25px 50px;
	border: 2px solid black;
	overflow: hidden;
	background-image: URL("fondpage.png");
	background-repeat: repeat;
}

#Contenu
{
	position: relative;
	margin: 0px 10px;
}


#Contenu table
{
	position: relative;
}


#Contenu td
{
	position: relative;
}

.fond
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.smiley
{
	position: relative;
	top: 4px;
}


.img
{
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
}


.img .cadre
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: black;
	opacity: 0;
	filter: alpha(opacity=0);
}


.centre
{
	margin: 2px auto;
}


.gauche
{
	float: left;
	margin-right: 2px;
}


.droite
{
	float: right;
	margin-left: 2px;
}


.sousgauche
{
	clear: left;
}


.sousdroite
{
	clear: right;
}

.dessous
{
	clear: all;
}


#BlockAccueil
{
	margin: 25px;
}


#BlockAccueil ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
}


#BlockAccueil a
{
	color: black;
	text-decoration: none;
}

#PopDiapo_Fond
{
	background-color: silver;
	opacity: 0.8;
	filter: alpha(opacity=50);
}

#PopDiapo_Bloc
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: 80%;
	width: 70%;
}


#PopDiapo_Close
{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 15px;
	color: black;
	text-decoration: none;
	text-align: center;
	background-color: white;
	border: 2px solid black;
	z-index: 1000;
	padding: auto;
	margin: 0px;
	font-family: Lucida Console, Arial, Serif;
}


#Diapo
{
	position: absolute;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	background-color: white;
	border: 2px solid black;
	padding: 0px;
}

#Diapo_Cadre
{
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}

#Diapo_ImgBloc
{
	width: 100%;
	height: 100%;
}

#Diapo_Prec
{
	position: absolute;
	left: -10px;
	bottom: -10px;
	background-color: white;
	border: 2px solid black;
	padding: auto;
	width: 15px;
	font-family: Lucida Console, Arial, Serif;
	text-align: center;
}

#Diapo_Suiv
{
	position: absolute;
	right: -10px;
	bottom: -10px;
	background-color: white;
	border: 2px solid black;
	padding: auto;
	width: 15px;
	font-family: Lucida Console, Arial, Serif;
	text-align: center;
}

#PopDiapo_Bloc a
{
	text-decoration: none;
	color: black;
}