body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	margin:	0;
	padding: 0;
}
table, table td {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
input, textarea {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
ul {
	margin-top: 8px;
	padding-top: 0
}
* p {
	margin-top:0;
}
.spacer {
	clear: both;
	margin: 0;
}
.block {
	display: block;
}

/*--------------------------------------------------------------------------------------------
      styles spécifiques à l'index
--------------------------------------------------------------------------------------------*/

#nav_region {
	position:absolute;
	top: 180px;
	left: 0;
	width: 460px;
}
#region {
	position: relative;
	margin: 0 0 20px 0;
	width: 230px;
	padding: 0;
}
#region p {
	padding: 0 20px;
}
#region img {
	margin-bottom: 20px;
}
#region_bottom {
	margin: 0;
	padding: 0;
	height: 15px;
}
#nav_region_bas {
	display: none
}
#contenu.index {
	margin: 0 0 0 230px;
}
#contenu_bottom {
	display: none
}
/* index intro
----------------*/
#contenu  #intro, #contenu #alerte, #contenu #manifestation, #contenu #carte   {
	margin: 0 25px 10px 25px;
}
#contenu  #intro h1 {
	margin: 0  0 8px 0;
	border: none;
}
#intro #index_reserver {
	float: right;
	text-align: right;
	padding-left: 3px;
}
#intro #index_reserver a {
	text-decoration:none	
}
/* index alerte
----------------*/
#contenu #alerte {
	color: #d60606;
}
#contenu #alerte img {
	float:left;
}
/* index manifestation
----------------*/
#contenu #manifestation {
	clear: both;
	width: auto;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #666;
}
#contenu #manifestation #manif_conteneur { 
	position:relative;
	height:120px;
	background: url(../medias/manif_fond.jpg) no-repeat bottom;
}
#contenu #manifestation #manif_conteneur img.block { 
	display: none;
}
#contenu #manifestation .encart {
	padding: 0px 10px 10px 10px;
	overflow:visible
}
#contenu #manifestation .eventimg {
	float: right;
	border: 1px solid #d7d7d7;
	margin: 0 0 7px 7px
}
#contenu #manifestation #onglets {
	display: none;
}

/* index carte
----------------*/
#contenu #carte {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #666;
}
#contenu #carte img {
	float:left;
}

/* photo verticale du train - gauche
------------------------------------------------------------------------------------*/
#identite_train {
	display: none
}

/* container
------------------------------------------------------------------------------------*/
#container {
	position: relative;
	margin-left: 0;
}

/* header
------------------------------------------------------------------------------------*/
#header {
	float: left;
	margin: 0;
}
#header #logo_train {
	float: left;
	margin: 0;
}
#header #visuel_flash {
	float: left;
	width: 330px;
	height: 180px;
	overflow: hidden;
}

/* nav niveau 1
------------------------------------------------------------------------------------*/
#nav {
	display: none
}
/* colonne contenu
------------------------------------------------------------------------------------*/
#contenu {
	clear: both;
	padding: 30px 0;
}
h1 {
	font-size: 20px;
	margin: 0 0 22px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #000;
}
h2 {
	font-size: 17px;
	margin: 25px 0 15px 0;
}
h3 {
	font-size: 13px;
	margin: 0 0 3px 0;
}
#contenu a:link, #contenu a:visited {
	text-decoration: none;	
}
hr {
 	display:block;
	height: 1px;
	margin: 14px 0;
	_margin: 7px 0;
	padding: 0;
	border: 0;
	clear: both;
}
.align_gauche {
	display: block;
	float: left;
	margin: 0 14px 10px 0;
}
.align_droit {
	display: block;
	float: right;
	margin: 0 0 10px 14px;
}
.legende {
	font-size: 11px;
	text-decoration:none;
}
.date {
	display: block;
	padding: 3px 0 12px 0;
	margin-bottom: 5px;
}

/* bande basse contenu
------------------------------------------------------------------------------------*/
#contenu_bas {
	margin: 0;
	width: 100%;
	text-align :right;
	border-bottom: 1px solid #666666;
}

/* pied de page intérieur
------------------------------------------------------------------------------------*/
#footer {
	display: none
}
#adresse  {
	margin: 0;
	text-align: center;
}
#adresse.index  {
	margin: 60px 0 0 0;
	text-align: center;
}

/*  page contact
------------------------------------------------------------------------------------*/
label {
	display: block;
	margin: 0 0 10px 0;
	color:#999;
}
input {
	width:160px;
	color: #107689;
}
label textarea {
	width:400px;
	color: #107689;
}

/*  tableaux horaires & tarifs
------------------------------------------------------------------------------------*/
#horaires {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-bottom: 5px;
}
#horaires td, th {
	font-size: 11px;
	padding: 4px;
	vertical-align:top;
	border-bottom: 1px solid #999;
	text-align: center;
}
#horaires thead tr th {
	font-weight: normal;
	text-align:center;
	border-right: none;
}
#horaires tr th {
	font-weight: normal;
	text-align:right;
	padding-right: 5px;
}
#horaires .bord-droit {
	border-right: 1px solid #999;
}
#horaires .bord-bas {
	border-bottom: 1px solid #e2e2e2;
}

#horaires2 td, #horaires2 th {
	font-size: 11px;
	padding: 4px 4px 4px 20px;
	vertical-align:top;
	border-bottom: 1px solid #999;
}
#horaires2 tr th {
	background:#fcffe3;
	font-weight: normal;
	text-align:right;
	padding-right: 5px;
}
/*-----------------------------------------------------------------------------------
         carte interactive
------------------------------------------------------------------------------------*/
#contenu #contenu_carte   {
	margin: 0;
	padding: 0
}
/*------- Détail point -------*/
#detail_point {
	position:relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	background: #F0EEE6;
	width: 556px
}
#detail_point_offscreen {
	display:none;
	position:relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	width: 556px
}
#detail_point_txt {
	float: left;
	width: 356px;
	margin: 0;
	padding: 10px;
}
#detail_point_img {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0 0 0 10px;
}
#detail_point_img a {
	display: block;
	width: 160px;
	font-size: 10px;
	text-decoration:none;
}
#detail_point_img img {
	margin: 0;
}
#detail_point_img #zoom {
	margin: 1px;
}
/*-----------------------------------------------------------------------------------
         page À voir / à faire
------------------------------------------------------------------------------------*/
.activites_liste {
	width: 100%;
	margin-top: 1px;
	border-bottom: 1px solid #cccccc
}
.activites_liste td {
	font-size: 11px;
}
.activites_liste td.img {
	width: 80px
}
.activites_liste td.img a img {
	margin: 3px 0 0 0;
	border: 1px solid #d7d7d7;
}
.activites_liste td.txt {
	border-right: 1px dotted #ccc;
	padding-right: 8px;
}
/*-----------------------------------------------------------------------------------
         phototeque
------------------------------------------------------------------------------------*/
#phototeque {
	position:relative;
}

#contenu #phototeque .photo {
	position:relative;
	float: left;
	width: 116px;
	min-height: 125px;
	padding: 2px;
	margin: 0 8px 8px 0;
	font-size: 11px;
	text-align:center;
	text-decoration:none;
	overflow:visible;
	border: none;
}
* html #contenu #phototeque .photo {
	height: 125px;
	overflow: visible;
}
#contenu #phototeque .photo .photoAdminTools {
	position:absolute;
	top:0;
	right:-10px;
}
#contenu #phototeque .photo .photoAdminTools img {
	margin:5px;
}
#contenu #phototeque .photo .photoTitle {
	padding:2px 5px;
}

#contenu #phototeque .image {
	display: block;
	margin: 5px 8px 2px 8px;
	border: none;
}
/*--- zoom  ---*/
#contenu #phototeque_zoom {
	clear: left;
	display: block;
	padding: 10px;
	margin: 5px 0 0 0;
	font-size: 13px;
	text-decoration:none;
	text-align: center;
}
#contenu #phototeque_zoom img {
	margin: 0 0 4px 0;
	border: none;
}
#contenu #photo_prev, #contenu #photo_next  {
	float: left;
	padding: 5px 10px;
	height: 15px;
	border-right: 1px solid #ccc;
}
#contenu #phototeque #photozoom {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 516px;
	
}



