body {
    font: 11px Verdana, Arial, Helvetica, sans-serif; 
    color: #ffffff; 
    background-color: #000000;
}

h1, h2, h3 {
    font-size : 16px;
    color:#ff0000;
}

h4 {
    font-size : 14px;
}

hr {
    width:100%;
    color:red;
    size:1;
}

a {
    color:red;
    text-decoration : none;
    font-size : 11px;
    cursor : pointer;
}

p, li, b, span, ul {
    font-size : 11px;
}

img {
    border:none;
}

table {
    background-color: #000000;
}

table.menu {
    position:relative;
    top:-17px;
    list-style:none;
    text-decoration:none;
}

table.menu td {
    text-align : center;
    height: 23px;
    width: 130px;
    background-image : url('./img/menucenter.jpg');
    background-repeat : repeat-x;
}

table.menu a {
    padding-top:8px;
    padding-bottom:10px;
    font-size : 11px;
    font-weight : bolder;
    letter-spacing : 1px;
    text-decoration:none;
    color : #ffffff;
}

table.footer a {
    color:white;
}

li {
    color: white;
    font-weight:bold;
    font-size : 11px;
}

div.error {
    color:#ff0000;
    border:2px solid red;
    background-color:#ffaaaa;
    margin-bottom:10px;
    ont-weight:bold;
}

div.homebloc {
    text-align:justify;
    font-size : 11px;
}

div.presentation {
    display: none;
    visibility: hidden;
}

div.video, div.photos {
    display: none;
    visibility: hidden;
}


div.powerpoint {
    width: 500px;
    height: 300px;
    background-color:#cccccc;
    color: black;
    text-align:left;
    padding: 10px;
    font-size: 14px;
}

div.powerpoint a.titre {
    font-size: 26px;
}

div.powerpoint li {
    color: black;
}

div.sitemap {
    text-align:left;
    padding-left:200px;
}

div.sitemap ul {
    margin-top:0px;
    margin-left:50px;
}
div.sitemap ul li {
    list-style-image: url(./img/li.gif);
    margin: 0px;
    padding: 0px;
    height: 20px;
    vertical-align: bottom;
}

a.options {
   cursor: pointer;
}

div.presse {
    background-image:url('./img/dossier.jpg'); 
    background-repeat: no-repeat;
    height: 50px;
    padding-top:10px;
    padding-left:15px;
    color:white;
}
