/* CSS Document */
a{
text-decoration:none;
}

.link{
padding-top:6px;
padding-left:12px;
display: block;
width: 100%; 
height: 100%;
color:#FFFFFF;
}
.colonne1{


}
.colonne2{

clear:both;
width:100%;
height:auto;
}

.maplink_box{
background-color:#FFFFFF;
width:100%;
/*height:519px;*/
padding-bottom: 4px;
border-style:solid;
border-width:1px;
border-color:#94A7B1;
}

.interactive_version{
width:248px;
height:54px;
background-image:url(../images/orange_go.png);
background-repeat:no-repeat;
margin-top:13px;
margin-left:15px;
}

.html_version{
width:248px;
height:54px;
background-image:url(../images/red_go.png);
background-repeat:no-repeat;
margin-left:15px;
}

.title_version{
text-decoration:none;
font-size:1.15em;
font-weight:bold;
height:48px;
}
.subtitle_version{
font-size:1em;
font-weight:normal;
}
.shockwave_logo{
margin-left:114px;
margin-top:5px;
margin-bottom:37px;
}
.gray_line{
background-color:#94A7B1;
height:1px;
font-size:0.1em;
width:255px;
margin-left:10px;
margin-bottom:12px;
}

.tabAbout{
display:block;
float:left;
width:98px;
height:21px;
background:url(../images/in_a_overview.gif) no-repeat; 
}
.tabMap{
display:block;
float:left;
width:64px;
height:21px;
background:url(../images/a_map.gif) no-repeat;  
}
.tabIndex{
display:block;
float:left;
width:143px;
height:21px;
background:url(../images/in_PlaceNameIndex.gif) no-repeat; 
}

.buttonSearch{
margin-top:6px;
padding-right:4px;
float:right;
background-image:url(../images/buttonSearch.png);
background-repeat:no-repeat;
width:100px;
height:21px;
text-align:center;
cursor:pointer;
}

.button_txt{
font-size:0.9em;
text-decoration:none;
color:#F6F5EE;
font-weight:bold;
display:block;
padding-top:2px;
padding-bottom:4px;
}

#map{
width: 706px;
height: 482px;
overflow:hidden;
margin:0px 0px 0px 4px;
clear:both;
border:1px solid #94A7B1;
}

.googleLabel{
font:bold 10px arial;
font-weight:bold;
text-decoration:normal;
color:#fff;
/*color:#444444;*/
/*background-color:#CCCCCC;
border:1px solid #888888;*/
width:200px;
/*overflow:visible;*/
padding:0 2px 0 2px;
}

.googleLabel2{
font:bold 10px arial;
font-weight:bold;
text-decoration:normal;
color:#000;
/*color:#444444;*/
/*background-color:#CCCCCC;
border:1px solid #888888;*/
width:200px;
/*overflow:visible;*/
padding:0 2px 0 2px;
}


.searchBox{
border:1px solid #94A7B1;
float:right;
margin:7px 4px 0px 0px;
outline:none;
width:602px;
}

* html .searchBox{
width:600px;
}

.toggleGoogleLabels{
	margin: 7px 7px 0 7px;
}