html {
  height: auto;
}
body {
  height: auto;
  margin: 0;
  padding: 0;
  
  color: #000000;
font-family: Verdana;
font-size: 12px;
background-color: #DFDFDF;
}



#map_canvas {




/* DebJCC: sur conseil de http://code.google.com/intl/fr-FR/apis/maps/documentation/javascript/basics.html#Mobile 
  width: 100%; 
  height: 100%; 
  */
  
  
  height: auto; 
/* FinJCC */

margin-top:25px;
margin-right:340px;

  position: absolute;
  bottom:0;
  left:0;
  right:0;
  top:0;
  
  
  
}
@media print {
  #map_canvas {
    height: 950px;
  }
}



/* Debut style.css au 03-06-2011:

@charset "iso-8859-1";
td {
color: #000000;
font-family: Verdana;
font-size: 12px;
}

body {
color: #000000;
font-family: Verdana;
font-size: 12px;
background-color: #DFDFDF;
}

td.titre {
	background-color: #333333;
	color: #CCCCCC;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

td.fondblanc {
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

img {
	vertical-align: middle;
}
.fdcomment {
	color: #333333;
	background-image: url(img/comment.jpg);
	text-align: center;
	vertical-align: middle;
	height: 41px;
	width: 42px;
	background-repeat: no-repeat;
	background-color: #666666;
	background-position: 3px 3px;
}

div.titre {
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
td.fondgris2 {
background-color: #666666;
}
td.fondgris {
	background-color: #eeeeee;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

a {
color: #666666;
text-decoration: none;
}

a:hover {
color: #cccccc;
text-decoration: underline;
}

td.header {
	color: #4792a4;
	font-size: 22px;
	background-color: #333333;
	font-weight: bold;
	padding-left: 10px;
}

td.footer {
color: #ffffff;
font-size: 10px;
background-color: #333333;
}

td.colleft {
	background-color: #666666;
}

td.colright {
background-color: #ffffff;
}

input.submit {
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	background-color: #666666;
	color: #CCCCCC;
}

div.msg {
color: #ff0000;
font-weight: bold;
}

span.etoile {
color: #ff0000;
font-weight: bold;
}

input {
border-color: #333333;
border-width: 1px;
border-style: solid;
background-color: #EEEEEE;
font-size: 12px;
font-family: Verdana;
}

select {
border-color: #333333;
border-width: 1px;
border-style: solid;
background-color: #EEEEEE;
font-size: 12px;
font-family: Verdana;
}

textarea {
border-color: #333333;
border-width: 1px;
border-style: solid;
background-color: #EEEEEE;
font-size: 12px;
font-family: Verdana;
}

.fdcomment a {
	color: #333333;
	font-size: 10px;
}.titrenavig {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

Fin style.css au 03-06-2011 /*

/* Debut creation_map.css au 03-06-2011:
html {
  height: auto;
}

body {
  height: auto;
  margin: 0;
  padding: 0;
}

#map_canvas {
  height: auto;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  top:0;
}

@media print {
  #map_canvas {
    height: 950px;
  }
}
Fin creation_map.css au 03-06-2011 /*

