#menu
{
    border: none;
    width: 798px;
}

.body_accueil
{
    padding: 0px;
    margin: 0px;
    background-image: url(   'brick.jpg' );
    background-repeat: repeat-y;
    background-attachment: fixed;
    width: 800px;
    position: absolute;
    font-family: 'Comic Sans MS';
    font-size: 11pt;
}

.contenu_accueil
{
    padding: 8px 16px 8px 4px;
    left: 168px;
    width: 620px;
    text-align: justify;
    position: absolute;
    border: none;
    text-indent: 25px;
}

.body_cahier
{
    padding: 0px;
    margin: 0px;
    background-image: url( 'papier2.png' );
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 800px;
    position: absolute;
    font-family: 'Comic Sans MS';
    font-size: 12pt;
    line-height: 27px;
}

.entete1_cahier
{
    padding: 8px;
    left: 120px;
    width: 665px;
    text-align: center;
    position: absolute;
}

.contenu_cahier
{
    padding: 8px 16px 8px 4px;
    left: 120px;
    width: 665px;
    text-align: justify;
    position: absolute;
}

.body_general
{
    padding: 0px;
    margin: 0px;
    background-image: url( 'notebook1.png' );
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 800px;
    position: absolute;
    font-family: 'Comic Sans MS';
    font-size: 11pt;
}

.entete1_general
{
    padding: 8px;
    left: 50px;
    width: 730px;
    text-align: center;
    position: absolute;
}

.entete2_general
{
    border: blue thin solid;
    width: 640px;
    text-align: left;
    position: absolute;
}

.contenu_general
{
    padding: 8px 16px 8px 4px;
    left: 60px;
    width: 730px;
    text-align: justify;
    position: absolute;
}

#footer
{
    position:relative;
    margin-top: 60px;
    width: 620px;
    height: 45px;
    left: 5px;
    top: 11px;
    font-weight: normal;
    font-size: 8pt;
    text-align: center;
}

h1
{
    font-size: 18pt;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 6px;
    text-indent: 8pt;
    text-decoration: underline;
}

h2
{
    font-size: 16pt;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 4px;
    text-indent: 12pt;
    text-decoration: underline;
}

h3
{
    font-size: 12pt;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 6px;
    text-indent: 20pt;
}

h4
{
    font-size: 10pt;
    margin: 25px 0 10px 0;
}

a
{
    text-decoration: none;
    color: navy;
}

a:hover 
{
    text-decoration: underline;
    color: #286ea0;
}

li
{
    margin-bottom: 8px;
}

input
{
    color: blue;
    background-color: silver;
    text-align: center;
    font-size: 10pt;
    font-weight: bolder;
    cursor: pointer;
}

.bloc0
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

.bloc1
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    font-weight: bold;
    color: blue;
    font-style: italic;
}

.bloc2
{
    border-right: silver thin solid;
    border-left: silver thin solid;
    color: black;
}

.bloc3
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    padding-right: 4px;
}

ul
{
    margin-top: 4px;
    margin-bottom: 6px;
}

.titre2
{
    color: navy;
    text-decoration: underline;
}

.titre3
{
    color: Gray;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.button1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    font-variant: small-caps;
    float: right;
    cursor: pointer;
    width: 25px;
}

hr
{
    color: Blue;
    background-color: #0000FF;
}

#annonce
{
    left: 2px;
    position: absolute;
    top: 250px;
    width: 120px;
    text-align: center;
    height: auto;
    background-color: transparent;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    color: white;
}

#citation
{
    left: 2px;
    position: absolute;
    top: 980px;
    height: auto;
    width: 120px;
    font-style: italic;
    text-align: center;
    background-color: transparent;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    color: white;
}

.blurul
{
    width: 500px;
}
img
{
    margin-bottom: 4px;
}

