  /*************************/
 /* Pour tout le document */
/*************************/
body {
	background-color: #EDFFE1;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
p {
	text-align: justify;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
ul {
	width: 60%;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
}	
h1 {
	text-align: center;
	font-size: 130%;
}
h2 {
	text-align: center;
	font-size: 120%;
}
hr {
	height: 2px;
	background-color: #08733A;
	color: #08733A;
	clear: both; 
}
img {
	border: 0;
}
td {
	vertical-align: top;
}
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color:#08733A;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #08733A;
}


  /***********************************/
 /* Tableau contenant toute la page */
/***********************************/
#Racine {
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

/* Colonne de gauche, tout sauf la bordure de photos */
#Principal {
	width: auto;
}
/* La bannière du site */
.Logo {
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	vertical-align: top;
	text-align: left;
}
.Banniere {
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	vertical-align: middle;
	text-align: center;
}
/* La colonne de navigation*/
#Navigation {
	padding: 15px;
}
.BoutonNavigation {
	width: 120px;
	color: #FFFF00;
	padding: 3px;
	background-color: #008000;
}
p.BoutonNavigation {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
}
a:link.BoutonNavigation, a:visited.BoutonNavigation, a:active.BoutonNavigation {
	text-decoration: none;
	color: #FFFF00;
}
a:hover.BoutonNavigation {
	text-decoration: underline;
	color: #FFFF00;
}
/* Les bordures de la fenêtre */
.Bordure {
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
}

/* L'intérieur de la fenêtre principale */
#Fenetre {
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	background-color: #FFFCC6;
	text-align: center;
}
ul.auteurs {
	width: 60%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}	
#SiteInfo{
	width: 100%;
	margin-top: 3px;
	margin-bottom: 0px;
    text-align: right;
}

/* La bordure droite de photos */
#ConteneurPhotosDroite {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 150px;
}
.PhotosDroite {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 150px;
}
.PhotoDroite {
	margin: 0px;
	padding: 0px;
	border: none;
}
.libstat {
	margin-top: 15px;
	font-size: 70%;
	width: 100%;
	text-align: right;
}
.Resultat {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.Sans {
	border-spacing: 0px;
	margin: 0px;
	border: none;
	padding: 0px;
}

#Precedent{
	text-align: left;
	width: 100%;
}

#Suivant{
	text-align: right;
	width: 100%;
}

.Photo{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p.Photo {
	width: 100%;
}

div.photo {
	text-align: center;
}
h2.SousGalerie {
	font-size: 100%;
}
P#titre {
	text-align: center;
}
  /*********************/
 /* Images flottantes */
/*********************/

.Gauche {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.Droite {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
}
.Centre {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
}
h2.Plan {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
ul.Plan {
	width: 80%;
}
table.TableauGauche {
	display: inline-table;
	border-spacing: 0px;
	padding: 0px;
	border: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}
table.TableauDroite {
	display: inline-table;
	border-spacing: 0px;
	padding: 0px;
	border: none;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: right;
	text-align: center;
}
colgroup.Tableau {
	border-spacing: 0px;
	width: 170px;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}
table.Ligne {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
tr.Ligne {
}
td.Ligne {
	text-align: center;
	vertical-align: bottom;
}
table.Image {
	padding: 0px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
colgroup.Image {
	width: 170px;
}
tr.Image {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}
td.Image {
	border-spacing: 0px;
	width: 170px;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}
p.Image {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #08733A;
	color: #FFFCC6;
	width: 100%;
	font-size: 75%;
	text-align: center;
}
p.Commentaire {
	width: 100%;
	margin: auto;
}
td.SousGalerie {
	text-align: justify;
}
p.Chemin {
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
	width: 100%;
	font-size: 80%;
}
p.Liens {
	text-align: left;
}