body
	{
	margin-top:10px;
	width:700px;
	background-image:url(../images/fond.png);
	background-repeat:no-repeat;
	}

.footer
	{
	position:absolute;
	top:800px;
	left:0px;
	width:700px;
	font-size:12px;
	color:#FF7B00;
	}

.footer a
	{
	color:#FF7B00;
	}

.arriere
	{
	position:absolute;
	top:230px;
	left:50px;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	z-index:10;
	}

.photo
	{
	position:absolute;
	top:230px;
	left:50px;
	z-index:20;
	}

.article
	{
	position:absolute;
	top:230px;
	left:110px;
	width:540px;
	height:450px;
	overflow:auto;
	font-family: 'Autour One', cursive;
	font-size:smaller;
	z-index:50;
	}

.contact
	{
	position:absolute;
	top:700px;
	left:50px;
	width:600px;
	text-align:center;
	font-family: 'Autour One', cursive;
	font-size:smaller;
	z-index:50;
	}

h1
	{
	position:absolute;
	top:65px;
	left:50px;
	width:600px;
	text-align:center;
	font-family: 'Sofadi One', cursive;
	z-index:30;
	}

/* Styles for the entire LavaLamp menu */        
.lavaLamp {
    position: relative;
    height: 29px; width: 660px;
    background: url("../images/bgmenu.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* 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: url("../images/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px; 
            }
        /* Styles for each menu-item. */    
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none; 
            text-transform: uppercase;
            font: normal 11px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px; 
            z-index: 10; letter-spacing: 0; 
            float: left; display: block;
            margin: auto 7px;    
        }
