@CHARSET "ISO-8859-1";

body{
	min-width:1200px;
	background-color: #F6F0F0; 
	font-size: 12px;
	font-family: Arial;
	}
	
#pageLogin
{
	background-color: #FFFFFF;
}
	
#menu{
	width: 700px;
	margin:auto;
}

.tabMenu{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}
	
/**
* Onglets menus
*/

#tabOnglets {
	border-bottom: solid #414141 3px;
	border-collapse: collapse;
}

#tabOnglets td {
	padding: 0px;
}

.ongletChoisi {
	background-color: #414141;	
	color: white;
	font-weight: bold;
}

.itemOnglet {
	border-color: #414141;
	border-width: 1px;
	border-style: solid; 
	border-top-right-radius: 5px; 
	border-top-left-radius: 5px; 
	
	padding: 5px;
}

#blocLogin{
	
	width : 280px; 
	margin: auto;
	margin-top: 5px;
	
}
#blocLoginHeader{
	float: right;

}

#textePresentation {
	width:750px;
	margin: auto;

	border-color:#ccdccb;
	border-style:solid;
	border-width:1px;
	
	padding: 10px;
}

.formLabel{
	font-size: 12px;	
}

#blocPoserDemande{
	
	width : 280px; 
	margin: auto;
	margin-top: 150px;
}

#blocListeDemandes{
  
  height: 550px;
  
  width : 850px; 
	margin: auto;
	margin-top: 50px;
}

.blocListeDemandesEmploye{
  width : 750px; 
	margin: auto;
}

#contenu, #messageAccueil{
	/* width : 500px; */
	margin: auto;
	margin-top: 80px;
	opacity : 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* filter: alpha(opacity=100);*/
}

#messageAccueil{
	font-family: Arial;
	font-size: 40px;
	text-align: center;
}
	
#messageInformation, #messageConfirmation{
	width : 500px; 
	margin: auto;
	margin-top: 80px;
	font-family: Arial;
	font-size: 25px;
	text-align: center;
}

#message, #divMessage{
	text-align: left;
	color: red;
	font-style: oblique;
	font-weight: bold;
	font-size: 12px;
}
#user{
	text-align: right;
	font-size: 12px;
}

A:link, A:visited, A:active, A:hover{
	text-decoration: none;
	color: black;
}
A:hover {
	background-color: red;
	color: white;
}

.enteteHistorique {
	
	width: 200px;
	height: 30px;
	font-size: 14px;
	border-style: solid;
	border-width: thin;
	border-color: black;
}

#donneesEmploye {
	font-size: 16px;
	font-weight: bold;
}

#tabListeDemandes {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-collapse: collapse;
}

.cellListeDemandes {
	border-style: solid;
	border-width: thin;
	border-color: black;
	padding-left: 4px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; /*width: 800px;*/
/*    background: url("../images/bg.gif") no-repeat top;*/
    padding: 2px; margin: 10px 0;
    overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("../images/lava.gif") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("../images/lava.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 14px arial;
    color: #000; outline: none;
    text-align: center;
    height: 30px; top: 7px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
}
.lavaLamp li a:hover {
	background-color: transparent;
	color: black;
}

.cadre-entete-top{
	background: #FFFFFF url('../images/cadre-top.png') no-repeat scroll left bottom;
	padding-left: 10px;
}


.cadre-content-top{
	background: #FFFFFF url('../images/cadre-top.png') no-repeat scroll right bottom;
	padding-top:15px;
}

.cadre-entete-bottom{
	background: #FFFFFF url('../images/cadre-bottom.png') no-repeat scroll left top;
	padding-left: 10px;
}


.cadre-content-bottom{
	background: #FFFFFF url('../images/cadre-bottom.png') no-repeat scroll right top;
	padding-top:15px;
}

#cadre-information-contenu{
	border-color:#ccdccb;
	border-style:none solid;
	border-width:0 1px;
	display: block;
}

/* Pour ie*/
form{
  margin: 0px;
}

.tableauHeuresTable{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;	
	border-spacing: 0px;
	border-collapse: collapse;
}
.tableauHeuresTD{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.titre_rubrique
{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}

.sous_titre_rubrique
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

/* Menu */

/* Appels Exterieurs */

.appelsexterieurs
{
	border-collapse: collapse;
}
table.appelsexterieurs td, table.appelsexterieurs th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.appelsexterieurs th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

table.appelsexterieurs th.num, table.appelsexterieurs td.num
{
	font-size: 20px;
	text-align: center;
}

table.appelsexterieurs th.desc, table.appelsexterieurs td.desc
{
	font-size: 15px;
}

#listeAppelsExterieurs, #enregistrerAppelExterieur, #voirDetailsAppelExterieur
{
	font-size: 14px;
	font-family: Arial;	
}
.tabFilAppExt, .tabLisAppExt, .tabDetAppExt, .tabActAppExt
{
	border-collapse: collapse;
}

.celTabFilAppExt, .cellTabLisAppExt, .cellTabDetAppExt, .cellTabActAppExt
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
	padding-right: 5px;	
}

.labelTabFilAppExt, .labelTabLisAppExt, .labelTabDetAppExt, .labelTabActAppExt
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Gestion application */
#accueilGestionApplication, #listerJoursFeriesGestionApplication, #listerSalariesGestionApplication
{
	font-size: 14px;
	font-family: Arial;	
}

.tabLisJouFer, .tabLisSal
{
	border-collapse: collapse;
}

.celTabLisJouFer, .celTabLisSal
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
	padding-right: 5px;	
}

.labelTabLisJouFer, .labelTabLisSal
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Decomptes */
.tabDecomptes
{
	border-collapse: collapse;
}

table.tabDecomptes td, table.tabDecomptes th
{
	border-style: solid none solid none;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.tabDecomptes th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

table.tabDecomptes tr:hover { background: #d4d4d4; }

tr.jourchome
{
	background-color: #c1c1c1;
}

/* Interventions */
.tabInters
{
	border-collapse: collapse;
}

table.tabInters td, table.tabInters th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.tabInters th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Devis */
.tabDevis
{
	border-collapse: collapse;
}

table.tabDevis td, table.tabDevis th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.tabDevis th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Clients & Sites*/
.tabClients, .tabSites
{
	border-collapse: collapse;
}

table.tabClients td, table.tabClients th, table.tabSites td, table.tabSites th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
	padding-right: 5px;	
}

table.tabClients th,table.tabSites th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

.mouseover {
	background-color: red;
	color: white;
	cursor:pointer;
}

.mouseout {
	/* background-color: none; */
	color: black;
	cursor:pointer;
}

/* Inter */
.inters
{
	border-collapse: collapse;
}
table.inters td, table.inters th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
	/*padding-right: 0px;*/	
}
table.inters th,table.inters th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

.celTabFilInters, .cellTabLisInters, .cellTabDetInters, .cellTabActInters
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
	padding-right: 5px;	
}

.labelTabFilInters, .labelTabLisInters, .labelTabDetInters, .labelTabActInters
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Salariés & Agents*/
.salaries, .agents
{
	border-collapse: collapse;
}
table.salaries td, table.salaries th, table.agents td, table.agents.th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.salaries th, table.agents th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Conventions & Qualification*/
.conventions
{
	border-collapse: collapse;
}
table.conventions td, table.conventions th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.conventions th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Jours fériés*/
.jf
{
	border-collapse: collapse;
}
table.jf td, table.jf th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.jf th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Societes*/
.societes
{
	border-collapse: collapse;
}
table.societes td, table.societes th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.societes th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Chantiers */
.chantiers
{
	border-collapse: collapse;
}
table.chantiers td, table.chantiers th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.chantiers th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Telesurveillance */
.telesurveillance
{
	border-collapse: collapse;
}
table.telesurveillance td, table.telesurveillance th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.telesurveillance th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

table.telesurveillance th.num, table.telesurveillance td.num
{
	font-size: 20px;
	text-align: center;
}

table.telesurveillance th.desc, table.telesurveillance td.desc
{
	font-size: 15px;
}

.mouseover {
	background-color: red;
	color: white;
	cursor:pointer;
}

.mouseout {
	/* background-color: none; */
	color: black;
	cursor:pointer;
}

#tabSousMenus {
	border:thick;
}

table#tabSousMenus td {
	font-size: 12px;
	font-weight: bold;
}

/* Decomptes */
.tabPlanning
{
	border-collapse: collapse;
}

table.tabPlanning td, table.tabPlanning th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.tabPlanning th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Tableau générique type1 */
.tabT1
{
	border-collapse: collapse;
}

table.tabT1 td, table.tabT1 th
{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.tabT1 th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

/* Tableau générique type2 */
.tabT2
{
	border-collapse: collapse;
}

table.tabT2 td, table.tabT2 th
{
	border-style: solid none solid none;
	border-width: thin;
	border-color: black;
	border-spacing: 0px;
	padding-left: 5px;
}

table.tabT2 th
{
	background-color: #414141;
	color: white;
	font-weight: bold;
}

table.tabT2 tr:hover { background: #d4d4d4; }

.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #FFFFCC;
}

#listePostes {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 100%;

}

#listePostesDecompte{
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
}

#listePostesPlanning {
	position: relative;
	top: 0px;
	left: 20px;
	float: left;
	
}

a.img_hover:hover {
	background-color: white;
}

ul.fp li {
	 display : list-item;
	 list-style-image : url(/images/fleche_droite.png);
} 

.bg-red {
	backgroud-color: red;
}