/**************************************************************************************************************
 ********************************************* Apparence générale *********************************************
 **************************************************************************************************************/
 
.fond
{
	background: url("../images/background.png") repeat;
}

.cadrePage
{
	top: 0px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: rgb(240, 247, 255);
	border: 1px solid black;
	-moz-border-radius: 12px;
}

.contenuCadre
{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 7px;
}

.copyright
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-family: verdana,sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.titrePrincipal
{
    height: 122px;
    background: url("../images/fondTitre.bmp") repeat-x;
}

.iconeAttente
{
	position: absolute;
	margin-left: 900px;
	margin-top: -60px;
	display: none;
}

.sidebar
{
	margin-left: 0px;
	width: 175px;
	float: left;
}

.nomChauffeur
{
	width: 100%;
	color: rgb(0, 92, 150);
	font-family: Helvetica,Helv;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.menu
{
	padding-left: 10px;
	padding-right: 10px;
}

.menuItem
{
	margin-bottom: 8px;
	margin-left: -10px;
	padding: 5px;
	font-family: verdana,sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 10.5pt;
	color: rgb(60, 60, 60);
	text-decoration: none;
	background: url(../images/itemMenu.png) repeat-y;
}

.menuItem:hover
{
	cursor: pointer;
	background: url(../images/itemMenuSurvole.png) repeat-y;
}

.menuItemSelectionne
{
	font-weight: bold;
}

.separateurPage
{
	height: auto;
	margin-left: -15px;
    padding-left: 15px;
	border-left-style: dotted;
	border-left-width: 1px;
    border-left-color: silver;
}

.contenuPage
{
	margin-left: 192px;
	padding-top: 4px;
}

.cadreFormulaire
{
	margin-top: -10px;
	border: 1px solid #BBBBCC;
	width: auto;
}

.titreFormulaire
{
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: rgb(0, 92, 150);
	font-family: Helvetica,Helv;
	font-weight: bold;
	font-size: 13px;
}



/**************************************************************************************************************
 ******************************************* Page d'identification ********************************************
 **************************************************************************************************************/
 
.cadreLogin
{
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 50px;
	border: 1px solid #BBBBCC;
}

.erreurIdentification
{
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: red;
	width: 100%;
}



/**************************************************************************************************************
 ************************************** Profil et gestion des chauffeurs **************************************
 **************************************************************************************************************/

.editionProfil, .editionJournee
{
	display: block;
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: rgb(150, 150, 150);
	width: 99%;
	text-align: right;
}

.lienEditionProfil, .lienEditionJournee
{
	color: rgb(150, 150, 150);
	text-decoration: none;
}

.lienEditionProfil:hover, .lienEditionJournee:hover
{
	cursor: hand;
	color: rgb(0, 92, 150);
	text-decoration: underline;
}

.lienEditionProfilInactif, .lienEditionJourneeInactif
{
	color: rgb(200, 200, 200);
	text-decoration: none;
	cursor: default;
}

.partieGaucheFormulaire
{
	display: block;
	float: left;
	width: 370px;
}

.partieDroiteFormulaire
{
	display: block;
}

.libelleFormulaire
{
	/*float: left;*/
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	/*margin-top: 13px;*/
}

.libelleChamp
{
	font-family: arial, hevetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-top: 3px;
	width: 150px;
	float: left;
}

.libellePermis
{
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.alignementFormulaireGauche
{
	display: block;
	float: left;
	width: 165px;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
}

.alignementFormulaireDroit
{
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
}

.champFormulaire
{
	float: left;
}

.correct
{}

.incorrect
{
	background-color: rgb(255, 215, 215);
}

.libelleErreur
{
	display: block;
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	float: left;
	color: red;
}

.petitInterligneFormulaire
{
	line-height: 8px;
}

.imageCalendrier
{
	width: 16px;
	height: 16px;
	border: 0px;
	margin-top: 2px;
	margin-left: 3px;
	float:left;
}

.libelleChampsObligatoires
{
	font-family: arial, hevetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

.planningMensuel
{
	display: block;
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: rgb(0, 92, 150);
	width: 98%;
	text-align: right;
	margin-bottom: 10px;
}

.lienPlanningMensuel
{
	font-size: 12px;
	color: rgb(0, 92, 150);
	text-decoration: none;
}

.lienPlanningMensuel:hover
{
	font-size: 12px;
	color: rgb(0, 92, 150);
	text-decoration: underline;
}



/**************************************************************************************************************
 ************************************* Edition des temps de conduite ******************************************
 **************************************************************************************************************/
 
.cadreJourneeNonRenseignee
{
	font-family: arial, hevetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	display: none;
}

.libelleDetailJournee
{
	font-family: arial, hevetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background: none;
	border: 0px;
}

.zoneCumulPeriodes
{
	color: #202020;
}

.dureePeriode
{
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.cumulDureesPeriode
{
	padding-top: 4px;
	padding-bottom: 3px;
}

.totalDureesPeriode
{
	position: relative;
	left: 641px;
	color: red;
}

#tableauConsultationPeriodes, #tableauModificationPeriodes
{
	position: relative;
	left: 95px;
	width: 580px;
	border-style: ridge;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid rgb(172,168,153);
	border-right: 1px solid rgb(172,168,153);
}

#tableauConsultationPeriodes td, #tableauModificationPeriodes td
{
	border-top: 1px solid rgb(172,168,153);
	border-left: 1px solid rgb(172,168,153);
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.titreTableauPeriodes
{
	background-color: #CCCCCC;
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.ligneTableauPeriodes
{
	background-color: #E5E5E5;
	font-family: arial, hevetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

.ligneAjoutTableauPeriodes
{
	background-color:#D0D0D0;
	text-align: center;
}

.colonneTableauPeriodes
{
	width: 25%;
} 
 
.boutonModificationPeriode
{
	margin-left: 5px;
	margin-right: 5px;
	font-family: arial, hevetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

.iconeGrisee
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.iconeDegrisee
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.libelleCategorieConduite
{
	font-weight: bold;
	color: #CC0000;
}

.libelleCategorieTravail
{
	font-weight: bold;
	color: #0000CC;
}

.libelleCategorieAttente
{
	font-weight: bold;
	color: #009000;
}

.libelleCategorieTransit
{
	font-weight: bold;
	color: #B0AB04;
}

.libelleCategorieHotel
{
	font-weight: bold;
	color: #252525;
}

.commentaireJournee
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.modificationPeriode
{
	font-weight: bold;
	background-color: #F5F5F5;
}

 

/**************************************************************************************************************
 ********************************************* Planning mensuel ***********************************************
 **************************************************************************************************************/

.alignementPlanningGauche
{
	display: block;
	float: left;
	width: 105px;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
}

.alignementPlanningDroit
{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
}

.partieGauchePlanning
{
	display: block;
	float: left;
	width: 350px;
}

.partieDroitePlanning
{
	display: block;
}

.cadreDates{
	margin-top: 1px;
	margin-left: 40px;
	width: 35px;
	float: left;
	display: inline;		/* Pour éviter le double margin-left sous IE 6 */
}

.ligneJournee
{
	height: 15px;
	margin-top: 1px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	float: left;
}

.jourSemaine{
	float: left;
	width: 15px;
	text-align: center;
}

.numJour{
	float: left;
	width: 20px;
	text-align: right;
}

.dimanche{
	font-weight: bold;
}

.cadreJournee{
	margin-left: 5px;
	width: 290px;		/* 1px = 5 min */
	float: left;
}

.journeeDePlanning
{
	position: relative;
	background: url("../scripts/periodSelector/img/fond.gif") repeat-x;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	height: 15px;
	_height: 16px;			/* 16px sous IE 6 !!! */
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

.evtJourneeDePlanning
{
	position: relative;
	margin-top: -16px;
	_margin-top: -17px;		/* 17px sous IE 6 !!! */
	height: 16px;
	_height: 17px;			/* 17px sous IE 6 !!! */
	background-color: white;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.periode{
	position: absolute;
	height: 15px;
	float: left;
}

.conduite{
	background: url("../scripts/periodSelector/img/rouge.gif") repeat-x;
	border-left: 1px solid rgb(255, 93, 93);
	border-right: 1px solid rgb(209, 30, 30);
}

.travail{
	background: url("../scripts/periodSelector/img/bleu.gif") repeat-x;
	border-left: 1px solid rgb(165, 164, 255);
	border-right: 1px solid rgb(105, 105, 225);
}

.attente{
	background: url("../scripts/periodSelector/img/vert.gif") repeat-x;
	border-left: 1px solid rgb(163, 238, 163);
	border-right: 1px solid rgb(103, 178, 103);
}

.transit{
	background: url("../scripts/periodSelector/img/jaune.gif") repeat-x;
	border-left: 1px solid rgb(255, 255, 106);
	border-right: 1px solid rgb(216, 206, 0);
}

.hotel{
	background: url("../scripts/periodSelector/img/gris.gif") repeat-x;
	border-left: 1px solid rgb(160, 160, 160);
	border-right: 1px solid rgb(98, 98, 98);
}

.cadreLibelle{
	margin-left: 375px;
	width: 300px;
}

.ligneLibelle
{
	height: 15px;
	margin-top: 1px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
}

.cadreGraduations{
	margin-left: 80px;
	width: 290px; 
	height: 14px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

#tableauCumulJourneesDuMois
{
	position: relative;
	border-style: ridge;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid rgb(172,168,153);
	border-right: 1px solid rgb(172,168,153);
}

#tableauCumulJourneesDuMois td, .infoBulleTableauPeriodes td
{
	border-top: 1px solid rgb(172,168,153);
	border-left: 1px solid rgb(172,168,153);
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.infoBulleTableauPeriodes
{
	border-style:ridge;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid rgb(172,168,153);
	border-right: 1px solid rgb(172,168,153);
	background-color: #DADADA;
	z-index: 10;
	-moz-opacity: 0.95;
	opacity: 0.95;
	filter: alpha(opacity=95);
	display: none;
}

.titreInfoBulleTableauPeriodes
{
	background-color: #A0A0A0;
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.ligneInfoBulleTableauPeriodes
{
	background-color: #DADADA;
	font-family: arial, hevetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

.ligneTotalInfoBulleTableauPeriodes
{
	background-color: #ECECEC;
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
	color: #CC0000;
}

.colonneInfoBulleTableauPeriodes
{
	width: 100px;
}

.tableauDureeTotale
{
	position: relative;
	margin-top: -5px;
	margin-left: 20px;
	float: left;
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.cadreDetailPlanning
{
	width: 675px;
	margin-left: 30px;
	background-color: #EEEEFF;
	border: 1px solid #CCDDEE;
}

 

/**************************************************************************************************************
 ********************************************** Pages d'erreur ************************************************
 **************************************************************************************************************/

.messageErreur
{
	text-align: center;
	font-family: arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #CC0000;
}


