/* Headings */
h2 {
	margin: 0 0 -5px 0;
	padding: 0;
	font-weight: bold;
}
/* Paragraphs */
p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #000;
}
/*fieldset {
	width: 260px;
}*/
fieldset p {
	margin: 0 0 5px 0;
}
fieldset p.add {
	margin: 0;
	font-size: 1em;
	text-align: right;
}
div.summary p, div.depart2 p {
	margin: 0 0 5px 0;
	padding: 0 10px;
}
fieldset p.help, div.summary p.help {
	margin: 0 0 -20px 184px;
	padding: 0;
	position: relative;
	top: -38px;
	width: 24px;
}
fieldset p.close {
	margin: 10px 0 -20px 520px;
	padding: 0;
	position: relative;
	top: -38px;
}
/* ---- */
div.options {
	text-align: right;
	width: 68px;
	float: left;
	/*margin-top: 16px;*/
}

div.options span.map {
	margin: 0 2px 0 2px;
}

div.options span.print {
	margin: 0 2px 10px 2px;
}

div.options span.collapse {
	margin: 0 2px 0 2px;
}

/* ---- */

div.summary p.help {
	margin: 0 0 -20px 194px;
}
div.station p.help {
	margin: 0 0 -20px 294px;
}
div.station2 p.help {
	margin: 0 0 -20px 358px;
}
div.fiche p.help {
	margin: 0 0 -20px 264px;
}
div.fiche2 p.help {
	margin: 0 0 -20px 328px;
}
div.period p.help {
	margin: 0 0 -20px 230px;
}
div.depart2 p.help {
	margin: 0 0 -20px 184px;
	position: relative;
	top: -38px;
}
div.download p {
	padding: 0 10px;
}
div.download p.pdf {
	padding: 0 10px 0 52px;
	background: transparent url(../media/front/p_pdf.gif) no-repeat 10px 0;
}
div.download p.help {
	margin: 0 0 -20px 210px;
	padding: 0;
	position: relative;
	top: -38px;
}
fieldset p.note {
	margin: 20px 0 10px 0;
	width: 560px;
	font-style: italic;
}
div.button {
	margin: 7px 0 0;
	text-align: center;	
}
p.button {
	margin: 20px 0 0;
	text-align: center;	
}

div.button {
	margin: 7px 0 0;
	text-align: center;	
}

p.button input.valider {
	background: url(../media/front/validate.gif);
	border:0;
	width:119px;
	height:29px;
	cursor: pointer;
	font-weight: bold;	
	color: white;
	padding-left: 10px;
}

div.button input.valider {
	background: url(../media/front/validate.gif);
	border:0;
	width:119px;
	height:29px;
	cursor: pointer;
	font-weight: bold;
	color: white;
	padding-left: 20px;
}

p.add input.via-depart {
	background: url(../media/front/etape-depart.gif);
	border:0;
	width:111px;
	height:24px;
	cursor: pointer;
	font-weight: bold;
	color: white;
}

p.add input.via-arrivee {
	background: url(../media/front/etape-arrivee.gif);
	border:0;
	width:111px;
	height:24px;
	cursor: pointer;
	font-weight: bold;
	color: white;
}

p.button input.nouvelle-recherche {
	background: url(../media/front/reset.gif);
	border:0;
	width:119px;
	height:29px;
	cursor: pointer;
	font-weight: bold;	
	color: white;
	padding-left: 20px;
}

div.button input.nouvelle-recherche {
	background: url(../media/front/reset.gif);
	border:0;
	width:119px;
	height:29px;
	cursor: pointer;
	font-weight: bold;	
	color: white;
	padding-left: 20px;
}

p.button input.back {
	background: url(../media/front/back.gif);
	border:0;
	width:118px;
	height:29px;
	cursor: pointer;
	font-weight: bold;
	color: white;
	padding-left: 20px;
}

p.button button {
	cursor: pointer;
}
/* Lists */
ul, ol {
	margin: 0 10px;
	padding: 0 5px;
	font-size: 1.1em;
	list-style-position: outside;
}
li {
	margin: 3px 0;
	padding: 2px 0;
	list-style-type: circle;
}
ol li {
	list-style-type: decimal;
}
ul.choice {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
ul.choice li {
	margin: 3px 0;
	padding: 2px 0;
	list-style-type: none;
}
ol.route {
	margin: 0 20px;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
ol.route li {
	clear: both;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #fff;
	/*width: 100%;*/
	list-style-type: none;
	background-color: #9ea9b1;
	width: 580px;
}
ol.route li.even {
	background-color: #acc0ce;
}
ol.route li dl.button {
	float: left;
	margin: 0;
	padding: 0 0 5px;
	/*width: 100%;*/
	text-align: right;
}
ol.route li dl {
	display: inline;
	/*clear: both;*/
	float: left;
	margin: 0;
	padding: 0 0 5px;
	/*width: 100%;*/
	font-size: 1em;
}
ol.route li dl dt.titre {
	width: 51px;	
}
ol.route li dl dt {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 5px;
	font-weight: normal;
}
ol.route li dl dd {
	display: inline;
	float: left;
	margin: 0 10px 0 -10px;
	padding: 0;
	font-weight: normal;
}
ol.route li dl dt.details {
	margin: 0 5px 0 0;
	padding: 0 5px 0 10px;
	border-left: 1px solid #000;
}
ol.route li dl dd.detail {
	/*border-left: 1px solid #000;*/
	padding: 0 5px 0 0;
	margin: 0 5px 0 550px;	
}
ol.route li dl dd.details {
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
}

ol.route dl {
	float: left;
	margin: 0;
	width: 510px;
}

ul.tools {
	display: inline;
	float: left;
	margin: 20px 0 10px 0;
	padding: 0 0 0 25px;
	width: 585px;
	list-style: none;
	font-size: 1.1em;
}
ul.tools li {
	display: inline;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	text-align: center;
}
dl.summary {
	display: inline;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.1em;
}
dl.summary dt {
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 80px;
}
dl.summary dd {
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
ol.station {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	list-style-position: inside;
}
ol.station li {
	margin: 0;
	padding: 5px 5px 5px 10px;
	background-color: #d0dce6;
}
ol.station li.even {
	background-color: #e7edf2;
}
/* Semantic */
.hidden {
	position: absolute;
    left: -5000px;
    width: 4000px;
}
span.label {
	clear: left;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	width: 80px;
}
span.star {
	color: #ff6c00;
}
p em {
	font-style: italic;
}
/* Links */
a:link, a:visited, a:hover, a:active {
	color: #353535;
	text-decoration: none;
}
a:hover {
	color: #29689e;
	text-decoration: underline;
}
ul.choice li a:link, 
ul.choice li a:visited, 
ul.choice li a:hover, 
ul.choice li a:active {
	display: block;
	padding: 2px 0 2px 20px;
	background: transparent url(../media/front/ul_choice_li_a_link.gif) no-repeat 0 50%;
}
fieldset p.add a:link, 
fieldset p.add a:visited, 
fieldset p.add a:hover, 
fieldset p.add a:active {
	text-decoration: underline;
}
ul.tools li a:link, 
ul.tools li a:visited, 
ul.tools li a:hover, 
ul.tools li a:active {
	display: block;
	padding: 55px 0 0 0;
	width: 50px;
	color: #000;
	text-decoration: none;
}
ul.tools li a:hover {
	text-decoration: underline;
}

ul.tools li.type1 input {
	background: url(../media/front/tool_1.gif);
	border:0;
	width:48px;
	height:47px;
	cursor: pointer;	
}

ul.tools li.type2 input {
	background: url(../media/front/tool_2.gif);
	border:0;
	width:48px;
	height:47px;
	cursor: pointer;	
}

ul.tools li.type3 input {
	background: url(../media/front/tool_3.gif);
	border:0;
	width:48px;
	height:43px;
	cursor: pointer;	
}

ul.tools li.type4 input {
	background: url(../media/front/tool_4.gif);
	border:0;
	width:40px;
	height:48px;
	cursor: pointer;	
}

ul.tools li.type5 input {
	background: url(../media/front/tool_5.gif);
	border:0;
	width:47px;
	height:48px;
	cursor: pointer;	
}

ul.tools li.type6 input {
	background: url(../media/front/tool_6.gif);
	border:0;
	width:45px;
	height:48px;
	cursor: pointer;	
}

ul.tools li.type7 input {
	background: url(../media/front/tool_7.gif);
	border:0;
	width:44px;
	height:48px;
	cursor: pointer;	
}

.imprimer-pdf
{
background-image:url(../media/front/format_2.gif);
border:0;
width:16px;
height:16px;
cursor: pointer;
}

p.pdf a:link, 
p.pdf a:visited, 
p.pdf a:hover, 
p.pdf a:active {
	display: block;
	text-decoration: underline;
}
/* Widgets */
form {
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset {
	margin: 0;
	padding: 0 10px 10px;
	border: 0;
}
div.depart fieldset {
	width: 560px;
	background-color: #ebf5fb;
}
div.arrive fieldset {
	width: 560px;
	background-color: #e6faeb;
}
div.arrive2 fieldset {
	width: 560px;
	background-color: #e6faeb;
}
div.travel fieldset {
	width: 560px;
	background-color: #fff4e5;
}
div.stage fieldset {
	width: 560px;
	background-color: #f3f3f3;
}
div.station fieldset {
	padding-bottom: 40px;
	width: 560px;
	background: #ebf5fb url(../media/front/div_station_fieldset.gif) no-repeat 0 100%;
}
div.station2 fieldset {
	width: 560px;
	background-color: #ebf5fb;
}
div.fiche fieldset {
	width: 560px;
	background-color: #ebf5fb;
}
div.fiche2 fieldset {
	padding-bottom: 40px;
	width: 560px;
	background: #ebf5fb url(../media/front/div_station_fieldset.gif) no-repeat 0 100%;
}
div.period fieldset {
	width: 560px;
	background-color: #fff4e5;
}
div.contact fieldset {
	padding: 20px 10px;
	width: 560px;
	background: #ebf5fb url(../media/front/div_station_fieldset.gif) no-repeat 0 100%;
}
fieldset label {
	margin: 2px 0 0 0;
	color: #000;
}
/*fieldset.form p.block {
	width: 260px;
}*/
fieldset p.block label {
	clear: left;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	width: 80px;
}
div.contact fieldset p.block label {
	clear: left;
	float: left;
	margin: 2px 10px 0 0;
	padding: 0;
	width: 195px;
	text-align: right;
}
div.depart fieldset label.extra {
	color: #ebf5fb;
}
div.arrive fieldset label.extra {
	color: #e6faeb;
}
div.arrive2 fieldset label.extra {
	color: #e6faeb;
}
div.stage fieldset label.extra {
	color: #f3f3f3;
}
div.station fieldset label.extra {
	color: #ebf5fb;
}
div.fiche fieldset label.extra {
	color: #ebf5fb;
}
fieldset input.text {
	padding: 2px;
	border: 1px solid #7f9db9;
	width: 165px;
	color: #000;
	background-color: #fff;
	font-size: 1em;
}
fieldset input.text2 {
	padding: 2px;
	margin: 2px;
	border: 1px solid #7f9db9;
	width: 165px;
	color: #000;
	background-color: #fff;
	font-size: 1em;
}
div.contact fieldset input.text {
	width: 200px;
}
fieldset textarea.text {
	padding: 2px;
	border: 1px solid #7f9db9;
	width: 200px;
	color: #000;
	background-color: #fff;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset select {
	margin: 0 5px 4px 0;
	border: 1px solid #7f9db9;
	color: #000;
	background-color: #fff;
	font-size: 9px;
	height: 18px;
}

fieldset select.list {
	width: 165px;
}

fieldset select.list option {
	width: 170px;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	width: 120px;
	background-color: #fff;
}
/* Tables */
ol.route li table {
	clear: both;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: #fff;
}
ol.route li table caption {
	display: none;
}
ol.route li table {
	width: 100%;	
}
ol.route li table th, ol.route li table td {
	padding: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
ol.route li table th.firstChild, ol.route li table td.firstChild {
	border-left: 0;
}
ol.route li table th {
	background-color: white;
}
ol.route li table th.firstChild {
	color: #758997;
}
ol.route li table td {
	background-color: #e7edf2;
}
ol.route li table tr.plan td {
	background-color: #d0dce6;
}
table.depart {
	clear: both;
	margin: 0 20px;
	padding: 0;
	width: 580px;
	border-collapse: collapse;
	background-color: #fff;
	font-size: 1.1em;
}
table.depart caption {
	display: none;
}
table.depart th, table.depart td {
	padding: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	color: #000;
}
table.depart th.firstChild, table.depart td.firstChild {
	border-left: 0;
	text-align: right;
}
table.depart th {
	background-color: #9ea9b1;
}
table.depart th.firstChild, table.depart th.hide {
	color: #9ea9b1;
	width: 15px;
	font-size: .1em;
}
table.depart td {
	background-color: #d0dce6;
}
table.depart tr.even td {
	background-color: #e7edf2;
}