/*
-----------------------------------------------
CGI pour CTQ
cree par Martine Giguere
date creation: 14 dec 2006
derniere modification:
/* Display none
-----------------------------------------*/
div.skiplink,a.skiplink,
#menuPrincipal,
#icones,
#menu img,
#gut,
#BasDePage ul.navlist,
#BasDePage ul.navlist2,
#rech,
#pub_dr,
#menu
  {
  display:none;
  }

/* règles générales
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,th{font-style:normal;font-weight:normal;}
/*ol,ul{list-style:none;}*/
th{text-align:left;}
/*h1,h2,h3,h4{font-size:100%;}*/
q:before,q:after{content:'';}
body{font: 80% Trebuchet MS, Arial, Helvetica, sans-serif;/*font-size:small;*/background-color: #fff; color:#4E3C14;}
table{font-size:inherit;font-size:100%;}
select, input, textarea{font: 85% Verdana, Geneva, Arial, Helvetica, sans-serif;}
pre,code{font:115% monospace;font-size:100%;}
body{line-height:1.22em;}
a:link{color:#002C82;}
a:visited{color:#000;}

/* Contenant global
----------------------------------------------- */
#container {
	background-color: #fff;
	width:650px;
	margin:0 auto;
	text-align:left;
	
	position:relative;
	}

/* corps de la page
----------------------------------------------- */
#contenu{
	margin:0 0 20px 0;
	padding:0;
	display:block;
	width:650px;

	}
	/* Entête de page
----------------------------------------------- */
#header {
	width:650px;
height:100px;
   margin:0;
   padding:0;
	display:block;
	background: url(../images/img_banniere.jpg) no-repeat top right;
	}

	/* menu principal dans le bandeau header


/* Headings
----------------------------------------------- */
h1{
	color:#8A1A0C;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding:10px 0 20px 0;
	line-height:1.2em;
	background: url(../images/bg_h1.jpg) no-repeat bottom left ;
}
h1 span{
	font-size:60%;
	font-weight: lighter;
	margin: 0;
	padding:0;
	letter-spacing: 1px;
	line-height:0.8em;
}
h1.TitreTaxis, h1.TitreAutobus, h1.TitreCamionnage, h1.TitreTrains, h1.TitreMaritime, h1.TitrePEVL, h1.TitreIntermediaire, h1.TitreConducteur{
	height:51px;
	padding:10px 0 10px 80px;
	margin:0;
	line-height:1em;
}
h1.TitreTaxis{
	background: url(../images/bg_h1_taxis.jpg) no-repeat top left;
}
h1.TitreAutobus{
	background: url(../images/bg_h1_autobus.jpg) no-repeat top left;
}
h1.TitreCamionnage{
	background: url(../images/bg_h1_camion.jpg) no-repeat top left;
}
h1.TitreTrains{
	background: url(../images/bg_h1_trains.jpg) no-repeat top left;
}
h1.TitreMaritime{
	background: url(../images/bg_h1_maritime.jpg) no-repeat top left;
}
h1.TitrePEVL{
	background: url(../images/bg_h1_pevl.jpg) no-repeat top left;
}
h1.TitreIntermediaire{
	background: url(../images/bg_h1_inter.jpg) no-repeat top left;
}
h1.TitreConducteur{
	background: url(../images/bg_h1_conduc.jpg) no-repeat top left;
}
h2{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
h2.form {
  font-size:1em;
  display:block;
  padding: 3px 0px 3px 6px;
  margin:10px 0 4px 0;;
  font-weight: bold;
  background:#F2E8CE;
  color:#4E3C14;
  clear:both; 
  }
h2 span{
	font-size:90%;
	font-weight: lighter;
	margin: 0;
	padding:0;
	line-height:0.8em;
}
h3{
	color: #4E3C14;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 2px 0;
}
	/* menu vertical dans les pages sauf accueil
----------------------------------------------- */

.current{
	font-weight:bold;
	text-decoration:none;
	color:#002C82;
	}
	.subcurrent{
	font-weight:bold;
	text-decoration:none;
	color:#002C82;
	}

.champTexte{
	border:1px solid #676767;
	margin:3px 0;
}


.btnDesign{
	border:1px solid #8A1A0C;
	color:#4E3C14;
	margin:10px 10px 0 0;
	background: #fff url(../images/bg_btn.gif) no-repeat bottom right;
	cursor: pointer;
	padding:1px;
}

.btnImage{
	margin:0 5px;
}
input{padding:2px 0;}

select{margin:2px 0;}
	/* contenu de droite
----------------------------------------------- */
#contenuDroit{

	display: block;

	padding:0;
	margin:0;


}
#contenuDroit p{
	margin:8px 0;
}
#contenuDroit ul{
	list-style-image: url(../images/puce_rouge.gif);
	margin-left:15px;
}
ul li{
	margin:5px 0;
}
acronym {
	cursor: help;
	font-weight:bolder;
	border:none;
	background-color:#F2E8CE;
}
#contenuDroit blockquote{
    display:block;
    margin: 0 10px 10px 0;
    padding:5px;
    border:1px solid #f78c28;
    border-left:5px solid #f78c28;
    }
#contenuDroit blockquote p{
	margin:5px;
}
#contenu blockquote{
    display:block;
    margin: 10px 0 10px 0;
    padding:5px;
    border:1px solid #f78c28;
    border-left:5px solid #f78c28;
	
    }
#contenu blockquote p{
	margin:5px;
}

	/* contient le fil d'ariane et les icones
----------------------------------------------- */
#contenuAriane{
	float:left;
	display: block;
	width:650px;
	padding:0;
	margin:0;
margin-bottom:10px;
font-size:90%;
}
#ariane{
	font-size:95%;
	padding:0;
	margin: 0;
	float:left;
}
/* menu de section Securite au travail et permis de travail en page accueil
----------------------------------------------- */

#contenuGauche{
	width:372px;
	background: url(../images/bg_sections.jpg) no-repeat bottom left;
	margin: 0;
	padding:0 0 10px 0;
}
#securite{
	margin:0 0 0 10px;
	padding:75px 0 0 0;
	width:169px;
	background: url(../images/bg_securite.jpg) no-repeat top left;
	}
p.description{
		padding:0 0 0 10px;
		margin:0;
	}
#sections{
	margin:0;
	padding:0;
	width:179px;
	background: url(../images/bg_section.jpg) no-repeat top left;
	float:right;
	padding-top:75px;
	}

#contenuGauche #sections ul, #contenuGauche #securite ul{
margin:0;
	padding:0;
	width:169px;
	list-style-image:none;
	list-style-type:none;
	}
#contenuGauche #sections ul li, #contenuGauche #securite ul li{
	margin:0;
}
#contenuGauche #sections ul a, #contenuGauche #securite ul a{
	display:block;
	padding:3px 20px 0 10px;
	text-decoration:none;
	font-size:1em;
	color:#002C82;
	background: #fff url(../images/bg_bouton.gif) no-repeat top right;
	border-bottom:1px dashed #E6C4B7;
	line-height:1.3em;
	}
#contenuGauche #sections ul li a:hover, #contenuGauche #securite ul li a:hover {
	background: url(../images/bg_bouton_ov.jpg) no-repeat top left;
	color:#002C82;
	}
#contenuGauche #sections ul ul a:visited, #contenuGauche #securite a:visited{
	color:#002C82;
}
	/* Actualites et liens en accueil
----------------------------------------------- */
#actualites{
	margin:10px;
	padding:0;
	width:350px;
}
#liens{
width:inherit;
	margin:10px 0;
	padding:0;
}
#actualites h2, #liens h2{
	color:#8A1A0C;
	font-size:90%;
	margin:0;
	padding:10px 5px 5px 0;
}
#actualites p{
	font-size:90%;
	margin:0;
	padding:0 5px 5px 0;
}

.date{
	font-weight:bold;
	color:#4E3C14;
}
#actualites ul, #liens ul{
	list-style-image: url(../images/puce_actu.gif);
	margin-left:20px;
	font-size:90%;
}

#actualites ul li a, #liens ul li a{
	padding:0 0 2px 0;
	margin:0;
	display:block;
	width:150px;
	text-decoration: underline;
	background:none;
}
#actualites a:hover, #liens a:hover{
	text-decoration:none;
}
#actualites a:visited, #liens a:visited{
	color:#4E3C14;
}
/* Tableau de donnees
----------------------------------------------- */	
.data{
	margin:10px 0 20px 0;
	width:100%;
}
.data td, .data th{
		padding:3px;
	}
.data th{
	font-weight:bold;
	color:#8A1A0C;
	border:2px solid #fff;
	border-bottom:1px dashed #8A1A0C;
	font-size: 90%;
	background: url(../images/bg_degrade.jpg) repeat-x bottom;
	line-height:1.1em;
	vertical-align:bottom;
}
.data td{
	border-bottom:1px solid #F2E8CE;
	vertical-align:top;
}
.data td strong{
	font-size:90%;
	margin-left: 10px;
}
.data caption{
	text-align: left;
	/*font-weight: bold;*/
	font-size:120%;
	padding:5px 0;
}
.data a:hover{
	text-decoration:none;
}
.data td ul{
	list-style-image: url(../images/puce_rouge.gif);
	margin-left:15px;
}
.data td ul li{
	margin:0;
	padding:0;
}
th.niveau{
	font-weight:bold;
	color:#8A1A0C;
	border-bottom:1px solid #F2E8CE;
	font-size: 90%;
	background: none;
	line-height:1.1em;
	vertical-align:bottom;
	padding-bottom:5px;
}
th.top{
	vertical-align:top/* ajout pour showhide layer */;
}
td.niveau2{
	border-top:2px solid #fff;

}
/* Navigation de resultats de recherche
----------------------------------------------- */	
.nav_resultats{
	/*width:100%;*/
	float:right;
	height:30px;
}
.nav_resultats li{
	display:inline;
}
.nav_resultats li a{
	padding:3px 5px;
	float:left;
	display:inline;
}
.nav_resultats li a:hover{
	text-decoration:none;
}
.nav_resultats img{
	margin-top:3px;
}
/* Bas de page
----------------------------------------------- */
#BasDePage {
	clear:both;
	margin:20px 0;
	padding:0;
	width:650px;
	background-color: #fff;
	text-align:center;
	}
#BasDePage a:hover{
	text-decoration:none;
	}
#BasDePage p {
	/*margin-top:40px;*/
	padding:8px 0 8px 0;
	}	
	/* accessibilite
----------------------------------------------- */	

.skiplink{

}

	/* consultation d'un dossier
----------------------------------------------- */	
td.libels{
	width:280px;
}

.champTexte{
	border:1px solid #676767;
}

.nomClient{
	margin:0 0 10px 0;
	padding:6px 10px 5px 10px;
	background-color:#F2E8CE;
	display:block;
	color:#000;
	float:left;
	 }
#navClient{
  text-align: left;
  border-bottom: 1px solid #f78c28;
  padding:3px 0;
  margin: 0px 0 0 5px;
  background-color: #fff;
  display:block;

}
#navClient li {
  display: inline;
}

#navClient a{
  padding: 2px 8px;
  color: #4E3C14;
  text-decoration: none;
  margin: 0 0 0;
  background-color: #F2E8CE;
  border: 1px solid #f78c28;
  line-height: 16px;
}

#navClient a.current{
  border-bottom: 1px solid #fff;
  color:#000;
  background-color: #fff;
}

#navClient a:hover {

  color: #000;
  text-decoration: none;
  background-color:#F78C28;
}
.client{
    display:block;
    margin: 0 0 10px 0;
    padding:10px 10px 20px 10px;
    border:1px solid #f78c28;
    border-left:5px solid #f78c28;
	 border-top:none;
    }
.client p{
	margin:5px 20px;
}
.client ul{
	margin:5px 35px;
	list-style-image: url(../images/puce_rouge.gif);
	
}
.client ul li{
	margin:5px 0;
}
.client ul a:hover{
	text-decoration: none;
}
.client .nomClient{
	margin:0 0 0 0;

	float: none;
}
.client .data{
	margin:10px 0 10px 0;
}
.gauche{
	width:300px;
	float:left;
	display:block;
}
.droit{
	width:400px;
	float:right;
	display:block;
}
.gauche p, .droit p{
	margin:0 0 5px 0;
}

.gauche label, .droit label{
	font-weight: bold;
	font-size:90%;
}

/*tableau de contenu*/
.Trech td{
	border-bottom:1px solid #F2E8CE;
}
.Trech{
	margin:10px 0;
	width:100%;
}
.Trech td, .Trech th{
  vertical-align:top;
		padding:3px;
	}
	.boutonsRech{
	text-align:right;
  clear:both;
	width:100%;
  padding:4px 0;
	display:block;
	margin-bottom:10px;
}
/* Zone de navigation
----------------------------------------------- */	
div.boutons2{/* div pr/c/dent et suivant Prototype*/
  clear:both;
	width:100%;
  padding:4px 0;
	display:block;
	margin-bottom:10px;
  }

div.boutons2 a.btnDesign{
	
	text-decoration:none;
	color:#444;
	font:12px/12px Trebuchet MS, Arial, Helvetica, sans-serif;
  border:1px solid #8A1A0C;
  float:right;
	}
 
div.boutons2 a span{
  display:block;
   padding:2px 9px;
   margin:2px;
   border-bottom:1px solid #c99;
   border-right:1px solid #c99;

	}


.detail{
	height:45px;
	overflow: auto;
	/*width:99%;*/
}
.annexe{
	font-weight: normal;
margin:5px 5px 5px 0;
line-height:1.3em;
}
/* largeur fixe de colonne dans des tableaux de donnees. Ces classes sont a utilises
sur les th du tableau ----------------------------------*/
.nom{
width:45%;
}
.fixe{
	width:60px;
}
.fixe80{
	width:80px;
}
.fixe100{
	width:100px;
}
.fixe250{
	width:250px;
}
th.fixeTiers{
	width:33%;
}
/* Gestion des erreurs 
----------------------------------------  */
#messErreur{
	margin:0;
	padding:0;
	
}
.message{
	border:1px solid #f78c28;
    border-left:5px solid #f78c28;
	 padding:10px;
	 margin:0 20px;
	
}
#messErreur h6{
	background: url(../images/ico_messErr.jpg) no-repeat top left;
	margin:0;
	padding:2px 30px;
	color:#F78C28;
	font-size: 1.0em;
}
#messErreur ul{
	margin-left:45px;
	list-style-image: url(../images/puce_orange.gif);
}

/* showhide
----------------------------------------------*/
div.showhide h3{
  cursor: pointer;
  text-decoration:underline;
  }
p.petit{
  font-size:.7em;
  padding-top:0px;
  margin:-9px 0  5px 0;
  }

/* ajout pour page à martin*/


ol.numero{
    padding:0 0 0 20px;
    margin:0 0 0 20px;
    }
    ol.numero li{
   list-style-type:decimal;
    }
   br.clear{
      clear:both;
      border:1px dotted #ccc
      }
div.showhide{
  width:300px;
  display:block;

    }
div.showhide strong{
  float:left;
     clear:both;
     border-top:1px solid #ccc;
      padding:4px 0 4px 0;
  }
 span.contestation{
    display:block;
    margin-left:75px;
    border-top:1px solid #ccc;
    padding:4px 0 4px 0;
    }
  span.droiteh1{
    margin-top:-20px;
    display:block;
    text-align:right;
    clear:left;
    }
 th.plong,td.plong{
    width:200px;
    }
   td div.Ascenseur{
   height:50px;
   overflow: auto;

    
    }
#annexe1 ul.margePG{
      margin-left:13px;
      }
/* Aide en ligne
----------------------------------------------*/		
		
#AideEnLigne #container{
	background-color: #fff;
	width:580px;
	margin:0;
	text-align:left;
	/*position:relative;*/
	
}
#AideEnLigne #header {
	width:100%;
height:65px;
  margin:0 20px;
   padding:0;
	display:block;
	background: none;
	
	}
#AideEnLigne #header a{
		float:right;
		margin-top:30px;
	}
#AideEnLigne #contenu{
	margin:0 20px;
	padding:0;
	display:block;
    width:580px;
	}
#AideEnLigne #contenu p{
	margin:8px 0;
}
#AideEnLigne #contenu ul{
	list-style-image: url(../images/puce_rouge.gif);
	margin-left:15px;
}
#AideEnLigne #container #BasDePage {
	clear:both;
	margin:20px 0 0 0;
	padding:0;
	width: 100%;
	background-color: #fff;
	text-align:center;
	}
