@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #cdffcc;
	margin:0;
	padding:0;
	border:0;
}
body a:visited {
	color:inherit;
	text-decoration:none;
}
body a:link {
	color:inherit;
	text-decoration:none;
}
body a:focus{
	-moz-outline-style: none;
}
body a:hover{
	color:#406e85;
	text-decoration:none;
}

#content{
	width:1100px;
}

#content .barre_top{
	background-image: url(gfx/barrelangue.png);
	font-family: Times New Roman , Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #000000; 
	font-style:italic;
}

#content h2{
	font-size: 20pt;
	color: #000000;
	text-decoration: none;
	font-weight:100;
}

#content h3{
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
} 

#content ul{
		list-style-type:none;
}
#bottom{
	width:1100px;	
}

#bottom .copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
	font-size:9px;	
}

.float_left {
	float:left;
}

.float_right{
	float:right
}

.horaires{
	border:solid #CCC;
	border-width:1px;
}
.horaires td{
	padding:3px;
}

.details {
	font-size:10px;
}
 .tropical{
	 background:url(images/tropical.jpg) no-repeat center;
	 font-size:18px;
	 font-style:italic;
 }
 .alpin{
	 background:url(images/alpin.jpg) no-repeat center;
	  font-size:18px;
	 font-style:italic;
 }
  #map {
	border:solid;
	border-width:1px;  
  }
  


