@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
	font-family: Verdana;
	text-transform: none;

}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}

a
{
	border:none;
	cursor:default;
}
a:hover
{
	cursor:pointer;
}

a:link {
	font-family: Verdana;
	font-style: normal;
	color: #888888;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-style: normal;
	text-decoration: none;
	color: #888888;
}

a:hover {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.important
{
	font-family: Verdana;
   color: red;
   font-size: 10px;
}

															/* début de l'infobulle */
#bulle
{ 
	position: absolute;
	visibility: hidden;
	background-color:#FFFFFF;
	width:215px;
	min-height:50px;
}
.info{ border:1px solid #e1e1e1; padding: 10px; color:#878787; background-color:#FFFFFF; font-family:"verdana"; text-align:justify;}
	.border_infobulle{ border:1px solid black;}
	.img_infobulle{ float:left; margin-right:10px;}
	.head_infobulle{margin-bottom:15px; font-size:11px;}
	.title_infobulle2{font-weight:bolder; text-align:left; font-size:11px;}
	.txt_infobulle {font-size:10px; text-align:left;}
															/* fin de l'infobulle */

.img_prev
{
	margin-bottom:0px;
}


#pageDroite{
  float:right;
  height:30px;
  width:280px;
  padding-top:0px;
}

.chiffre{
  text-align:center;
  float:left;
  width:182px;
  height:30px;
  color:#888888;
  font-size:10px;
  margin-top:-1px;
}

.previous{
  width:63px; 
  height:30px; 
  float:left;
}

.next{
  float:right;
  width:35px; 
  height:30px; 

}
.texte:hover
{
	color:red;
}
.lmr{
  width:315px;
  height:53px;
  margin-bottom:20px;
}

.spanL{
  float:left;
  width:199px;
  height:60px;
  display:block;
  font-size:7pt;
  border-top:1px solid #DCDCDC;
  border-left:1px solid #DCDCDC;
  border-bottom:1px solid #DCDCDC;
}

.spanR{
  float:right;
  width:115px;
  height:62px;
}
.texte{
	font-size:11px;
	height:62px;
	width:149;
	color:#888888;
	padding-left:8px;
	cursor:hand;

}
