@charset "utf-8";
#pan_right {
	display:block;
	overflow:visible;
	position:relative;
	float:right;
	width:160px;
	height:1250px;
	border-top:none;
	background-color: transparent;
}
#pan_right .top{
	display:block;
	height:35px;
	width:160px;
	background: url(../b160.gif) no-repeat bottom;
	color:#09F;
}
#pan_right_an {
	float:right;
	width:300px;
	min-height:400px;
	border:none;
	overflow:visible;
}
#pan_right_an .liens {
	display:block;
	height:35px;
	width:300px;
	background: url(../bass.gif) no-repeat bottom;
	color:#09F;
}
#liquid-round {
	float:left;
	width:85%;
margin:0px auto;
background:#fff url(../leftside.gif) repeat-y left top;
color:#333;
}
.annonce:hover {
	background-color: #E2E2E2;
}
.top {
width:100%;
height:20px;
background:url(../top.gif) no-repeat left top;
}
.top span {
display:block;
height:20px;
background:url(../top-right.gif) no-repeat right top;
}
.center-content {
background:url(../rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 0px 0;
}
.bottom {
width:100%;
height:30px;
background:url(../bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
height:30px;
background:url(../bottom-right.gif) no-repeat right top;
}
p {margin:0 0 1em 0}

#liquid-round a {
	color:#09F;
	font-size:14px;
	text-decoration:none;
}
.txt_min {
	font-size:10px;
}
.shadowImage
{
  /* On met notre span en bloque */
  display:block;
 
  /* On lui applique un float left, il sort ainsi du flux standard
  et n'occupera pas toute la largeur disponible comme il l'aurait
  fait normalement */
  float:left;
 
  /* On place notre ombre en arrière plan en bas à droite */
   background: url('../basimg.gif') no-repeat bottom left;

  /* Quelques marges pour le style... */
  margin: 8px 0 0 8px;
  font-size:12px;
  color:#003399;
}
 
.shadowImage img
{
  /* On fixe notre image en format bloque */
  display: block;
 
  /* On définit sa position à relative pour plus de liberté */
  position: relative;
 
  /* Son fond est blanc pour obtenir une bordure de cette couleur*/
  background-color: #fff;
 
  /* Une autre bordure */
  border: 1px solid #a9a9a9;
 
  /* Les marges positives servent à aficher les ombres,
     les marges négative sortent l'image de son coteneur */
  margin: -6px 8px 8px -6px;
 
  /* Marge interne pour la bordure blanche */
  padding: 4px;
  
 
}
.shadowOmbre {
	display:block;
	height:8px;
	width:90px;
}
#gallery {
		background-color: transparent;
		width: 362px;
	}
	#gallery ul { list-style: none; }
	#gallery ul img {
		border: 1px solid #3e3e3e;
	}
	#gallery ul a:hover img {
		border: 1px solid  #06C;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/****** Next pag */
DIV#pg {
border:solid 1px #CCCCCC;
float: left;
margin-left:3px;
width:20px;
height:20px;
background:url(../pg.png);
text-align:center;
padding-top:2px;
padding-bottom:2px;


	}
DIV#pg a span {
display:block;
width:20px;
height:20px;
cursor:pointer;

}
DIV#pg a:hover span {
width:20px;
height:20px;
padding-top:2px;
padding-bottom:2px;
cursor:pointer;
}

DIV#pg_current {
border:solid 1px #993300;
float: left;
margin-left:3px;
width:20px;
height:20px;
background:url(../pgok.png);
text-align:center;
padding-top:2px;
padding-bottom:2px;
}
DIV#bt_val {
float: left;
margin-left:3px;
height:20px;
width:100px;
text-align:center;
color: #0099FF;
border:solid 1px #CCCCCC;
background:url(../pg.png);
text-align:center;
padding-top:2px;
padding-bottom:2px;

}
DIV#bt_val a span {
display:block;
width:100px;
height:20px;
cursor:pointer;

}
DIV#bt_val a:hover span {
width:100px;
height:20px;
padding-top:2px;
padding-bottom:2px;
cursor:pointer;
}

