body { 
        margin: 0 ; 
        padding: 0 ; 
        background-image:url(../images/bg4.jpg); 
        background-position: top center; 
/*        background-repeat:no-repeat; */
		background-attachment:fixed;
        text-align: center ; 
/*		background-color:#000;*/
} 

#menu { 
/*        text-align: left ; */
        position:absolute; 
        left: 50%; 
        background-color: #fff; 
        top: 50%; 
        width: 350px; 
/*        height: 450px; */
		height: auto;
        margin-top: -160px; /* moitié de la hauteur */ 
        margin-left: -175px; /* moitié de la largeur */ 
/*        border: 1px solid #000; */
        -moz-opacity:0.5; 
        opacity: 0.5; 
        filter:alpha(opacity=50); 
} 

#menu p{
	color:#353946;
/*	background-color: #4D555B; */
	padding:0;
	margin:0;
}


/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
#menu ul{ 
        margin: 0; 
        padding: 0; 
        list-style-type: none; 
		text-align:left;
} 

#menu li { 
        margin: 0 0 0em 0; 
} 

#menu a{ 
        display: block; 
		font-family:Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Book Antiqua", Times, "Times New Roman", serif;
        color: #000; 
/*		color: rgb(53,36,18);*/
		font-size: 70px;
/*        background-color: #036; */
/*		background-color: #4D555B; */
		background-color: #aaa;
        width: 330px; 
        height: 80px;
        padding: .em .em; 
		padding-left:20px;
        text-decoration: none; 
        border-bottom: 0px solid #000; 
} 

#menu a.not{ 
        color: #555;
		font-style: italic;
}

#menu a:hover{ 
/*        background-color: #369; */
        color: #FFF;
} 

