



.gmap_elements {
	overflow: hidden;
}

.gmap_elem{
	/* background-color: #ddd; */
	padding-left: 6px;
	width: 230px;
	height: 100px;
	overflow: auto;
}

.gmap_elem .content{
	margin-top: 5px;
	margin-left: 5px;
}

.Gpagination{
	width:100%;
}

.map-img {
	max-width: 100px;
	max-height: 100px;
}

.map-table {
	table-layout: fixed;
	width: 340px;
}

.map-table, .map-table tr, .map-table td {
	/*border: 1px solid black;
	border-collapse: collapse;*/
}

.map-div {
	width: 350px;
}

.Gpagination .next, .Gpagination .previous{
	width: 49%;
	float: left;
	cursor: pointer;
}

.Gpagination .next{
	text-align: right;
}

#coda-slider-1 {
	min-height: 300px;
}

#instcoll_search_div p {
	margin-left: 5px;
	margin-top:  3px;
	color: #8F8F79;
}

#instcoll_filter {
	border: #bfbfbf solid 1px;
	width: 200px;
	height: 20px;
}

#instcoll_search_result {
	display: block;
	color: #8F8F79;
}

#instcoll_search_result li {
	position: relative;
	display: block;
	float: left;
	width: 350px;
	height: 50px;
	margin: 5px;

	background-color: #EBEBEB;
	border: 2px solid #EBEBEB;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#instcoll_search_result li img {
	max-width: 50px;
	max-height: 50px;
}

#instcoll_search_result li span {
	display: block;
	position: absolute;
	bottom: 1px;
	right: 4px;
	text-align: right;
}

#instcoll_search_result table {
	float: left;
    table-layout: fixed;
    width: 50px;
    height: 50px;
    margin-left: auto; margin-right: auto;
	margin-right: 5px;
}

#instcoll_search_result td {
    text-align: center;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-color: white;
    overflow: hidden;
	line-height: 0px;
}

#search_icon {
	float:left;
	width: 14px;
	height: 14px;

	margin-left: 3px;
	margin-right: 8px;
	margin-top: 6px;

    background-color: transparent;
    background-image: url("search_icon.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

#institutions_button, #collections_button {

	display: block;

	width: 100px;
	height: 23px;
	float: left;

	font-size: 14px;
	padding-top: 7px;
	text-align: center;

	color: #516D76;

	box-shadow: 2px 2px 10px #59544F;

	margin-right: 5px;
	/*
	background: -moz-linear-gradient(top, #d5e1e0 0%, #91a7a6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e9ef), color-stop(100%,#a1b0cc));
 */

	/*
	background: -o-linear-gradient(top, #e6e9ef 0%,#a1b0cc 100%);
	background: -ms-linear-gradient(top, #e6e9ef 0%,#a1b0cc 100%);
	*/
}

#Send {
	width: 10em;
}

.portail-submit-button {
	position: absolute;
	right: -117px;
	width: 120px;
	top: -1px;
	height: 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	color: black;
}

/*
	Dégradés boutons
*/

#institutions_button, #collections_button, .portail-submit-button {
	cursor:pointer;
	background: -webkit-linear-gradient(top, #d6e1e0 0%, #91a7a6 100%);
	background:         linear-gradient(top, #d6e1e0 0%, #91a7a6 100%);
	background:    -moz-linear-gradient(top, #d6e1e0 0%, #91a7a6 100%);
	background:     -ms-linear-gradient(top, #d6e1e0 0%, #91a7a6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e1e0', endColorstr='#91a7a6');
	border: 1px solid transparent;
}

#institutions_button:hover, #collections_button:hover, .portail-submit-button:hover {
	background: -webkit-linear-gradient(top, #91a7a6 0%, #d6e1e0 100%);
	background:         linear-gradient(top, #91a7a6 0%, #d6e1e0 100%);
	background:    -moz-linear-gradient(top, #91a7a6 0%, #d6e1e0 100%);
	background:     -ms-linear-gradient(top, #91a7a6 0%, #d6e1e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91a7a6', endColorstr='#d6e1e0');
	border: 1px solid black;
}

ul#view-switchs, ul.view-switchs {
	display: block;
}
ul#view-switchs li, ul.view-switchs li {
	display: block;
	float: left;
	margin-right: 5px;
	width: 32px;
	height: 28px;
	border: 1px solid #888;
	border-radius: 5px;
	color: transparent;
	font-size: 0pt;
	line-height: 0pt;
	background-position: center center;
}
ul#view-switchs a, ul.view-switchs a {
	display: block;
	color: transparent;
	height: 26px;
}

ul#view-switchs li.current {
	background-color: #ad2807;
	cursor: default;
}

ul#view-switchs li:hover, ul.view-switchs li:hover {
	border-color: #ad2807;
}

#switch-timeline {
	background-image: url("timeline_view.png");
}

#switch-map {
	background-image: url("map_view.png");
}

#switch-15items {
	background-image: url("items15_view.png");
}

#switch-5items {
	background-image: url("items_view.png");
}

#view-switch-next {
	background-image: url("next-arrow.png");
}

#view-switch-prev {
	background-image: url("prev-arrow.png");
}

#view-switch-up {
	background-image: url("up-arrow.png");
}

.coda-slider a div.element:hover, #issues a div:hover {
	cursor: pointer;
}

.institution_details_infos dd {
	word-wrap: break-word;
}

.smooth_zoom_icons {
	background-image: url(zoom_assets/icons.png);
}

img.details
{
    margin: 0px;
    max-width: 145px;
	width: 100%;
	height: auto;
}

div.video {
	margin: 0;
}