/* CSS Document 
floated and margin larger than 0
display: inline;

for combination width and padding on same element
someselector {
    padding: 10px;
    width: 200px;
    w\idth: 180px;
    height: 200px;
    heigh\t: 180px;
}
*/

#blurb h3 { /*Texte de l'infobulle : TITRE*/
    padding:0;margin:0;
	font-size:12px;
    font-weight: bold;
    color: #005977;
	font-family: verdana;
}
#blurb p { /*Texte de l'infobulle : CONTENU*/
   padding:0;
   margin:5px 0 0 0;
   width: 250px;
   font-size: 10px;
   color: #000000;
   font-weight: normal;
   font-style: normal;
   font-family: verdana;
}
#blurb a { /*Texte de l'infobulle : LIEN*/
   padding:0;margin:0;
  font-size:.7em;
}

#tooltip { /*OnMouseOver rectangle sur la carte*/
	background-color:#FAFAFA;
	padding: 3px;
	border: 1px solid #C5C6B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/* for VML in IE */
v\:* {
  behavior:url(#default#VML);
}

body,
html {
margin:0;
padding:0;
background:#ffffff;
color:#000; /*Couleur dans le rectangle du OnMouseOver de la carte*/
}

body {min-width:750px;}

#outer_wrapper {
margin:0 auto;
text-align: center;
}

#inner_wrap {
margin:0 auto;
text-align:center;
width:725px;
}

#navigation{
float:left;
text-align:left;
width:150px;
}

#map {
  float:right;
  width: 550px; 
  height: 575px;
  border: 1px solid #000A57;
}

#content{
width:500px;
text-align:left;
margin: 75px auto 50px auto;
padding: 15px;
background:#FF8539;
border: 2px solid #666666;
}

#footer{
	clear:both;
	text-align:center;
	padding:5px 0;
	font-weight: bold;
}

/*----- SUB DIVS -------*/

#forZoom {
    padding: 3px 0;
	text-align:center;
	margin:10px auto 0 auto;
	font-weight: bold;
	font-size:1.2em;
}
  #forZoom a:visited {color: blue; }
  #forZoom a:hover {color:#666666;}
  
.clear {clear:both;} 


#trail {
  font-size:1em;
  padding:2px;
  margin: 3px 0 5px 0;
  list-style: "A";
}
#marker {
  font-weight: bold;
  margin:5px 0 0 0;
  font-family: "Courier New", Courier, mono;
}

#spots {
  font-size:1em;
  padding:2px;
  margin: 5px 0;
  list-style: none;
}
#spot {
  font-weight: bold;
  margin:5px 0 0 0;
  font-family: "Courier New", Courier, mono;
}

a {color: #005977;text-decoration:none;font-family:Verdana;font-size:11px;} /*Titre à gauche de la carte*/
table, td {margin:0;padding:0;}

.directions {/*Menu de gauche : Direction et Zoom*/
color: #005977;
font-size: .9em;
padding: 2px 5px 0 5px;
}

/* for sIFR Typography */
.sIFR-hasFlash h1 {
   font-size:3em;
   margin:0;padding:0;
   visibility: hidden;
}
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {visibility: visible !important;}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* --- for Links --- */
#menu_title {

color:#666666;
text-decoration:underline;
}
#menu {
text-align:left;
list-style: none;
}

#menu li {padding:0;}
#menu li a:link {text-decoration:  none;} 
#menu li a:visited {} 
#menu li a:hover {text-decoration:  none;} 
#menu li a:active {text-decoration:  none;}
