.ind {background-image: url("fond.jpg");
      background-repeat: no-repeat;
      background-position: 50% 41px;
      background-color: powderblue;}
.pri {background-color: LightCyan;}
.sec {background-color: LightYellow;}

h1 {color: #000080;
    text-align: center;
    font-size: 160%;
    font-weight: 700;
    border-bottom:2px solid #000080;
    }

h2 {color: #288BF0;
    text-align: center;
    font-size: 120%;
    font-weight: 500;
   }

h3 {color: #288BF0;
    text-align: center;
    font-size: 100%;
    font-weight: 700;
   }

h4 {color: #000000;
    font-family:"palatino linotype";
    line-height: 85%;
    text-align: center;
    font-size: 120%;
    font-weight: 500;
   }

h5 {font-family:arial, sans-serif;
    color: #000000;
    text-align: center;
    font-size: 90%;
    font-weight: 500;
   }

h6 {font-family:arial, sans-serif;
    color: #FF0000;
    text-align: center;
    font-size: 60%;
    font-weight: 100;
   }


p  {text-align: center;
   }

legend {color: #FF0000;
        font-size: 20px;
        font-weight: 400;
       }

li {font-size: 120%;
    font-weight: 400;
   }

.zoom img:hover {
                 height:400px;
                 }


input[type=submit] {padding: 5px 15px;
                    font-size: 14px;
                   }

input[type=text] {padding: 5px 15px;
                  font-size: 14px;
                 }

input[type=number] {padding: 0px 0px; width: 75px;
                  font-size: 14px;
                 }


input[type=password] {padding: 5px 15px;
                      font-size: 14px;
                     }	