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

*{
margin:0;
padding:0;
border:0;
font-family:Century Gothic,Arial,sans-serif;
font-size:13px;
}

body{
background:#d1cfd0;
}

#listeTop{
position:relative;
width:100%;
height:18px;
margin-top:80px;
background:url("interface/listeTop.jpg");
}

#listeCentre{
position:relative;
width:100%;
height:489px;
background:#000000;
overflow:auto;
overflow-x:scroll;
overflow-y:hidden;
overflow : -moz-scrollbars-horizontal; 
white-space:nowrap;
}

		#listeCentre img{
		margin-right:1px;
		}

#listeCentreContact{
position:relative;
width:100%;
height:489px;
overflow: hidden;
}

		#contact{
		position:absolute;
		top:120px;
		left:50%;
		width:352px;
		height:155px;
		margin-left:-176px;
		overflow: hidden;
		background:url('interface/fondContact.gif');
		}

				#contactIn{
				width:300px;
				height:100px;
				margin: 30px 0 0 26px;
				color:#7b7b7b;
				}


#listeBottom{
position:relative;
width:100%;
min-height:18px;
padding-top:10px;
height: auto !important;
height:18px;
background:url("interface/listeBottom.jpg") repeat-x;
text-align:center;
color:#767676;
}

		a{
		color:#767676;
		font-weight:bold;
		margin-right:3px;
		text-decoration:none;
		}

		a:hover{
		color:#000000;
		font-weight:bold;
		margin-right:3px;
		text-decoration:none;
		}
		
		#listeBottom ul{
		display:inline;
		}

		#listeBottom li{
		display:inline;
		}