/* définition générales */
html{
	margin:0px;		/* marge nulle autour des objets */
	padding:0px;		/* padding nul */
	background-color:#000; /* couleur générale de fond */
	color:white;
}

/* définitions du corps de page */
body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:medium;
	height:auto;
}
h1{
 margin-top:1.5%;
 font-size:xx-large;
 font-weight: normal;
 text-align:center;

}
h2{
 margin-top:1.5%;
 font-size:x-large;
 font-weight: normal;
 text-align:center;
}
h3{
 margin-top:0.5%;
 font-size:x-large;
 font-weight: normal;
 text-align:center;
 color:white;
}
h4{
 margin-top:0.5%;
 font-size:large;
 font-weight: normal;
 text-align:center;
 color:red;
}

/* définitions du paragraphe */
p{
 margin-left:15px;
 margin-right:15px;
}
/* définition de la première lettre d'un paragraphe */
p:first-letter{
}

/* définition de la première ligne d'un paragraphe */
p:first-line{
}
/* lien */
a {
	vertical-align:middle;
	font-size:medium;
	font-weight:bold;
	color:orange;
	text-decoration:none;
}
/* définition d'une ancre visitée */
a:visited{
/* background: #cef; */
}
/* définition d'une ancre survolée */
a:hover{
 color:red;
}
/* définition d'une ancre active */
a:active{
}

/*définition du div menu */
div.menu{
	float: left;
	height:30px;
	width:96%;
	margin-top:0.5%;
	margin-bottom:0.5%;
	margin-left:0;
	background-color:#222;
/*	border:1px white solid; */
	overflow:auto;
}

/* définition du div d'une option menu (répété by class) dans la partie entête */
div.option{
   float:left;
	height:20px;
	width:auto;
	margin:5px;
/*	border:1px solid red; */
}

/* définition du lien d'une option menu */
.option a{
   font-size:medium; 				/* fixe police du lien */
	font-weight:bold;
   text-align:center; 		/* positionne le texte du lien */
   color:orange; 			/* couleur texte lien */
   text-decoration:none; 	/* pas de soulignement du lien */
   margin:0;
   padding:2pt 2pt 2pt 2pt; 		/* espace le texte des bords du li */
    }

/* définition du survol d'une option menu */    
.option a:hover{
 background:#333;
 color:red;
}

/* définition du div de corps de page  */  
div.corps1 {
 width:auto; 
 height:auto;
 background-color:#000;
 color:red;
}
div.corps2, div.corps3, div.corps5, div.corps6 {
 width:auto; 
 height:auto;
 background-color:#000; 
}
div.corps4 {
 width:auto; 
 height:480px; 
 background-color:#000; 
 color:white;
}
/* div de l'image agrandie */
div.corpsimage{
 float:right;
 width:95%; 
 height:590px;
 border: none;
 overflow:auto; 
}
/* texte préformaté */
pre{
	overflow:auto ;
}
/* définition du div de pied de page  */
div.pied {
 background:#555;
 clear:both;
 border:1px solid #444;
}
p.pied_texte {
 display: inline;
 text-align:center;
 margin-left: 5%; 
 font-size:small;
 color:#315
}
.pied_texte a{
	font-size:100%;
}
/* format images W3C validator */
img.valide {
 margin-top: 2px;
 border:0; width:88px; height:31px;
}
/* définition de la page accueil  */  
/* compteur de visiteurs */
div.visite1 {
 background: #444;
 color:#888;
 display: inline;
 margin-left: 1%;
 padding: 0.2%;
 font-size:small;
 font-weight: normal;
 border: 1px #444 solid;
}
/* compteur de pages */
div.visite2 {
 background: #444;
 color:#888;
 display: 	inline;
 margin-left: 1%;
 padding: 0.2%;
 font-size:small;
 font-weight: normal;
 border: 1px #444 solid;
}

/*-------- cadre accueil --------*/
div.texte1 {
 float: left; 
 width: 42%; 
 margin:3%;
 height:94%;
 background-color:#000; 
/* border:1px solid red; */
}
/* p de texte accueil  */  
p.texte1 {
 text-align:justify ;
 font-size:medium; 
}
/* définition du div d'image accueil  */  
div.image1 {
 float:right;
 margin:3%; 
 width: 40%; 
 height:94%;
}
img.image1 {
 display:block;
 margin:1%;
 width:99%;
}
/* p de déroulant */
p.deroulant {
 text-align:left;
 color:red;
 font-size:large;
 font-weight: bold;	
}

/*** définition de la page galerie ****/
/* définition du div liste imagettes  (sans objet)*/  
div.liste_imagette {
 float:left;
 width:0.1%; /* pas d'imagettes */
 margin:0; 
 border:none;
 background: #000;
/* overflow:scroll; */
}
/* lien imagette */
a.imagette:hover {
 }
/* définition du div imagette  (sans objet)*/  
img.imagette {
 border:none;
 float:left;
 margin:3px;
 margin-top:15px;
 padding:5px;
 width:88%;
 }
/* définition du div cadre image  */  
div.cadre_image {
 float:right; 
 width:99%;  /* occupe toute la largeur */
 margin:0;
 background:#000; 
 overflow:auto;
}
/* div et img image zoomée directement */  
/*div.image{
 display:block;
 height:400px; width:90%; 
 text-align:center;	/* IE 
}*/
/* div et img image */  
div.image {
 text-align:center;	/* IE */
}
/* définition du div cadre_bouton_image  */  
div.cadre_bouton_image {
 float: left;
 margin-top:3%; margin-bottom:auto;
 width:10%; 
 height:300pt; 
}
/* définition du div groupe bouton_image  */  
img.bouton_image_f,img.bouton_image_p, 
img.bouton_image_n,img.bouton_image_l{
  display:	block;
  width:99%; 
  border:none;
}
a.bouton_image_f,a.bouton_image_p,
a.bouton_image_n,a.bouton_image_l{
/* background-color:transparent; */
}
a.bouton_image_f:hover,a.bouton_image_p:hover,
a.bouton_image_n:hover,a.bouton_image_l:hover{
 background-color:#000;
}
div.titre_image {
float: left;
 width:0%;
 height:3%;
}
div.legende_image {
float: left;
 margin-top:-2%;
 margin-left:-10%;
 width:15%;
 height:3%;
}
/* définition du div titre image  */  
p.titre_image {
 font-family:Arial,Helvetica,sans-serif;
 font-size:medium;
 font-weight:normal;
 margin:0 auto ; 
 text-align:center;
}
img.image {
 border:none;
/* max-height:480px; /*Gecko */
/* max-width:800px; /*Gecko */ 
 margin-top:0.3%;
 margin-bottom:0.3%;
/* margin-left:auto;
 margin-right:auto; */
 height:250pt; /* adapter selon vision JKL */
 text-align:left;  /* IE */
}
/* définition du div légende image  */  
p.legende_image {
 font-family:Arial,Helvetica,sans-serif;
 font-size:small;
 font-weight: normal;
 margin:0 auto ;
 text-align:center;
 }
/* définition du div zoom */ 
div.zoom {
 width:99.8%;
}
img.zoom {
 display:block;
 width: 90%;
 margin-top:2%; 
 margin-left:auto;
 margin-right:auto;
 margin-bottom:2%;
}

/**** définitions de la page textes ****/
div.texte {
 float: left;
 width: 99%; 
}
/* p de texte */  
p.texte {
 display:block;
 padding-top:10pt; padding-bottom:10pt;
 text-align:center ;
 font-size:medium; 
}

/* définition du div cadre_bouton_texte  */  
div.cadre_bouton_texte {
 height:6%; margin-top:15px; 
}
/* définition du div groupe bouton_texte  */  
img.bouton_texte_f,img.bouton_texte_p, 
img.bouton_texte_n,img.bouton_texte_l{
  height:80%; margin-left:15px; margin-right:15px;
  border:none;
}
a.bouton_texte_f,a.bouton_texte_p,
a.bouton_texte_n,a.bouton_texte_l{
 background-color:#cea; 
}

a.bouton_texte_f:hover,a.bouton_texte_p:hover,
a.bouton_texte_n:hover,a.bouton_texte_l:hover{
 background-color:#ac8;
}
/* définition du div cadre texte */ 
div.cadre_texte {
 border:none;
 margin-top:0;
 width:99%; 
}
/* définition du p titre_texte */  
p.titre_texte {
 margin-left:5%;
 margin-right:5%;
 margin-top:5%;
 margin-bottom:3%;
 font-size:xx-large;
 color:red;
 text-align:center;
}
span.date_texte {
 font-size:small;	
}
/* définition du div paragraphe  */  
p.paragraphe {   /* changé */
 width: 90%; 
 margin-left:5%;
 margin-right:5%;
 text-align:justify;
 font-size:medium;
 color:orange;
}
div.corps4 {
 text-align:center;
 color:white;
}
/* p auteur  */  
p.auteur_texte{
 background:#cea;
 width:40%;
 color:blue;
 font-size:medium;
 text-align:right;
}
/* pages en construction */
p.construction {
 background:#ff0;
 margin-left:5%;
 margin-right:5%;
 font-size:large;
 text-align:center;
}
/* caractéristiques liens emails ou web 
.mailto {
font-size: 12pt;
font-weight: bold;
text-align: center;
margin: 5px;
padding: 0;
}
*/