/*
from wv_forms_sv
*/

body
{
  font-family: Arial, "Trebuchet MS", "Century Gothic";
}
#formContainer {
	width: 335px;
	text-align: center;
}


form.mininav
{
  display:          inline;
  float: right;
  text-align:       right;
  padding-right: 20px;
}

form {
  font-family: Arial, "Trebuchet MS", "Century Gothic";
  font-size: 12px;
  width: 100%;
  text-align: center;
}

form * {
	font-family:Arial, "Trebuchet MS", "Century Gothic";
	font-size: 11px;
}

form fieldset {
  display: inline;
  width: 95%;
  clear: both;
  font-size: 100%;
  border-style: solid;
  border-color: #cdcdcd;
  padding: 10px;
  text-align: center;
	background-image: url('/images/bg_fieldset.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

form fieldset legend {
  font-size: 14px;
  font-weight: bold;
  color: #698EAE; /* BLUE */
	/* color: #54C40A; GREEN */
	/* color: #cc0000; RED */
  padding: 5px;
}

fieldset p {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	margin: 0 10px 0 10px;
}

fieldset ul {
	list-style-type: circle;
	color: #666666;
	margin: 10px 20px 0 30px;
}

label {
  font-size: 13px;
	font-weight: bold;
	color: #333333;
}


label.checkboxes {
  font-size: 13px;
	font-weight: normal;
	color: #333333;
}

label.labelLeft {
	float: left;
}

label.labelRight {
	float: right;
}

.selectDD {
	width: 170px;
}

.selectDDr {
	width: 80px;
}

.selectDDday {
	width: 45px;
}

.selectDDmonth {
	width: 72px;
}

.selectDDyear {
	width: 53px;
}

.textInput {
	width: 165px;
}

.textInputDate {
	width: 145px;
}

div.formRow {
	text-align: right;
	margin-bottom: 5px;
	clear: both;
}

div.formRowH {
	text-align: left;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: both;
}


input.submit {
	font-family: "Trebuchet MS", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url('/images/submit_bg.gif');
	background-repeat: repeat-x;
	border: 1px solid #85B2DA;
	height: 24px;
	width: 170px;
	margin: 10px;
	float: center;
}

body
{
/*
  background: url("/images/background.jpg");
*/
  //background-color: #757575;
  background-color: #ffffff;
  text-align:     center;
  margin-left:    auto;
  margin-right:   auto;
  margin-top:     auto;
  margin-bottom:  auto;
}

a:visited
{
  text-decoration: none;
  color: blue;
}

a:active
{
  text-decoration: none;
  color: blue;
}

a:hover
{
  text-decoration: underline;
  color: black;
}

a:link
{
  text-decoration: none;
  color: blue;
}

.agentaddress
{
  display:inline;
  float: right;
  color: #000000;
  padding-right: 10px;
  text-align: right;
	font-family:Arial, "Trebuchet MS", "Century Gothic";
	font-size: 12px;
  //font-weight:bold;
}

.logo
{
  display:inline;
  float: left;
  color: #000000;
  font-weight: bold;
  padding: 0px 20px 20px 20px;
  font-family: Arial;
  font-size: 30px;
}
.stats_header
{
  background-color: #eae7e7;
  font-family:      sans-serif;
  font-weight:      bold;
  color:            black;
  text-align:       left;
  margin-left:      auto;
  margin-right:     auto;
  padding:          5px;
}

.stats
{
  display:          inline;
  float:            right;
  background-color: #efeff7;
  border-width:     thin;
  border-style:     groove;
  width:            300px;
  color:            black;
  text-align:       center;
  margin-left:      10px;
  margin-right:     10px;
  margin-top:       10px;
  margin-bottom:    10px;
}

.stats_large
{
  display:          inline;
  float:            right;
  background-color: #efeff7;
  border-width:     thin;
  border-style:     groove;
  width:            500px;
  color:            black;
  text-align:       left;
  margin-left:      10px;
  margin-right:     10px;
  margin-top:       10px;
  margin-bottom:    10px;
}
 
.stats_xlarge
{
  display:          inline;
  float:            right;
  background-color: #efeff7;
  border-width:     thin;
  border-style:     groove;
  width:            600px;
  color:            black;
  text-align:       left;
  margin-left:      10px;
  margin-right:     10px;
  margin-top:       10px;
  margin-bottom:    10px;
}

.stats ul li {
  font-family:      sans-serif;
  color:            black;
  padding:          5px;
  text-align:       left;
}

.stats ul  {
  font-family:      sans-serif;
  color:            black;
  list-style:       none;
  text-align:       left;
/*
  margin-left:      15px;
*/
  margin-top:       0px;
  margin-bottom:    0px;
  padding:          5px;
}

#content
{
  background-color: white;
/*
  border-width: thick;
  border-style: groove;
*/
  color: black;
  width: 100%;
/*
  height: 70%;
  */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding:0px;
  padding-bottom: 20px;
}

#content-header
{
  height: 100px;
  background-image: url("/images/bg_top_border.png");
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
}

#content-footer
{
  height: 100px;
  background-image: url("/images/bg_bottom_border.png");
  background-repeat: repeat-x;
}

#login
{
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding:25px 5px 5px 5px;
}
.languageLink
{
  display:inline;
  float: right;
//  color: #ffffff;
  padding: 5px;
  margin-top: 35px;
  margin-right: 30px;
  text-align: right;
	font-family:Arial, "Trebuchet MS", "Century Gothic";
	font-size: 12px;
  font-weight:bold;

	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 

	color: #000000;
	background: #ffffff;
	border: 2px solid #6096bc;
}

#moveClientsAction
{
	float: left;
	
	-webkit-border-radius: 	5px; 
	-moz-border-radius: 		5px; 
	border-radius: 					5px; 

	color: #000000;
	background: #ffffff;
	border: 2px solid #6096bc;
	padding: 10px;
}

.closeButton {
		float: right;
    width:	20px;
    height:	20px;
    background:#6C9;
		margin-top: -10px;
		margin-right: -10px;
/*
    position:absolute;
    top:0;
    right:0;
    z-index:100;
*/
}

.deleteButton {
		float: 				right;
    width:				20px;
    height:				20px;
    background:		#FF0000;
		margin-bottom: 	-20px;
		margin-right: 	0px;
		position: relative;
		z-index: 100;
	cursor: pointer; 
/*
    position:absolute;
    top:0;
    right:0;
    z-index:100;
*/
}

#header
{
  height: 70px;
  //background: url("/images/new_header_background.jpg");
  /*
  background-color: white;
  border-width: thick;
  border-style: groove;
  padding:5px 5px 5px 5px;
  */
  color: black;
  width: auto;
  text-align: center;
  padding:15px 0px 5px 0px;
}

#footer
{
  /*
  position:   absolute;
  bottom:     0px;
  left:       0px;
  */
  width:      100%;
  display:    inline;
  float:      bottom;
  height:     30px;
  padding:    0px 0px 0px 0px;

  /*
  background: url("/images/background_bottom.jpg");
  background-color: white;
  border-width: thick;
  border-style: groove;
  padding:5px 5px 5px 5px;
  */
  color: black;
  text-align: center;
}

.pager
{
	background-image: url('/images/bg_fieldset.gif');
  color: black;
  width: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding:5px 5px 5px 5px;
  border-width: thin;
  border-style: groove;
}

h1
{
}

td.number
{
  text-align: right;
}

.currency
{
  display: inline;
  float: left;
}
div.actions
{
	display: inline-block;
	float: right;
}

div.actions a:link, div.actions a:visited, div.actions a:hover
{
	color: #ff0000;
	font-size: 14px;
}

td.actions
{
  text-align: center;
}
th
{
  border-width: medium;
  border-style: groove;
  border-color: white;
  padding: 0px 5px 0px 5px;
}

td
{
  padding: 5px 5px 5px 5px;
}

#navbarfoot {
  height: 19px;
  /*
  background-image: url("/images/background.jpg");
  background-repeat: repeat-x;
  clear: left;
  border-width: thick;
  border-style: groove;
  padding: .2em 0 0 0;
  */
}

#navbarfoot #status {
  float: right;
}

#copyright {
  font-family: sans-serif;
  background-color: inherit;
  font-size: 75%;
  color: #FFFFFF;
  font-weight: bold;
  text-align: right;
  margin-right: 100px;
}

.error
{
  color: #992222;
  background-color: inherit;
  font-weight: bold;
  text-align: center;
  border-width: medium;
  border-color: white;
  border-style: groove;
  margin-left: auto;
  margin-right: auto;
}

.alert
{
  color: #222299;
  background-color: inherit;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  border-width: medium;
  border-color: white;
  border-style: groove;
  margin-left: auto;
  margin-right: auto;
}


.highlight { border: 3px solid #bab8ce !important;}
div.button {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 

	color: #000000;
	/*
	background: #fee3ad;
	*/
	background: #e8e6e6;
	border: 2px solid #6096bc;
	margin-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;

	cursor: pointer; 
	font-weight:bold; 
	display:inline; 
}

button
{
  background-color: white;
  color: black;
}

tr.primary
{
  background-color: #d6deff;
  color: black;
}

tr.secondary
{
  background-color: #efeff7;
  color: black;
}

tr.primarytype1
{
  background-color: #99FF99;
  color: black;
}

tr.secondarytype1
{
  background-color: #BBFFBB;
  color: black;
}

tr.primarytype2
{
  background-color: #9999FF;
  color: black;
}

tr.secondarytype2
{
  background-color: #BBBBFF;
  color: black;
}

tr.primarytype3
{
  background-color: #FF9999;
  color: black;
}

tr.secondarytype3
{
  background-color: #FFBBBB;
  color: black;
}

td.primarytype1
{
  background-color: #99FF99;
  color: black;
}

td.secondarytype1
{
  background-color: #BBFFBB;
  color: black;
}

td.primarytype2
{
  background-color: #9999FF;
  color: black;
}

td.secondarytype2
{
  background-color: #BBBBFF;
  color: black;
}

td.primarytype3
{
  background-color: #FF9999;
  color: black;
}

td.secondarytype3
{
  background-color: #FFBBBB;
  color: black;
}

label
{
/*
width: 4em;
*/
float: left;
text-align: right;
margin-right: 1em;
margin-left: 0.5em;
display: block;
}

select
{
	margin-bottom: 10px;
}
input
{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 

	color: #000000;
	/*
	background: #fee3ad;
	*/
	background: #e8e6e6;
	border: 2px solid #6096bc;
	margin-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

input[type=image]
{
	color: #000000;
	/*
	background: #fee3ad;
	*/
	background: #ffffff;
	border: none;
	margin-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

input[type=text]
{
	width: 200px;	
}

input.small
{
	width: 50px;	
}

input.url
{
	width: 300px;
}
/*
input.submit
{
text-align: center;
color: #000;
background: #62b3ff;
border: 2px outset #d7b9c9;
margin-right: 1.5em;
margin-left: 1.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 4px 4px;
}
*/

/*
fieldset
{
border: 1px solid #781351;
}

legend
{
color: #fff;
background: #62b3ff;
border: 1px solid #781351;
padding: 2px 6px;
margin-bottom: 1em;
}
*/

fieldset.general
{
  display: inline;
  text-align: right;
  padding: 10px 10px;
  width: 500px;
}

fieldset.doublewide
{
  display: inline;
  text-align: right;
  padding: 10px 10px;
  width: 1030px;
}

fieldset.small
{
  display: inline;
  text-align: right;
  padding: 10px 10px;
  width: 300px;
}

fieldset.html
{
  display: inline;
  text-align: right;
  padding: 10px 10px;
  width: 800px;
}

fieldset.wide
{
  display: inline;
  text-align: right;
  padding: 10px 10px;
  width: 800px;
}
fieldset.wide2
{
  display: inline;
  text-align: right;
  padding: 10px 10px;
  width: 1000px;
}
fieldset.float
{
  display: inline;
  text-align: right;
  padding: 10px 10px;
  width: 500px;
  float: right;
}


fieldset.list
{
  display: inline;
  text-align: left;
  padding: 10px 10px;
  width: 500px;
/*
  width: 80%;
*/
}

div.list
{
  display: block;
  width: 300px;
  text-align: center;
/*
  width: 80%;
*/
}


table.floater
{
  display: inline;
  vertical-align: top;
}

table.floaterleft
{
  display: inline;
  vertical-align: left;
}

#iconbar {
  height: 70px;
  //background-color: white;
  clear: left;

  padding: 15px 5px 5px 5px; /* shift button text down (also causes white padding below bar)*/
  //border-style: groove;
}

#iconbar ul {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#iconbar #appcommands {
  float: right;
}

#iconbar li {
  display: inline;
  position: relative;
}

#iconbaraction {
  display: inline;
  float: left;
  height: 50px;
  background-color: white;
  margin-left: 50px;
  padding: 5px 5px 5px 5px; /* shift button text down (also causes white padding below bar)*/
  clear: left;
}

#iconbaraction ul {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#iconbaraction #appcommands {
  float: right;
  clear: left;
}

#iconbaraction li {
  display: inline;
  position: relative;
}

#navbar {
  height: 40px;
  background-image: url("/images/background.jpg");
  background-repeat: repeat-x;
  padding: .2em 0 0 0; /* shift button text down (also causes white padding below bar)*/
  clear: left;
  border-width: thick;
  border-style: groove;
}

#navbar ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar #appcommands {
  float: right;
  clear: left;
}

#navbar li {
  display: inline;
  position: relative;
}

#navbar ul li {
  padding-bottom: 1em; /* pad so rollover works smoothly */
}

#navbar ul li a {
  padding: 0.3em 1em 0.3em 1em; /* extend border up, right padding, ext border down, left padding */
}

#navbar ul li ul li {
  padding: 0.3em;
}

#navbar ul a {
  font-family: sans-serif;
  color: black;
  background-color: inherit;
}

#navbar ul#menus li a {
  border-right: 1px solid #555;
}

#navbar ul#menus ul li  a {
  border-right: none;
}

#navbar #appcommands li a {
  border-left: 1px solid #555;
}

#navbar ul ul {
  display:none;
  position: absolute;
  left: -4px;
  top: 1.7em;
  background-color: #00c0ff;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  color: black;
}

#navbar ul li:hover ul, #navbar ul ul li {
  display: block;
}
.NavigationPath {
	FONT-SIZE: 14px; COLOR: #333366; 
        TEXT-DECORATION: none;
        FONT-WEIGHT:Bold
}
A.NavigationPath:link {
	COLOR: #333366; TEXT-DECORATION: none
}
A.NavigationPath:visited {
	COLOR: #333366; TEXT-DECORATION: none
}
A.NavigationPath:hover {
	COLOR: blue; TEXT-DECORATION: underline; 
}
A.NavigationPath:active {
	COLOR: #333366; TEXT-DECORATION: underline
}


	.region
		{
			margin-left: 0;
			color: #CB1C2B;
			background: #dedede;
			font-size: 10px;
			font-weight: bold;
		}
	.ville
		{
			margin-left: 2px;
			color: #0556A8;
			font-size: 10px;
			font-weight: bold;
		}
	.sagence
		{
			margin-left: 4px;
			color: #333333;
			font-size: 11px;
			font-weight: normal;
		}

.checkboxes  {
  float: left;
  width: 165px;
  border: 1px solid;
}

.checkboxes ul {
  margin: 0;
  list-style: none;
  float: right;
}

td.checkmark {
	text-align: center;
}
}



/*//////////////////////////////////////////////////////////////////////////////////////////////*/
/* TAGS DE BASE/////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////*/

fieldset.rightside {float: right; width:280px;}
fieldset.leftside {float: left; width: 590px;}


/* img */
img{border: none;}

table.data {width:100%; border: 1px solid; margin: 10px 0px 10px 0px;}
table.data th {background-color: #dae2ec; border: 1px solid;}
table.data tr {border: 1px solid;}
table.data tr td {text-align: left; border: 1px solid; padding: 0px 0px 0px 5px;}
tr.odd 	{background-color: #ffffff;}
tr.even {background-color: #eaf2fc;}
.highlight { border: 3px solid #bab8ce !important;}
div.button {cursor: pointer; display:inline; border: 1px solid #bab8ce; padding: 0px 5px 0px 5px; margin: 5px;}

table.dataEntry {width:100%; border: 1px solid; margin: 10px 0px 10px 0px;}
table.dataEntry th {background-color: #dae2ec; border: 1px solid;}
table.dataEntry tr {border: none;}
table.dataEntry tr td {text-align: left; border: none; padding: 0px 0px 0px 5px;}
th.mainHeader {font-size: 16px;}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ID et leurs CLASSES /////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/* CONTAINERS ========================================================================================================*/
#container1, #container2, #container3, #container4, #container5{}
#container1{ width:100%;}
#container2{ width:895px; margin: 0 auto 0 auto; background:url(/images/backContent.gif) repeat-y top center #FFFFFF; padding:0 12px; height:auto !important; height:100%; position:relative;}
#container3{}
#container4{}
#container5{}


/*  HEADER */

/*
#header{ height:82px; background:url(/images/backLogo.gif) repeat-x; width:100%; margin:0 auto 0 auto;}
*/
#headerContainer{ width:919px; margin:0 auto 0 auto;}

#nav{ height:33px; width:100%; background:url(/images/backMenu.gif) repeat-x top left; position:relative; z-index:10000;}
#nav, #nav ul, #nav li, #nav a{padding: 0;margin: 0;list-style: none; position:relative;}
#nav li {position:relative;background:url(/images/backNav.gif) repeat-x top left; float:left; display:block;margin: 0; padding:0}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {text-decoration:none;cursor:pointer; display: block;padding: 7px 10px 2px 30px; font-family:Tahoma, Verdana, Arial; color:#FFFFFF; font-size:14px; font-weight:bold;}
#nav a:hover {color:#000}

#nav li ul {border-left: 1px solid #c00;background-color:#b0222c; width:15.5em; position: absolute;font-weight:normal;right: -999em}
#nav li:hover ul, #nav li.sfhover ul{right: 0;z-index:99999}

#nav li li {background:none;float:none;border:none;border: 1px solid #999;border-top:1px solid #fff;border-right:none;border-left:none;padding-left:0; }
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {color:#FFFFFF;padding: 4px 10px 4px; width:15.5em; font-size:11px; font-family:Tahoma, Verdana, Arial;}
#nav li li a:hover {color:#fff; text-decoration:underline;}


/* CONTENT */
/*
#content{ width:895px;}
*/
#content .containerContent{ padding: 0 14px;}
#content_left{ width:213px; background-color:#3b5188; float:left;}
#content_left label{ color:#FFFFFF;}

#content_right{ width:665px; float:left; padding-top:20px; padding-left:16px; background-color:#FFFFFF;}
#content_right #topContent_right{ background-color:#3b5188; width:100%; height:29px; color:#FFFFFF; margin-bottom:10px;}
.topContent_right{ background-color:#3b5188; width:100%; height:29px; color:#FFFFFF; margin-bottom:10px;}

.pagerContent{width:310px; float:left; padding:5px 0 0 9px; display: block; clear: both;}
.pagerContent a, .nbPages a{ text-decoration:underline; color:#c0e9fb;}
.pagerContent a:hover, .nbPages a:hover{ text-decoration:none;}
.nbPages{ text-align:right; padding:5px 9px 0 0; float:right; width:310px;}
.star{ padding-top:5px;}

#infoContent_right{ border: 2px solid #e1e5e9; display:block; clear:both; }

#ongletRecherche{ background:url(/images/backOngletRecherche.gif) repeat-x top center; height:32px; margin-right:0px;  margin-top:0px;}
#ongletRecherche ul{ margin:0; padding:0; }
#ongletRecherche li{ float:left; margin:0; padding:0; display:inline;}

#infoVoyages{ background:url(/images/bg_box.png) repeat-x top center; background-color:#4a699f; height:95px; margin:1px 1px 0 0; padding:13px 13px 0px 13px;}
#thumbVoyages{ margin:0px; }

#thumbVoyages img {
max-width: 210px; 
max-height: 140px; 
border:5px solid #4a699f;
}

/*  Form Reservation */
.infoContent_right{ 
	background-color: #ffffff; 
	color: #676869;
	font-size: 0.7em;
	font: 75%/150% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	border: 2px solid #e1e5e9;}

.infoWrapper{ display:inline;}
.infoGenerale{ width:665px; margin: 4px 0px 0 0; background:none; padding:0; }
.infoTable {display: block;}
.infoTable tr td {padding: 5px; vertical-align: top;}
#infoGenerale{ width:665px; margin: 4px 0px 0 0; background:none; padding:0px; }
.blocInfos{ width: 211px; margin-bottom:10px; margin-right: 10px; border: 2px solid #e1e5e9; background-color:#e4eaf1; float:left; height:194px;}
.blocInfosLast{ width: 211px; background-color:#e4eaf1; float:left; border: 2px solid #e1e5e9; height:204px; height:194px; margin:0; padding:0;} 
.enteteBlocInfos{ background-color:#4a699f; margin-top:1px;  }
.enteteBlocInfos p.titleTable{ padding-bottom:6px; margin-bottom:0;}
.enteteBlue{ height:32px; background-color:#dae2ec; margin-bottom:20px;}
.enteteBlocBlue{ background-color:#4a699f; margin-top:1px; height:27px;}
.contentBlocInfos{ padding: 15px 10px;}
.entete_infoContent_right{ background-color:#f0f0f0; padding: 3px;}
.sepStrilles2{ background:url(/images/sepStrilles2.gif) repeat-x top center; width:100%; height:3px;}
#ongletOccupation{ margin: 10px 0 0 0;}

.TR_form_reserv{ background:url(/images/backTR_form.gif) top left repeat-x #FFFFFF; width: 662px; height:278px;}
.TR_form_reserv_blue{ background:url(/images/backTR_blue.gif) top left repeat-x #FFFFFF; width: 662px;}
.TR_strillesWhite{ background:url(/images/backTR_strilles.gif) top left repeat-y #FFFFFF; height:100%;}
.TD_sepVertical{ background:url(/images/sepVertical.gif) top right repeat-y;}
.TD_blueLittle{ background:url(/images/back_TDBlueLittle.gif) top right no-repeat;}
.TD_blueLittle2{ background:url(/images/back_TDBlueLittle2.gif) top right no-repeat;}

#tableDetailsForm, #tableDetailsForm label{ color:#3b5188;}
input#envoyerFormReserve{ border:none;margin:30px 10px 30px 0;}

#details{background-color: #dae2ec;}
#whiteBack p{ width:641px;}
#containerDetails{ padding:10px 10px 15px 10px;}
table.tabInfosVoyages div{ margin-top:1px;}

/* Page Reservation */
.trBlue_reservation{ background:url(/images/trBlue_reservation.gif) repeat-x; width:100%; height:32px;}
.trBlueSlim_reservation{ background:url(/images/trBlueSlim_reservation.gif) repeat-x; width:100%; height:32px;}
.trBlue_reservation_last{ background:url(/images/trBlue_reservation_last.gif) repeat-x; width:100%; height:29px;}
.trBlueSlim_reservation_last{ background:url(/images/trBlueSlim_reservation_last.gif) repeat-x; width:100%; height:29px;}
.trGrey_reservation{ background:url(/images/trGrey_reservation.gif) repeat-x; width:100%; height:29px;}
TABLE#mesReservations{ color:#3b5188; margin-top:4px;}
TABLE#mesReservations a{ font-weight:bold; color:#3b5188;}

/*.floatSelect{ float:right; margin-right:60px;}
select.floatSelect { width:146px;}
.leftSelect{ float:left; padding-left:140px;}*/

/* Details reservation */
.infoTab_detailReserv{ padding:18px 10px;}
#btnRetourListe{ padding-top:14px; margin-bottom:100px;}
.paxPassagers{ float:left; width:262px; margin:0; padding:0; margin-bottom:10px; display:block;}

/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* SEULEMENT DES CLASSES ///////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////*/

/* forms et vdaemon */
.vdLabel{display: block; font-weight: bold; color:#e86215;} 
#template_formulaire .vdLabel{ color: #666666;}
.vdLabelError{display: block; color: #c00; font-weight: bold;}

.vdFieldFocus, input.vdFieldFocus{color: #410a1b; background: #fff; } /* Field normal avec Focus */
.vdFieldError, input.vdFieldError{color: #300; background: #fff; border: 1px solid #c00;} /* Field Error */
.vdFieldErrorFocus, input.vdFieldErrorFocus{color: #c00; background: #fff3f3; border: 1px solid #900;} /* Field Error avec Focus */

.vdDetailsOn, input.vdDetailsOn{color: #c00; font-size: 9px; font-weight: normal; visibility: visible; position: relative; top:-1px; left: 10px;}
.vdDetailsOff, input.vdDetailsOff{color: #c00; font-size: 9px; font-weight: normal; visibility: hidden; position: relative; top:-1px; left: 10px;}

/* toggleVisibility */
.showBtn{display: none; cursor: pointer;}
.hideBtn{display: none; cursor: pointer;}
.toggleBtn{cursor: pointer;}

/* stripe tables*/
.stripes{}
.stripes .odd{background: #f4f4f4;}
.stripes .even{background: #ddd;}

/* highlightRows */
.highlightRows .high{background: #aaa; cursor: default;}

/* clear et floats */
.clear{clear: both;}
.floatLeft{float: left;}
.floatRight{float: right;}
.block {display:block;clear:both;}

/* rollOverTrans */
.rollOverTrans img{filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
.rollOverTrans:hover img{filter: alpha(opacity=80); -moz-opacity: .8; opacity: .8;}

/* jsOnlyContent // pour ceux qui n'ont pas javascript on cache le contenu javascript */
.jsOnlyContent{display: none;}

/* Others */
.small{ font-size:10px;}
.margeHaut{ margin-top:10px;}
.margeGauche{ margin-left:10px;}
.margeDroite{ margin-right:10px;}
.margeBas{ margin-bottom:10px;}
.margeHautBas{ margin-top:10px; margin-bottom:10px;} 

a.linkNav{ color:#c0e9fb; text-decoration:underline; font-weight:normal;}
a.linkNav:hover{ text-decoration:none;}
a.blueLittle{ color:#5992c8; font-size:11px;}
a.space{ padding:0 4px;}

.texteNormal{ color:#676869; font-size:11px;}
.miseEnValeur{ font-weight:bold; font-size:1.2em;}
.title_destination{ color:#ffffff; font-size:24px; font-weight:bold; text-transform:uppercase; line-height:1.1em;}
.info_head_voyage{ color:#ffffff; font-size:12px; font-weight:bold;}
.infoLeft {width: 190px; overflow: hidden;}
.infoRight {width: 200px; overflow: hidden;}
.sep{ background:url(/images/sep.gif) repeat-x; height:4px; width:100%;}
.sepTableau{ background-color:#e1e5e9; width:100%; margin: 1px 0; height:2px; display:block;}
.sepStriller{ background:url(/images/sepStriller.gif) repeat-x; width:100%; height:3px;}
.textGrey{ color:#676869; font-weight:bold; line-height:1.0em; margin:9px 0 9px 9px;}
.Noir{ color:#000000}
.Rouge{ color:#FF0000}
.Orange{ color:#CC6600} 
.Bleu{ color:#0000CC} 
.Vert{ color:#009900} 
.remarque{ margin-left:5px;}
.textBlue{ color:#3b5188;font-weight:normal; line-height:1.0em; margin:9px 0 9px 9px;}
.textDarkBlue{ color:#FFFFFF;font-weight:bold; line-height:1.0em; margin:9px 0 9px 9px;}
.textBlueBigTitle{color:#3b5188; font-weight:bold; font-size:12px;}
.tdBlue{ background:url(/images/back_TDBlue.gif) bottom left no-repeat; height:23px;}
.tdBlue2{ background:url(/images/back_TDBlue2.gif) bottom left no-repeat; height:23px;}
.textBlueSlim{ color:#dbe9f7; font-weight:normal; margin: 4px 0 0 10px;}
.textWhiteBold{ font-weight:bold; color:#FFFFFF; margin: 4px 0 0 10px;}
.tableMsg{ background-color:#3b5188; font-size:11px; color:#FFFFFF; font-family:Tahoma, Verdana, Arial;}
.textBlueSlim{ color:#cde6ff; font-size:11px;}
.titleTable{ font-size:14px; font-weight:bold;  padding: 6px 0 0 12px; color:#FFFFFF;}
.titleGreyContent{ color:#676869; font-size:14px; font-weight:bold; padding-left:10px;}
.divBlue{ background-color:#dae2ec; height:32px; width:100%;}
.boldGrey{ color:#676869; font-weight:bold; font-size:11px;}
.bigBoldGrey{ color:#676869; font-weight:bold; font-size:13px;}
.boldWhite{ font-weight:bold; font-size:12px; color:#FFFFFF; padding: 5px 0 0 10px;}
.redText{ color:#c52c33; font-weight:bold;}

.showSelect{visibility: visible;}
.hideSelect{visibility: hidden;}
.hidden{visibility: hidden;}
input.amount {width: 60px;}
input.datepicker {width: 70px;}
input.time {width: 70px;}
input.stars { width: 30px;}
input.number {width: 30px;}
div.imageupload {}
div.leftside {float: left;}
div.rightside {float: right;}
div.finalamount {font-weight: bold; text-align: right;}

div.groupinfo {font-size: 12px;}
div.headerfields fieldset {text-align: top; vertical-align: top; float: top; display:inline;}
fieldset.top {vertical-align: top; }
.groupname {font-size: 16px; font-weight: bold;}

.searchBox {display:block; text-align: left; font-weight: bold;}

#accessBox {display:block; text-align: left; width: 800px; padding-top: 10px;}
.accessItem {display: inline-block; width: 390px; padding: 5px 0 5px 0;}
.accessAgencyName {float: left; vertical-align: middle; display: inline-block; width: 200px;}
.accessCheckBox		{float: right; vertical-align: middle;  display: inline-block; width: 150px; }

.imageUploadLink { font-size: 13px; font-weight: bold; color: #333333; }

.helpText {border: 1px solid; background-color: #DDDDDD; padding: 10px 0px 10px 0px; text-align: center; font-size: 14px; font-weight: bold;}

.accessCheckBox .ui-state-default { border: 1px solid #c5dbec; background: #eeeeee url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #aaaaaa; }
.accessCheckBox .ui-state-hover { border: 1px solid #79b7e7; background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.accessCheckBox .ui-state-active { border: 1px solid #79b7e7; background: #dbdbdb url(images/ui-bg_inset-hard_100_dbdbdb_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }

a.addButton { font-size: 14px; padding-left: 5px; padding-right: 5px; border: 2px solid;}
a.addButton:hover { color: #000000;}

.sortable { list-style-type: none; margin: 0; padding: 0; width: 900px; }
.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
.sortable li span { position: absolute; margin-left: -1.3em; }

.sortLeft {float: left; font-weight: bold; color: #2e6e9e; font-size: 1em; }

.sortable.productImage { list-style-type: none; margin: 0; padding: 0; width: 850px; display: inline-block;}
.sortable.productImage li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 200px; height: 160px; font-size: 4em; text-align: center; }
