/******************************************************************************/
/*                                  compPage                                  */
/******************************************************************************/

/******************************************************************************/
/*                       BALISES POUR LE POSITIONNEMENT                       */
/******************************************************************************/

* {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

#positionSite {
}
#positionSite .langage {
}
#positionSite .langage .pageEtape {
}


/******************************************************************************/
/*                         TAILLE DU CONTENU DU SITE                          */
/******************************************************************************/

#cadreContent {
    width: 785px;
}
#pageErreur #cadreContent {
}


/******************************************************************************/
/*              BALISES POUR LES TAILLES DES LIGNES ET COLONNES               */
/******************************************************************************/

.ligneContent1 {
}
.ligneContent1 .colonneContent1 {
}
.ligneContent2 {
    background: none repeat scroll 0 0 #D5DFEB;
    font-size: 13px;
    font-weight: bold;
    height: 18px;
    margin-bottom: 10px;
    padding-top: 3px;
}
.ligneContent2 .colonneContent1 {
    float: left;
}
.ligneContent2 .colonneContent2 {
    float: right;
}
.ligneContent3 {
}
.ligneContent3 .colonneContent1 {
}


.bandeauEtat {
    display: none;
    height: 120px;
    margin: -121px 0 0 1px;
    position: absolute;
    width: 109px;
	
}


.boxBilletDiffere span{
		font-size: 12px;
	 border-spacing: 0;
    color: #000000;
    font-weight: bold;
    margin-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 96%;
	clear:both;
}


.infoBilletDiffere{
	font-size: 11px;
	 border-spacing: 0;
    color: #000000;
    font-weight: normal;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 96%;
}

div.dataContentComposants div.objetInfoComp {
    display:none;
}
	