body
{
	background-color: white;
	margin: 3px;
	padding: 0px;
	text-align: center;
}

#Page
{
	width: 800px;
	margin: 0 auto;
   text-align: left;
}

#Contenu
{
	background-color: white;
	margin: 0px;
	padding: 0px;
}

#BlockTete
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.Oreille
{
	border-bottom: 2px solid black;
}


#Entete
{
   margin: 0px;
   background-color: black;
   background-repeat: no-repeat;
   background-position: top center;
   border: 2px solid black;
   border-bottom: none;
}

#BlockCorps
{
	border: 2px solid black;
	border-top: none;
	margin: 0px;
}

#Pied
{
	font-family: "Minya Nouvelle", "Comic Sans MS", "Times New Roman", "Times", serif;
	text-align: center;
	color: black;
}

#Menu
{
	font-family: "Minya Nouvelle", "Comic Sans MS", "Times New Roman", "Times", serif;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
}

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

#Menu a:hover
{
	color: red;
}

#Menu td
{
	text-align: center;
	border: none;
	background-color: rgb(219,219,219);
}

.SousMenu
{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
	border: none;
}

.SousMenuTete
{
	background-image: url(images/degrad1.png);
   background-repeat: no-repeat;
   background-position: bottom center;
	width: 100%;
   height: 15px;
}

.SousMenuPied
{
	background-image: url(images/degrad3.png);
   background-repeat: no-repeat;
   background-position: top center;
	width: 100%;
   height: 15px;
}

.SousMenu ul
{
	padding: 2px;
	margin: 0px;
	background-image: url(images/degrad2.png);
   background-repeat: repeat-y;
   background-position: top center;
}

.SousMenu li
{
	color: black;
	list-style-type: none;
	padding: 2px;
	margin: 2px;
}

.SousMenu li:hover
{
	color: red;
}

#Contenu
{
	overflow: auto;
	padding: 2px;
	margin: 0px;
}

#Contenu p
{
	text-indent: 3em;
	text-align: justify;
}

#Contenu a img
{
	border: none;
}

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

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

.centre
{
	margin: 2px auto;
	text-align: center;
}

.centre2
{
	margin: 0 auto;
	text-align: center;
}

.dessous
{
	clear: both;
}

.dessousgauche
{
	clear: left;
}

.dessousdroite
{
	clear: right;
}

.enbas
{
	vertical-align: bottom;
}

.reduit
{
	font-size: 90%;
}

.sansmargecentre
{
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

#imagemain
{
	position: absolute;
	left: 0;
	top: 0;
	width: 254px;
	height: 207px;
	background-image: url(images/expemain2.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#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;
}