﻿
        body {
            background-image: url('./bgBlink.gif');
            color: White;
            font-family: Verdana, Arial;
        }
        #main {
            margin:auto;
            width:800px;
            
        }
        img {
	border: none;
}

        #content {
       /* margin-top: 20px;
            width: 780px; */
            margin:20px 0 0 40px;
            background-color: Black;
        }
        .imageMenu
        {
            position: relative;
            width: 800px;
            height: 200px;
            overflow: hidden;
        }
        .imageMenu ul
        {
            list-style: none;
            margin: 0px;
            display: block;
            height: 200px;
            width: 1000px;
        }
        .imageMenu ul li
        {
            float: left;
        }
        .imageMenu ul li a
        {
            text-indent: -1000px;
            background: #FFFFFF none repeat scroll 0%;
            border-right: 2px solid #fff;
            cursor: pointer;
            display: block;
            overflow: hidden;
            width: 150px;
            height: 200px;
        }
        .imageMenu ul li.bienvenue a
        {
            background-image: url('./spot_accueil.jpg');
        }
                .imageMenu ul li.partners a
        {
            background-image: url('./spot_partenaires.jpg');
        }
                .imageMenu ul li.galerie a
        {
            background-image: url('./spot_galeriephotos.jpg');
        }
                .imageMenu ul li.events a
        {
            background-image: url('./spot_events.jpg');
        }
                .imageMenu ul li.contact a
        {
            background-image: url('./spot_contact.jpg');
        }
        .headText {
            text-align: center;
            font-size: 22px;
            font-weight: bold;
        }
        #logo {
            text-align: center;
        }
