/*---------------------------STANDARDBASE.CSS-----------------------------------
 *  Cette feuille de style css regroupe les classes necessaires a la mise en
 *  place d'un squelette de page conforme aux specifications du W3C
 *------------------------------------------------------------------------------
 *  Date de creation: 25/11/05
 *  Auteurs:  Olivier Daumas
 *            Benoit Charbonnier
 *	      Christophe Boulet	
 *  Version: 1.1
 *------------------------------------------------------------------------------
 *  Version: 1.2
 *----------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
 * Styles generaux
 *----------------------------------------------------------------------------*/


* { 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
} /* feinte permettant a Firefox d'inclure le padding dans le width et le height d'un element */

body, form, h1, h2, h3, h4, h5, h6, select, input {
  margin: 0;
  padding: 0;
  font-family: Arial; 
  font-size: 11px; 
}
h2 {
  font-weight: bold;
}
/*Affichage des code CMS pour le dev*/
code {
        font-family: Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------------------------------
 * Geston des Blocs Principaux
 *----------------------------------------------------------------------------*/
dl,dt,dd { margin:0; padding:0;}

.pageWidth {
	width: 700px;
}

/*Needed to remove the <hr />*/
dd { overflow: hidden; width: 100%; clear:left;}

dt {
  	margin-top:20px;
  	padding: 0px 0px 0px 0px;
	line-height:19px;
	white-space:nowrap;
}

* html dt
{
	white-space:normal;
}

dt div.titre
{
	float: left;
}

dd {
	border-bottom:1px solid #fff;
}

hr.cleaner
{
	clear:both;
	height:1px;
	margin: -1px 0 0 0;
        padding:0;
	border:none;
	visibility: hidden;
}


/*-----------------------------------------------------------------------------
 * Gestion des blocs secondaires 
 *----------------------------------------------------------------------------*/
 
.ssTitreBanniere {
	padding: 5 0 5 15px;
	background-color: rgb(140,197,228);
	border-top:1px solid #FFFFFF; 
	border-bottom:1px solid #FFFFFF; 
	font-family: Arial; 
	font-size: 12px; 
	color: #061892; 
	font-weight: bold;
}

 
/*------------------------------------------------------------------------------
 * Geston des messages d'erreurs
 *----------------------------------------------------------------------------*/
#msgErreur dd {
  padding: 25px 10px;
  margin-top: 10px;
  text-align: center;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}

/*------------------------------------------------------------------------------
 * Geston des cadres gauche-droite
 *----------------------------------------------------------------------------*/
div.bloc {
  padding: 10px;
}

div.blocgauche {
	margin: 0 0 0 0;
  padding: 15px;
}

div.blocgauche div.contenu {
	margin: 0;
	padding: 0;
}

div.blocdroite {
	float: right;
	width: 170px;
	margin: 5px 0 10px 10px;
        padding: 0;
}

div.blocdroite div.contenu {
	margin: 0;
  padding: 0;
}

/*------------------------------------------------------------------------------
 * Geston des Blocs d'informations lateraux
 *----------------------------------------------------------------------------*/
.mandatory {
	font-size: 11px;
	color: rgb(51, 102, 153);
  font-family: Arial,Helvetica,sans-serif;
  text-align:right;
  padding-right: 10px;
}

.information {
	font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  text-align:justify;
  padding-right: 10px;
}

.RetourHaut {  
	text-align: right;
	margin-top: 20px;
}
.RetourHaut a {  
	font-family: Verdana; 
	font-size: 10px; 
	color: #061892; 
	text-decoration: none;
}

/*------------------------------------------------------------------------------
 * Geston des Formulaires
 *----------------------------------------------------------------------------*/
label, .inputHidden {
 font-size: 11px;
}
label, .inputHidden span.titre {
  padding: 0 .4em;
  font-family: Arial;
  font-size: 11px;
  margin: 0;
  vertical-align: middle;
}

.inputHidden span.titre {
	margin-right: 6px;
}

p.inputHidden {
    margin-top:1px;
    margin-bottom:1px;
}
      	
p.inputHidden span.titre {
	width:40%;
}
p.inputHidden span.infoHeavy {
	width:51%;
	padding-bottom:10px;
	padding-top:5px;
	float: left;
	text-align: right;
}

.inputText, .inputRadio, .inputCheck, .inputSelect, .inputHidden  {
  margin: .3em 0;
  clear: left;
}
p.inputSelect select, p.inputText select, p.inputText input, p.inputRadio input, p.inputCheck input, p.inputSelect input, p.inputHidden {
  vertical-align:middle;
}

.inputText label.titre, .inputRadio label.titre, .inputCheck label.titre, .inputSelect label.titre, .inputRadio span.titre, .inputSelect span.titre {
	position:relative;
        top: 0.5em;
	float:left;
	text-align:right;
	width: 25%;
}
.inputHidden span.titre {
    float:left;
	text-align:right;
	width: 25%;
}
.inputRadio label.value {
     vertical-align:top !important;
     vertical-align: middle;
}

.inputRadio label.titre {
	top: 0;	
}

input.erreurHighlight {
  background-color: #f5f5dc;
}

/*------------------------------------------------------------------------------
 * Geston des Pushs provenant de BV ou du CMS
 *----------------------------------------------------------------------------*/
ul.push {
  -moz-box-sizing: border-box;
	background-color: #09C;

	margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0px;

	padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 2em;

	text-align: justify;
	list-style-image: url('/FR/common/common/img/pictos/fleche_droite.gif');

}

ul.push li { margin: 0; padding: 0; }

/*------------------------------------------------------------------------------
 * Geston des Boutons
 *----------------------------------------------------------------------------*/
.blocBouton {
	margin: 0;
        padding-bottom: 4px;
}

.blocBouton div { margin: 0; padding: 0; }

.blocBouton div a, .blocBouton div input { margin-top: 4px; }

.blocBouton div.gauche {
	float: left;
	width: 170px;
}

.blocBouton div.centre {
	margin: 0 170px 0 170px;
}

.blocBouton div.droite {
	float: right;
	width: 170px;
}

/*------------------------------------------------------------------------------
 * Geston des Listes
 *----------------------------------------------------------------------------*/

table.listeStd {
	/*width: 100%;*/
	/*border-collapse: collapse;*/
	border-spacing: 0px 0px;
	table-layout: fixed;
        padding: 0px;
}

table.listeStd thead, table.listeStd tr.head {
	font-family: Arial; 
	text-align: left;
	vertical-align:bottom;
}
table.listeStd thead, table.listeStd tr.head {
	border-bottom: 1px solid #FFFFFF;
}
table.listeStd tfoot {
	border-top: 1px solid #FFFFFF;
}
table.listeStd tbody {
	font-family: Arial; 
	font-size: 11px; 
	color: #000000; 
	text-align: left;
}
table.listeStd thead tr th, table.listeStd tr.head th {
	vertical-align: bottom;
	padding: 1px 3px;
	border-left: 1px solid #FFFFFF;

}
table.listeStd thead tr th.noLeftBorder, table.listeStd tr.head th.noLeftBorder {
	vertical-align: bottom;
	padding: 1px 2px;
	border-left: 0;
}
table.listeStd th.farePage {
  height: 30px;
  padding: 0px;
  width: 110px;
}

table.listeStd tbody tr td {
	vertical-align: top;
	padding: 6px 2px;
}

div.bloccenter {
  padding: 15px;
  text-align: center;
}

thead tr th.noborderleft {
  border-left: none;
}

table.listeStdCollapse {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.fareAmount {
  margin-left:80px;
  color: #ff0000;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}
.fareDetail {
  border:0px;
}

