html, body {
	height: 100%; 
}
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
	color: #F0E39E;
	background: #000000;
}
#global {
	background: transparent url(fond.png) no-repeat center top;
	min-height: 100%;
	width: 900px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
/* Contenu */
#contenu {
	display: block;
	width: 900px;
	
	margin: 0;
	margin-left: -2px!important;
	margin-right: 0px;
	padding: 0;
	color: #e96692;
	}
#contenu p {
	text-align : center; 
	padding-top: 100px;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 2px;
	line-height: 1.7;
}
/* --------------------------------------Menu */
#menu {
	position: relative;	/* positionnement pour IE5 et IE5.5 */
	display: block;
	width: 900px;
	height: 150px;
	margin-left: auto; 
	margin-right: auto; 
}

a.menu2 { background-image: url('marchand.png'); display: block; width: 600px; heigth:132px; }
a.menu2:hover { background-image: url('marchand_off.png') }

#vit {
	position: relative;	/* positionnement pour IE5 et IE5.5 */
	display: block;
	width: 900px;
	height: 25px;
	margin-left: auto; 
	margin-right: auto; 
}
#vit p{
	text-align : center; 
	padding: 0;
	line-height: 1.7;
}
#vit a {
	color: #cc9999;
	text-decoration: none;
}
#vit a:hover, #menu a:focus {
	color: #993366;
}

#pied {
	display: block;
	width: 900px;
	height: 25px;
	margin: 0;
	margin-left: -2px!important;
	margin-right: 0px;
	background: transparent;		
	font-size: .7em;
	padding: 0px 5px;
	}
#pied p {
	text-align : center; 
	padding: 0;
	color: #666600;
	text-decoration: none;
}
#pied a {
	color: #666600;
	text-decoration: none;
}
#pied a:hover, #pied a:focus {
	text-decoration: underline;
	color: #993366;
}
