h1
{
text-align : center;
color: blue;
}
body
{
background-color: yellow;
}
p
{
font-weight : bold;
}
strong
{
font-size : 120%;
font-weight : bold;
color: red;
background-color: white;
border: 2px dotted red;
}
#connaissance
{
text-align : center;
font-size : 150%;
font-weight : bold;
font-style: italic;
color: blue;
}
#soustitre
{
text-align : center;
font-size : 200%;
font-weight : bold;
font-style: italic;
color: green;
text-decoration: underline;
}

a:active
{
background-color: lime;
}
a:hover
{
color: red;
font-weight: bold;
}
#MonCalque2 {
        position: absolute;
        top: 200px;
        left: 200px;
        background-color : #fff;
        border : 4px double #000;
        }
      #veut {
        margin : 0;
        font-family : Arial, Helvetica, sans-serif;
        color : #fff;
        background-color : #0131b4;
        border-bottom : 1px solid #fff;
        }
      #ferme {
        margin : 0;
        padding : 1em;
        background-color : #7cfc00;
        border : 1px solid #f00;
        }