
table.sommaire { 
	background-color : #FCFCFC;
	border-spacing : 0px;
	border-style : groove;
	border-width : 1px;
	border-color : black;
	margin-top : 15px;
	margin-bottom : 0px;
	padding : 5px;
}

table.texteArticle {
	background-color : #FFFCFC;
	border-spacing : 0px;
	border-style : solid;
	border-width : 1px;
	border-color : black;
	padding : 8px;
}

/* Titre de l'article */
h1 {
	background-color : silver;
	background-image : url( ../images/fondTitre1.72.jpg );
  border : 1px black solid;
  text-align : center;
  padding : 15px;
}

/* Barre de menu */
#menuPrincipal {
  background-image : url( ../images/barreMenu3.jpg );
  text-align : left;
  border : groove black 1px;
  padding : 1px;
}

#menuPrincipal a {
	border-top : 2px solid #FFF;
	border-bottom: 2px solid #345;
	border-left  : 2px solid #DEF;
	border-right : 2px solid #89A;
  padding : 5px;
	color : black;
	text-align : center;
	line-height : 28px;
	text-decoration : none;
	font-family : courrier new;
	font-weight : bold;
	font-size : 12px;
  margin-top : 2px;
}

#menuPrincipal a:hover {
	border-top: 2px solid #345;
	border-bottom : 2px solid #FFF;
	border-left : 2px solid #89A;
	border-right  : 2px solid #DEF;
}

.imprimer {
  background-image : url( ../images/print.png );
  background-repeat : no-repeat;
}


.exergue {
	font-weight : normal;
	font-size : small;
	color : navy;
	text-align : right; 
}

.etoile { 
	text-align : center; 
	margin-top : 10px; 
	margin-bottom : 10px; 
}

.illustration { 
	text-align : center; 
}

.note {
	font-weight : normal;
	font-size : small;
	color : black;
	text-align : justify;
	margin-bottom : 10px;
}

.par { 
	text-indent : 25px; 
	font-size : small; 
	margin-top : 10px; 
	margin-bottom : 10px; 
	text-align : justify; 
}

.renvoi-note { 
	font-size : xx-small; 
	vertical-align : 15%; 
	font-weight : bold; 
}

.titre1 {
	background-color : #DDDDFF;
	font-size : 16pt; 
	font-weight : bold; 
	text-align : left; 
	color : black; 
	padding : 10px;
}

.titre2 {
	background-color : #EEEEFF;
	font-size : 12pt;
	font-weight : bold; 
	text-align : left; 
	color : black; 
	padding : 5px;
}

.titreInt {
	font-weight : bold; 
	font-size : small; 
	color : maroon;
}

.titre_notes {
	font-weight : bold;
	color : black;
	margin-bottom : 30px;
}

#bandeauLabyrinthe {
}

#adresseLabyrinthe {
	padding:15px;
	border:solid black 1px;
	background-color:white;
}

