html,body {
	height: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	/*
	margin: 10px;
	_margin: 20px 0 0 0;
	*/
}

body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	background-color: #a60032;
	
  scrollbar-arrow-color:#A60032;
  scrollbar-3dlight-color:#A60032;
  scrollbar-highlight-color:#A60032;
  scrollbar-face-color:#8B042D;
  scrollbar-shadow-color:#6C0322;
  scrollbar-darkshadow-color:#6C0322;
  scrollbar-track-color:#A60032;	
}


#content {
	position: relative;
	width:980px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #3f0415;
	background-color: #6c0322;
}


/* Logo + Menus	*/


#logo {
	width: 158px;
	height: 124px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/marche-creation.gif) left top no-repeat;	
}
#logo h1 {
	display: none;
}
#logo a {
	display: block;
	position: relative;
	top: 10px;
	left: 20px;
	width: 110px;
	height: 100px;
}


#menuTop {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent url(../img/bg-persos.gif) right bottom no-repeat;	
}

#menuTop ul {
	position: absolute;
	right: 14px;	
	padding: 0;
	margin: 0;
}
#menuTop div#lg {
	position:relative;
	top:24px;
    right:16px;
	padding: 0;
	margin: 0;	
}
#menuTop div#lg a {	
    display:inline;
}
#menuTop div#lg a:hover {	
    text-decoration:none;
    border:none;
}
#menuTop div#lg a img {	
    filter:alpha(opacity=65);
    opacity: 0.65;    
}
#menuTop div#lg a#current img {	
    filter:none;
    opacity: 1;       
}

#menuTop ul li {
	list-style-type: none;
}

#menuTop li {
	float: left;
	padding: 6px 2px;
}

#menuTop h2, h3 {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#menuTop h2 {
	color: #f24d7e;
}
#menuTop h3 {
	color: #e8e2dc;
}

#menuTop a {
	display: block;
	color: #e8e2dc;
	text-decoration: none;
}

#menuTop a:hover {
	color: #f24d7e;
	text-decoration: none;
	border-bottom: 1px dotted #f24d7e;
}

#menuTop a.panier {
	display: block;
	padding-right: 24px;
	background: transparent url(../img/pict-panier.gif) right 50% no-repeat;	
}

#menu ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

#menu ul li {
	font-size: 11px;
	font-weight:bold;
	list-style-type: none;
}

#menu li {
	float: left;
	width: 200px;
	border-right: 3px solid #6c0322;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	background: #b1003a;
}
#menu a:hover {
	color: #fff;
	text-decoration: none;
	background: #fd1964;

}
#menu h2 {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 4px 0 4px 14px;

}

#fond {
	background: transparent url(../img/bg.gif) left top repeat-y;	
}


#footer {
	height: 88px;
	background: transparent url(../img/bg-footer.gif) right top no-repeat;	
}

#footer ul {
	padding: 40px 0 0 20px;
	margin: 0;
	_padding-top: 30px;
}

#footer ul li {
	list-style-type: none;
}

#footer li {
	float: left;
	padding: 6px 12px 0 0;
}

#footer h1, h3 {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#footer h1 {
	margin-right: 30px;
	color: #bc0445;
}
#footer a.copy:hover {
	color: #bc0445;
	text-decoration: none;
	border: none;
}

#footer h3 {
	padding-left: 10px;
	background: transparent url(../img/puce-footer.gif) left 50% no-repeat;	
	color: #e8e2dc;
}

#footer a {
	display: block;
	color: #e8e2dc;
	text-decoration: none;
}

#footer a:hover {
	color: #bc0445;
	text-decoration: none;
	border-bottom: 1px dotted #bc0445;
}

#footer li.last {
	float: right;
}
#footer a.membres {
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	margin:0;
	padding: 0 5px 0 21px;
	background: transparent url(../img/bg-membres.gif) left 50% no-repeat;	
}
#footer a.membres:hover {
	border: none;
}

div#top {
  text-align:right;
  padding: 0;
  margin: 6px 12px 0 0;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;  
}

div#top a, div#top a:hover {
	color: #bc0445;
	text-decoration: none;
	border: none;
}

#colleft {
	background: transparent url(../img/bg-col-left.jpg) left top repeat-y;	
}

