﻿/* sidebar ggmap */

.textruptureggmap
{
	font-size: 8pt;
	margin-bottom: 5px;
	color: #4D4D4D;
	text-align: center;
}

hr.hrggmap
{
	color: #7D63A9;
	background-color: #7D63A9; /* pour firefox */
	border-style: solid;
	height: 1px;
	border: 0px;
	width: 80%;}
	
.buttonscontainerggmap
{
	width: 175px;
}
.buttonsggmap a
{
	color: #007BC4;
	padding-left: 3px;
	display: block;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.buttonsggmap a:active
{
	color: #007BC4;
	font-size: 8pt;
	text-decoration: none;
}
.buttonsggmap a:hover
{
	background-color: #007BC4;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
.imagemenuggmap
{
	border-style: none;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}
/* sidebar */
/* google map */
.tblgooglemap
{
	clear:both;
	margin-top: 2px;
	margin-left: 2Px;
	font-size: 8pt;
	color: #4D4D4D;
	border: 1px solid;
	width: 100%;
}
div#map
{
	font-size: 8pt;
	height: 600px;
	margin: auto;
}
.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 */
