﻿/* sidebar ggmap */

.textruptureggmap
{
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
	color: #4D4D4D;
	text-align: center;
}

hr.hrggmap
{
	color: #ACBECC;
	background-color: #ACBECC; /* pour firefox */
	font-size: 1pt;
	height: 1px;
}
.buttonscontainerggmap
{
	width: 200px;
}
.buttonsggmap a
{
	color: #00707C;
	padding-left: 3px;
	display: block;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.buttonsggmap a:active
{
	color: #00707C;
	text-decoration: none;
}
.buttonsggmap a:link
{
	color: #00707C;
	text-decoration: none;
}
.buttonsggmap a:visited
{
	color: #00707C;
	text-decoration: none;
}
.buttonsggmap a:hover
{
	background-color: #81ABCA;
	color: #FFFFFF;
	text-decoration: none;
}
.imagemenuggmap
{
	border-style: none;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}
/* sidebar */
/* google map */
.tblgooglemap
{
	border-spacing: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 9pt;
	color: #4D4D4D;
	border: 1px solid;
	width: 100%;
}

div#map
{
	border-spacing: 0;
	font-size: 9pt;
	height: 600px;
	width: 100%;
	text-align: left;
}
.textggmap
{
	/* Limitation de la taille des popup quand il y a une image*/
	max-width: 450px;
	max-height: 300px;
}
.imgtextggmap
{
	/* Limitation de la taille des popup quand il y a une image*/
	width: 450px;
	height: 160px;
}
.imgggmap
{
	border: 1px solid;
	border-color: #74907D;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
/* fin Google Map */