    html, body {
        margin:0;
        padding:4px;
        background-color: #979797;
        text-align: center;
        font-family:helvetica,arial,"sans-serif";
        font-size:0.85em;
		/*test*/
     }
     
    div#global {
        width:776px;
        margin: 0 auto 0 auto;
        border: 1px solid #000;
        background-color:#BDBDBD;
     }
     
    div#header {
        position:relative;
        margin:0;
        background: url("../images/header.jpg") no-repeat top left;
        width:776px;
        background-color:#BDBDBD;
        height:200px;
        padding:0;
     }
     
    ul#menu {
        position:relative;
        top:172px;
        width:776px;
        margin:0;
        height:24px;
        padding:0;
        text-indent:none;
        text-align:center;
     }

    ul#menu li {
        padding:4px 0 4px 0;
        margin:1px;
        text-align:center;
        width:153px;
        float:left;
        list-style-type:none;
        background-color:#000;
        color:#BDBDBD;
        font-weight:bold;
     }

    div#content {
        margin:0;
        min-height:800px;
        height:800px;
        width:100%;
        background-color:#BDBDBD;
        background-image: url("../images/footer.jpg");
        background-repeat:  no-repeat;
        background-position : bottom left;
     }
     
    h1 {
        padding:4px 0 4px 0;
        margin:0 0 5px 0;
        background-color:#000;
        font-weight:bold;
        font-size:1.2em;
        text-transform:uppercase;
        color:#bc720f;
     }

    img.floatImg {
        float:left;
        margin-right:4px;
    }

    div#content p {
        text-align:justify;
        line-height:1.5em;
        font-size:0.85em;
        margin:0;
    }
     
    .half {
     float:left;
     width:367px;
     margin:10px;
     overflow:hidden;
     border-bottom : 1px solid #000;
     padding-bottom:3px;
     }
    
    .full {
     width:755px;
     margin:5px;
     overflow:hidden;
     clear:both;
     padding:5px;
     padding-bottom:3px;
     border-bottom : 1px solid #000;
     }

    a.gen {
        display:block;
        width:100%;
		font-size: 0.9em;
        text-align:center;
        color: #000;
        font-weight:bold;
        background-color:#000;
        color:#BDBDBD;
        padding:2px 0 2px 0;
        text-decoration:none;
        background-image: url("../images/puce.gif");
        background-repeat:  no-repeat;
        background-position : 10px;
        text-transform:uppercase;
    }
    
    a.gen:hover {
        color:#bc720f;
        background-image: url("../images/puce_hover.gif");
    }

    a.thumb {
        display:inline;
        border:none
        background:none;
        padding:0;
        width:85px;
        text-align:center;
        text-decoration:none;
    }


    a.thumb:hover {
        color:#bc720f;
        background-image: url("../images/puce_hover.gif");
     }
     
    strong {
        font-size:1.1em;
     }

    .scroll {
        height:350px;
        overflow:auto;
    }
    
    ul#gallery {
        margin:0;
        padding:0;
        text-indent:none;
        text-align:center;
     }

    ul#gallery li {
        margin:3px;
        text-align:center;
        float:left;
        list-style-type:none;
     }
     
     a img {
        border:none;
     }
	 
	 th {
	 	font-size:0.9em;
		font-weight:bold;
		text-align:left;
	 }
