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;
}			
ul, li		/*navigation*/
{
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;
}
p
{
color : rgb(62,55,48);
text-align : center;
}
			/*   contact et livre d'or   */
#ctc-form
{
background-color:rgb(170,170,150);	
border:3px rgb(110,50,15) outset;	/* 110,50,15  164,157,149   179,137,81 */
border-radius:10px;
padding:3%;
}
.ctc-err
{
color:rgb(110,50,15);
}
#ctc-envoi
{
border:3px rgb(110,50,15) outset;
font-size:1.3em;
border-radius:10px;
padding-left:10px;
padding-right:10px;
margin-left:50%;
margin-top:1em;
}
#ctc-adremail
{
margin-left:8%;
}
#ctc-mess
{
min-height:20%;
}
#ldo-lien
{
text-decoration:none;
border:1px rgb(55,52,49) solid;
border-radius:10px;
background-color:rgb(156,149,141);
color:rgb(55,52,49);
padding-left:5%;
padding-right:5%;
display:inline-block;
margin:1em;
}
.ldo-nom
{
background-color:rgba(0,0,0,0);
color : rgb(225,225,225);
margin-left: 15%;
margin-top:2%;
padding:2%;
}	
.ldo-mess
{
background-color:rgba(0,0,0,0);
color : rgb(72,65,58);
margin-left: 5%;
padding-left:1%;
overflow:auto;
margin-right:4%;
}
.ldo-separ
{
display:inline;
margin-left:30%;
}
#pied
{
margin-bottom:0px;
}
footer
{
text-align : center;
}

