@CHARSET "ISO-8859-1";

.autotour
{
  position: relative;
	margin: 10px 5px 15px 5px;
  text-align: left;
  font-size: 12px;
  color: #000000;
  /*border: 1px solid #ff0000;*/
}

.autotour_title
{
  position: absolute;
  top: 0px;
  left: -120px;
  width: 100px;
  padding: 3px;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

.autotour_data
{
	top: 0px;
	left: 0px;
	padding: 3px;
  text-align: left;
  font-size: 12px;
}

img.title_image
{
  border: 1px ridge #4f4f00;
}

#explain_area
{
  position: relative;
  z-index: 0;/*Hack IE7 pour que les dropdown menu s'affiche par dessus la zone de preview!!!*/
             /*RMQ: Dans le même temps, la zone (headers) contenant le sous-menu est initialisée avec z-index: 1 !!*/
  width: 100%;
  height: 125px;
  margin: 0px;
  border-top: 4px solid #b5ac8d;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px; 
  background-color: #e6e1bf;
}

#explain_info
{
	position: absolute;
	left: 2px;
	top: 2px;
	width: 145px;
	height: 125px;
	border-right: 1px solid #d0cab6;
	margin: 0px 3px 3px 3px;
	text-align: justify;
	font-size: 10px;
	font-weight: bold;
	color: #5F5F5F;
}
