<style type="text/css">
/* code affichage mosaique/carte */

/*Affichage Liste*/
ul.m_e_p_lis {
	margin: 1em;
}
ul.m_e_p_lis li.photo {
	color: #111111;
	font-size: 10px;
	background-color: #808080;
	display:inline;
	border-style: solid;
	border-bottom-width: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-color: #4D4D4D;
	border-left-color: #909090;
	border-right-color: #4C4C4C;
	border-top-color: #A1A1A1;
	height: 265px;
	width: 160px;
	float: left;
}
ul.m_e_p_lis div.image_galerie{
	width: 160px;
	text-align: center;
	height:150px;
	z-index:50;
}

ul.m_e_p_lis div.liens_photo {
	text-align:left;
}
/* Afifchage carte */
ul.m_e_p_carte {
	width: auto;
	margin: 1em;
	padding: 0;
}
ul.m_e_p_carte li.photo {
	width: auto;
	margin: 1em;
	padding: 1em;
	min-width: 770px;
	list-style-type: none;
	display: block;
	color: #111111;
	font-size: 10px;
	background-color: #808080;
}
ul.m_e_p_carte li.photo div.image_galerie{
	float: left;
	margin: 1em;
}

ul.m_e_p_carte li.photo div.liens_photo{
	float: left;
	margin: 1em;
	padding-top: 1em;
	font-size: 10px;
	width: 70%;
}
ul.m_e_p_carte li.photo div.clear {
	clear: both;
}

ul.infos_pages {
	text-align: center;
	font-size: 10px;
	clear: both;
}
ul.infos_pages li {
	display: inline;
}

/*Affichage du système de navigation de page*/
.nb_pages {
	/*margin-top:2%;*/
	text-align:right;
	font-weight:bold;
	font-size:10px;
	text-decoration: none;	
	width:40%;
	vertical-align:middle;
}
.trouver {
	margin-left:18%;
}

.form_page {
	margin-top:2px;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	text-decoration: none;	
	width:45%;
}

ul.infos_pages {
	clear:both;
	margin-left:0%;	
	height:22px;
	margin-top:2px;
	border-bottom:dashed 1px #CCCCCC;
	border-top:dashed 1px #CCCCCC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	list-style-type:none;
}

ul.infos_pages li{
	float:left;
	height:22px;
	margin-top:2px;
	margin-left:1.5em;
}
#liens_dossier{
	float:left;
	height:8px;
	margin-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:normal;
}
#selection {
	margin-top: 0;
	padding-top: 2px;
	border-width: 0;
	position: relative;
}

#cadre_photo_selection {
	color: #111111;
	font-size: 10px;
	background-color: #808080;
	padding-left:2px;
	display:block;
	border-style: solid;
	border-bottom-width: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-color: #4D4D4D;
	border-left-color: #909090;
	border-right-color: #4C4C4C;
	border-top-color: #A1A1A1;
	height: 240px;
	width: 160px;
	float: left;
}

#infos_photos {
	text-decoration:none;
	color: #000000;
}


/* recherche */
.recherche {
	list-style-type:none;
	float: left;
	margin-left:3%;
	margin-right:3%;
	border:solid 1px black;
	background-color:#DDDDDD;
	width:70%;
	/*height:150px;*/
}

.recherche a 
{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

.recherche a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

.recherche_titre {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
	border-bottom: solid 1px;
	width: 100%;
	text-align: center;
	height:15px;
	vertical-align: middle;
	font-weight:bold;
	background-image: url(../images/menu_unselect.png);
	line-height: 30px; 
	height: 30px;
}

.recherche_texte {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-decoration: none;
	width:100%;
	background-color:#DDDDDD;
}

ul.m_e_p_lis div.infos_sup {
	display: none;
}
ul.m_e_p_carte img {
	float: left;
}

ul.m_e_p_carte div.infos_sup {
	/*margin-top: -1.5em;*/
	/*margin-left: 10em;*/
	margin-left: 2em;
	float: left;
	width: 55%;
}
ul.m_e_p_carte div.infos_photos {
	float: left;
	width: 30%;
}

#preview a.selected {
	color: red;
}
/**Affichage de l'infobulle sur la page liste.php*/
a.infobulle {
  position:relative;
  color:#720065;
}
a.infobulle:hover {
   background: none; 
   z-index: 80; 
}
a.infobulle span {display: none;}
a.infobulle:hover span {
   display: inline; 
   position: absolute;
   /*white-space: nowrap;*/
   color:black;
   font-size:10px;
   font-weight:normal;
   width:200px;
   top: 80px; 
   left: 0px;
   background: white;
   padding: 2px;
   border: 1px solid #0055A0;
   border-top: 4px solid #0055A0;
   text-align:left; 
}

