
html,body {   
	text-align: center; /* pour corriger le bug de centrage IE */
	padding:0px;
	color:#000;  
	font-family : Trebuchet MS,Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-size:100%;
	margin:0;
	background:#fff url(vendu.gif) ;
}

/* Aucune bordure sur les images */
img {
	border:none;
	
}


/* Pas de décoration par défaut sur les liens */
a {
	text-decoration:underline ;
	color:#55534F;
}

.nodecor {

	text-decoration:none;
}

/* Div global pour centrage global... */
#global {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  width:820px;
  /*height:80%;*/
  font-size:80%;  
  min-width : 820px;
  text-align: left; /* on rétablit l'alignement normal du texte */  
  
}

#sep {
	height:10px;
	background-color:#fff;
	
}

.clear {
	clear:both;
}


/* Header ----------------------------------------- */
#header {
	margin-top:5px;
	border-left:2px solid #DFD9D0;
	border-top:2px solid #DFD9D0;
	border-right:2px solid #DFD9D0;
	display:block;
	position:relative;
	width:100%;
	height:100px;
	/*border-bottom:1px dotted #927B76;*/
	background:#F5EBDE ; /*url(logo.jpg) no-repeat  ;*/
  	/*margin-bottom:15px;*/
  
  /*border-bottom:2px solid #DFD9D0;;*/	
  	
  	
}




#main {
	position:relative;
	width:800px;
	border-top:2px solid #DFD9D0;
border-left:2px solid #DFD9D0;
border-right:2px solid #DFD9D0;
border-bottom:2px solid #DFD9D0;		
	background:#F1F2FF;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	
	
	
}


h2 {
	
	color:#374E80;
	border-bottom:4px solid #800710;
	
}


h4 {
	border:1px dotted #800710;
	
}

h5 {
	background-color:#8484FF;
	color:#FFFFBF;
	font-size:100%;
	
}


#footer {
	width:100%;	
	/*border-top:1px solid #927B76;*/
	 
	border-right:5px solid #FFF;
	text-align:right;
	padding-top:3px;
	background-color:#FFF;
	
}



.box {
	
	position:absolute;
	top:35px;
	right:5px;
	height:78px;
	left:405px;
	padding:2px;
	border:1px solid gray;
	font-size:80%;
	background-color:#FAFAFA;
	color:#800710;	

}
.box > div {
	padding-left:2px;
	
}

.box > div >  b {
	text-decoration:underline;
}

.fleft  {
	padding-top:5px;
	float:left;
	padding-right:5px;	
	
}

.fright  {
	padding-top:5px;
	float:right;
	padding-left:5px;
	padding-bottom : 5px
}



#menu {
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;
	border-bottom:2px solid #FF9700;
	margin-top:5px;
  font-size:93%;
  line-height:normal;
  font-family : Verdana,Arial, Helvetica, Geneva, sans-serif;
}

#menu ul {
	margin:0;  
	line-height:20px;
	padding:0px 0 0 0;
	list-style:none;
	margin-left:155px;
}
#menu li {
	float:left;
	background:url(leftb.gif) no-repeat left top;
	opacity:.80;
	margin:0;
	padding:0px 0 0px 9px;
	
}
#menu a {
	float:left;
	display:block;
	background:url(rightb.gif) no-repeat right top;
	padding:0px 15px 0px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
	color:#333;
	border:0;
	opacity:1;
}
#menu li:hover {
	color:#333;
	border:0;
	opacity:1;
}

/* l'item courant du menu ------------------------ */
#menu #current {
	opacity:1;
	background:url(leftb_current_orange.gif) no-repeat left top;
}


#menu #current a {
	background:url(rightb_current_orange.gif) no-repeat right top;
	color:#333;
}

.note {
font-size:90%;
color:gray;

}

.prix {

	display:block;
	position:absolute;
	top:0;
	right:0;
	padding:4px;
	border:12px solid #CEF7B0;

}

.dispo {

	display:block;
	position:absolute;
	top:0;
	left:0;
	color:gray;
	font-size:90%;
	padding:2px;
	

}
