body {
        font-family: sans-serif;
        font-size: 100%;
         margin: 2em;
         margin-right: 20%;
         margin-left: 10%;
/*         background-color: #CCFFFF; */
	width: 900px;
/*	background-image: url(fond.jpg); */
/*	background-repeat: no-repeat; */
}

.accueil {
    height: 370px;
    width: 900px;
    background-image: url(fond_2.jpg);
    background-repeat: no-repeat;
    background-position: center
}

h1 {
        font-size: 2em;
        font-family: serif;
        color: #660000;
/*         border-width: thick; */
/*         border-style: double; */
/*         border-color: #CC0000; */
/*        text-align: center; */
}
h2 {
        font-size: 1.6em;
        font-family: serif;
        color: #660099;
/*         border-width: medium; */
/*         border-style: solid; */
/*         border-color: #CC0099; */
        margin-right: 50%;
}
h3 {
        font-size: 1em;
        font-family: serif;
        color: #000000;
/*      border-width: thin;
        border-style: dashed;
        border-color: #CC00FF; */

}
h4 {
        font-size: 0.8em;
        font-family: sans-serif;
        color: #000000;
/*      border-width: thin;
        border-style: dashed;
        border-color: #CC00FF; */

}
a {
    color: #660000;
    text-decoration: none;
}
a:hover {
    color: #006600 ;
    text-decoration: none;
}
