
body
{
background-color: rgb(151,144,136);
font-family:   Georgia, Comic Sans MS, Verdana, sans-serif;  
margin: auto;
}
header
{
color: white;
text-align : center;
}
h3
{
color : rgb(87,80,73);
text-align:center;
margin-top:0em;
}
h4
{
 color : rgb(80,73,66);
}
			/*navigation*/
ul, li
{
list-style-type: none;
}
nav
{
font-size :large;
}
nav a
{
text-decoration :none;
color : white;
}
			/* liens */
#trappe
{display:none;}
a
{
color : white;
}
a:visited 
{
color : rgb(225,225,225);
}

nav h2  		/*  texte  " galerie "   */
{
color : rgb(87,80,73);
}
#menu-fin 
{
font-size:smaller;
}	
			/* mise en page générale */
h2, #images	 /*aligne sur le haut*/
{
display : inline-block;
vertical-align : top;
}
			/* Accueil */
p
{
color : rgb(62,55,48);
text-align : center;
}
				
			/*   images dans la galerie */

#gal_grande_im	/* grande image ds gal_grande_im.php et JH-ecrits.php*/
{
/* max-height :600px;   caluler  le rapport et régler dans gal_grande_im.php */
}
#legende1
{
color : rgb(215,215,215);
text-align:center;
}
#vendre
{
color : rgb(95,95,95);
font-style:italic;
font-size:smaller;
}
			/* choix */
#ens_choix_theme
{
text-align:center;
padding-bottom:1em;
}
			/* formulaire suivant précédent */
#suiv-prec
{
text-align:center;
}
.btn_suiv_prec
{
background-color:rgb(171,164,156);
color : rgb(72,65,58);
border:none;
border-radius:10px;
cursor: pointer; 
margin-left: 7px;
padding:2px;
}
#page_actuelle
{
border: 2px rgb(194,189,186) solid;
}
input.btn_suiv_prec:hover
{
border: 2px rgb(92,85,78) solid;
}
			/* dessin */

#dessin-ouverture
{
padding-left: 1em;
}
.dessin-ouv-ens
{
max-height:150px;
}
.dessin-ouv-lien
{
display: inline-block;
text-decoration:none;
vertical-align:top;
border:1px rgb(215,215,215) outset;
border-radius:10px;
}

.dessin_ds_galerie /*utilisée aussi ds choix aff petites images */
{
display: inline-block;
padding-bottom:2%;
}
.dessin-vrac
{
display: inline-block;
padding:5px;
border: 10px rgb(160,153,145) solid;
}
.catalogue
{
display: inline-block;
height: 50px;
border: 5px rgb(160,153,145) solid;
}
			/*  textes  ds JH-ecrits et gal */
.intro
{
color : rgb(62,55,48);
text-align:left;
text-indent:2em;
margin:0px;
}
#pied
{
margin-bottom:0px;
}
footer
{
text-align : center;
}

