/* ELEMENTS DE STYLE DE BASE */

* {
margin:0px;
padding:0px;
}

body {
margin:0px;
padding:0px;
background : #ffffff url(../img/fond.png) no-repeat top center;
}

#main {
width:480px;
margin: 0px auto 0px auto;

}

div#logo {
width : 480px;
height : 140px;
}

h1 {
display : none;
}




/* GESTION DES ONGLETS */
.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: none;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */  
    color : #0097ca;  
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color : #0097ca;  
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin: 5px 0 0;
    background-position: 100% 0;
    background: none;
    color : #003466;
}
.ui-tabs-nav a span {
    padding-top: 0px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 0px;
    line-height: 27px;

}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #519e2d;
    padding: 10px;
    background: none; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* END SKIN TAB */







/* STYLE POUR DATEPICKER */

/* Main Flora Style Sheet for jQuery UI Datepicker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #DDD;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #FF9900;
	z-index: 10;
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #DDD !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #DDD;
	color: #000;
}
*html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}
.ui-datepicker-control {
	background: #FF9900;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #cae0ea;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.ui-datepicker-links label {
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #0097ca;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #0097ca;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker .ui-datepicker-titleRow {
	background: #cae0ea;
	color: #000;
}
.ui-datepicker .ui-datepicker-daysRow {
	background: #FFF;
	color: #666;
}
.ui-datepicker-weekCol {
	background: #cae0ea;
	color: #000;
}
.ui-datepicker .ui-datepicker-daysCell {
	color: #000;
	border: 1px solid #DDD;
}
#ui-datepicker .ui-datepicker-daysCell a {
	display: block;
}
.ui-datepicker .ui-datepicker-weekEndCell {
	background: #ebf1f4;
}
.ui-datepicker .ui-datepicker-daysCellOver {
	background: #FFF;
	border: 1px solid #777;
}
.ui-datepicker .ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #41b2d8 !important;
}
.ui-datepicker-currentDay {
	background: #0085b3 !important;
}
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #000 !important;
}
.ui-datepicker-titleRow a {
	color: #000 !important;
}
.ui-datepicker-control a:hover {
	background: #FDD !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-titleRow a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #0085b3;
}
.ui-datepicker-oneMonth {
	float: left;
	width: 185px;
}
.ui-datepicker-newRow {
	clear: left;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}




/* STYLE DU FORMULAIRE */


div#lang {
border : none;
background-color : none;
margin-top : 10px;
}

#main fieldset {
border : none;
width: 485px;
}

#main fieldset legend {
display : none;
}

label {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight : bold;
    color : #003466;
}

p.p_origin, p.p_destination, p.p_outward, p.p_inward, p.p_comfort_class, p.p_passengers {
width : 240px;
float : left;
display : block;
margin-top : 10px;
}

p.p_origin label, p.p_destination label, p.p_outward label, p.p_inward label {
width : 240px;
display : block;
}

p.p_country label {
width : 480px;
display : block;
}

p.p_country select {
width : 480px;
display : block;

}

p.p_origin input, p.p_destination input {
width : 230px;
display : block;
float : left;
}

p.p_outward input, p.p_inward input {
width : 130px;
display : block;
float : left;
}

p.p_more-options {
width : 480px;
display : block;
margin-bottom : 10px;
}


a.more-options, a.more-options#visited {
font-size : 10px;
text-decoration : none;
color : #0097ca;
}


.more-options-hide {
background-color : #cae0ea;
width : 480px;
padding-top : 10px;
padding-bottom : 10px;
margin-bottom : 10px;
}



.p_travel_type_ar {
display : block;
float : left;
margin-right : 20px;
}

.p_travel_type_ar, .p_travel_type_as {
margin-bottom : 5px;
margin-left : 10px;
}

.p_direct_travel_all, .p_direct_travel_yes {
display : block;
float : left;
margin-right : 20px;
}

.p_direct_travel_all, .p_direct_travel_yes, .p_direct_travel_no {
margin-bottom : 5px;
margin-left : 10px;
}

.p_via_city {
margin-bottom : 5px;
margin-left : 10px;
margin-right : 20px;
}


p.p_submit {
width : 480px;
text-align : center;
}

.p_submit input {
border : none;
}

div#logotgveurope {

width : 100%;
height : 29px;
background : #ffffff url(../img/logo-tgv-europe.png) no-repeat top center;

}

p.smallfooter {
color : #bbbbbb;
font-size : 9px;
text-align : center;
margin-top : 100px;
}

p.infoblog {
color : #003466;
font-size : 12px;
font-weight : bold;
text-align : center;
margin-top:10px;
}

p.pub {
text-align : center;
}

.additious img {
  border: none;
}

/* Splash page */

#splash ul li {
list-style : none;
}

ul#flag_be, ul#flag_de, ul#flag_es, ul#flag_fr, ul#flag_it, ul#flag_nl, ul#flag_at, ul#flag_ch, ul#flag_uk, ul#flag_zz {

height : 70px;
width : 480px;

}

ul#flag_be {background : url(../img/splash/flag-be.png) no-repeat top left;}
ul#flag_de {background : url(../img/splash/flag-de.png) no-repeat top left;}
ul#flag_es {background : url(../img/splash/flag-es.png) no-repeat top left;}
ul#flag_fr {background : url(../img/splash/flag-fr.png) no-repeat top left;}
ul#flag_it {background : url(../img/splash/flag-it.png) no-repeat top left;}
ul#flag_nl {background : url(../img/splash/flag-nl.png) no-repeat top left;}
ul#flag_at {background : url(../img/splash/flag-at.png) no-repeat top left;}
ul#flag_ch {background : url(../img/splash/flag-ch.png) no-repeat top left;}
ul#flag_uk {background : url(../img/splash/flag-uk.png) no-repeat top left;}
ul#flag_zz {background : url(../img/splash/flag-zz.png) no-repeat top left;}

ul#flag_be li, ul#flag_ch li, ul#flag_de li, ul#flag_es li, ul#flag_fr li, ul#flag_it li, ul#flag_nl li, ul#flag_at li,  ul#flag_uk li, ul#flag_zz li {
list-style : none;

}

ul#flag_be li a, ul#flag_ch li a {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight : bold;
    color : #003466;
    text-decoration : none;
    display : block;
    width : 480px;
}

ul#flag_de li a, ul#flag_es li a, ul#flag_fr li a, ul#flag_it li a, ul#flag_nl li a, ul#flag_at li a, ul#flag_uk li a, ul#flag_zz li a {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight : bold;
    color : #003466;
    text-decoration : none;
    display : block;
    width : 480px;
    height : 70px;
}

ul#flag_de li a span, ul#flag_es li a span, ul#flag_fr li a span, ul#flag_it li a span, ul#flag_nl li a span, ul#flag_at li a span, ul#flag_uk li a span, ul#flag_zz li a span {
  margin-left: 145px;
  padding-top : 15px;
  display : block;
}


ul#flag_be li a span, ul#flag_ch li a span {
  margin-left: 145px;
  display : block;
}




/* Language selection */

#language_selection {
display : block;
margin: 20px auto 0px auto;
width : 560px;
height : 20px;
}



#language_selection ul li { display: inline; }

#language_selection ul li a
{
padding: 0.2em 1em;
font-family: arial, helvetica, sans-serif;
font-size : 9px;
color: #036;
text-decoration: none;
float: left;
}

#language_selection ul li a:hover,
#language_selection ul li a.active
{

color: #369;
}

/* Directory : Letter selection */
#directory h2 {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight : bold;
    color : #003466;
    text-decoration: none;
    margin-bottom : 10px;
}


p.directory_letter a {
display : block;
float : left;
width : 78px;
height : 78px;

    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 72px;
    font-weight : bold;
    color : #003466;
    text-decoration: none;
    text-align : center;
}



p.directory_origin a, p.directory_origin {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight : bold;
    color : #003466;
    text-decoration: none;
}



p#to_directory a {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight : bold;
    color : #003466;
    text-decoration: none;

}





