/*----------------------------------------------------------------
						GENERAL
-----------------------------------------------------------------*/

body{
	background-color:#1e1e1e;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:11px;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	text-align:justify;
}

img {
	border :0; 
}

.clear{
	clear:both;
}

a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
}

h1{
    margin:0;
	font-size:24px;
	color:#009ee0;
}

h4{
    margin:0;
	font-size:11px;
	color:#009ee0;
}

h3{
    margin:0;
	font-size:18px;
	color:#ffffff;
}

/*----------------------------------------------------------------
						ENTETE
-----------------------------------------------------------------*/

#header{
	width:930px;
	height:89px;
	margin:auto;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

#menu{
	float:left;
	margin-left:310px;
	margin-top:40px;
}
	
/*#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
	
#menu li{
	display:inline;
}
	
#menu a:link, #menu a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	display:block;
	float:left;
}
	
#menu a:hover, #menu a:active {
	color:#1e1e1e;
	background:url(../images/over.gif) no-repeat;
}
	
#menu ul li span{
	display:block;
	padding:7px 10px 5px 10px;
}
	
#menu ul li a:hover span{	
    background:url(../images/overbreak.gif) no-repeat top right;
}*/

/*----------------------------------------------------------------
						MENU
-----------------------------------------------------------------*/

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; 
	width: 650px;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background-color: #009ee0;
            width: 9px; 
			height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background-color: #009ee0;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; 
			overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 18px arial;
            color: #fff; 
			outline: none;
            text-align: center;
            height: 30px; 
            z-index: 10; 
			letter-spacing: 0;
            float: left; 
			display: block;
            margin: auto 10px;
        }


/*----------------------------------------------------------------
						CONTENU
-----------------------------------------------------------------*/

#content{
	width:900px;
	margin:auto;
}

#big{
	width:886px;
	height:334;
	margin:auto;
}

#centre{
    width:850px;
	margin:auto;
}

.travaux{
	margin-top:30px;
	width:850px;
	margin:auto;
}

/*----------------------------------------------------------------
						FOOTER
-----------------------------------------------------------------*/

#footer{
	clear:both;
	height:150px;
    background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
}

