#tableau_fiches {
	font-size: 0.6875em;
	font-weight: none;
	color: #000;	
	text-decoration: none;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#tableau_fiches th {
	cursor: default;
	background: #ddd;
}

/***/

#tableau_echanges {
	font-size: 0.6875em;
	font-weight: none;
	color: #000;	
	text-decoration: none;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#tableau_echanges th {
	cursor: default;
	border-collapse: collapse;
	border: solid 1px #999;
	background: #ddd;
}

#tableau_echanges tr {
	cursor: default;
}

#tableau_echanges tr:hover {
	background-color: #eee;
}

#tableau_echanges td {
	border-collapse: collapse; 
	border: solid 1px #999;
}

/***/

#titre_colonnes_tableau {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

#contenu_tableau {
	font-size: 1em;
	font-weight: none;
	color: #000;	
}

#observation_tableau {
	font-size: 0.75em;
	font-weight: none;
	color: #808080;		
}

.camera a, a:visited {
	font-size: 0.9375em;
	color: #515151;		
}

.camera a:hover {
	font-size: 0.9375em;
	color: #000;		
}

#fiches_zone_recherche {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7f7f7;
	border-radius: 8px;
	padding: 10px;
}

#filtres_recherche_safety_cards a, #filtres_recherche_safety_cards a:visited {
	font-family: Verdana, sans-serif; 
	font-size: 0.875em;
	font-weight: bold;
	color: #000;
	padding: 6px;
	margin-bottom: 40px;
	border: 1px solid #000;
	border-radius: 4px;
	text-decoration: none;
}

#filtres_recherche_safety_cards a:hover {
	color: #000;
	border: 1px solid #000;
    box-shadow: 0px 0px 5px #555;
}


#txt_search_images {
	font-family: Verdana, sans-serif; 
	font-size: 1em;
	font-weight: none;
	text-align:left;
}


#nb_safety_card {
	font-family: Verdana, sans-serif; 
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
	margin-bottom: 30px;
}

.nb_pages {
	font-family: Verdana, sans-serif; 
	font-size: 1em;
	color: #000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

#space_before_pages {
	margin-bottom: 35px;
}


/*************************************************************/
/*** Page fiche.php ***/
/*************************************************************/
.fiche_photo {
   border-radius: 8px; 
   border: 0px;
   margin-bottom: 20px;
}

.fiche_scan {
	margin-bottom: 10px;
}

#fiche_nom {
	font-size: 1.875em;
	font-weight: bold;
	color: #000;		
	padding-top: 30px;
	margin-bottom: 10px;
}

#fiche_compagnie {
	font-size: 18px;
	font-weight: none;
	color: #333;	
	margin-bottom: 30px;
}

#fiche_observation {
	font-size: 1em;
	font-weight: none;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
}

#fiche_notes {
	border: 1px solid #555;
	background-color: #f7f7f7;
	width: 356px;
	display: block;
	padding: 7px;
	margin-top: 15px;
	text-align: justify;
	font-size: 0.875em;
	font-weight: none;
	color: #000;
}

.fiche_search {
	margin-top: 15px;
	margin-bottom: 0px;
}

.fiche_search a {
	font-size: 1em;
	font-weight: none;
	color: #000;
	text-decoration: none;
}

.fiche_search a:hover {
	color: #555;
}

.fiche_search_nb {
	font-size: 0.875em;
}