﻿body {
    background-color: #123;
    color: burlywood;
    font-size: 15px;
   /* height: auto;*/
    padding-bottom: 40px;
   /* background-attachment: fixed;*/
}

a {
    color: #11ee11;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h4 {
    width: 950px;
    margin: auto;
    padding-top: 30px;
    text-align: Left;
    font-family: verdana, sanserif;
    font-size: 12px;
    font-style: initial;
    color: #66FFFF;
    /*color: cornflowerblue;*/
}

h2 {
    width: 950px;
    margin: auto;
    padding-top: 30px;
    text-align: center;
    font-family: verdana, sanserif;
    font-size: 18px;
    font-style: initial;
    color: #66FFFF;
    /*color: cornflowerblue;*/
}


h3 {
    width: 950px;
    margin: auto;
    padding-top: 30px;
    text-align: left;
    font-family: verdana, sanserif;
    font-size: 15px;
    font-style: initial;
    color: #66FFFF;
    /*color: cornflowerblue;*/
}

h3.lien {
    width: 950px;
    margin: auto;
    padding-top: 30px;
    text-align: center;
    font-family: verdana, sanserif;
    font-size: 15px;
    font-style: initial;
    color: #66FFFF;
    /*color: cornflowerblue;*/
}

p {
    border: 0px;
    width : 950px;
    margin:auto;
    overflow: hidden;
    font-family: verdana, sanserif;
    font-size: 12px;
	font-style: normal;
	font-weight : normal;
    color: bisque;
    padding: 0px 0;
    text-align: justify;
}

p.evid {
    border: 0px;
    display:block;
    margin-left: auto;
    margin-right:auto
    overflow: hidden;
    font-family: verdana, sanserif;
    font-size: 15px;
    color:clYellow;
    padding: 0px 0;
    text-align: center;
}

ol {
    width: 950px;
    list-style-type: decimal;
    list-style-position: outside;
    margin: auto;
    font-family: verdana, sanserif;
    font-size: 12px;
    color: bisque;
}

ul {
    /*width: 950px;*/
    
    margin-left: 30px;
    font-family: verdana, sanserif;
    font-size: 15px;
    color: mintcream;
}

img { border-radius: 8px;}

.button {
    background-color: #333;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    color: #c0c0c0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
}

img.centr {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#main {
    width: 1000px;
    height: auto;
    border-style: none;
    color: burlywood;
    display: flex;
    justify-content: center;
}

    #main div {
        padding-left : 100px;
        width: 900px;
      /*  margin-left auto;
        margin-right : auto;
        height: auto;*/
        text-align: justify;
    }

    #main img {
        margin: 25px 0px 0px 30px;
        /* border-style: dotted solid double dashed;
        border-width: thick;*/
        float: right;		
    }