/* ENTETE */
/* --- STRUCTURE --- */
#entete {
	height:60px;
	background:#FFF;
	}

/* --- TYPO --- */
#entete 	{ font-family: arial, helvetica, sans-serif;}
#entete H1 	{ font-size: 1.54em; }
#entete H2 	{ font-size: 1.27em; }

/* --- COULEURS --- */
h1 a.app, 
h2 a.app,
h1 a.app:hover,
h2 a.app:hover 				{ color:#444444 }
.liens-entete .btn-quitter 	{ color:#BB0F00;}
.liens-entete .lien 		{ color:#097182;}
.liens-entete a:hover 		{ color:#000000; text-decoration: none; }

/* --- POSITIONNEMENT --- */
.logoCNAM 		{ 
	position: absolute; 
	top:0px; left:0px; 
	height: 60px;
	z-index: 2; 
	}
.nom-application { 
	position: absolute; 
	top:17px; left:140px; 
	z-index: 5;
	height: 43px; 
	overflow: hidden; 
	}

#entete H1 { padding-top:0px;  }
#entete H2 { padding-bottom:6px; font-weight: normal; background: #FFF;}

/* --- liens --- */
	
.liens-entete 	{ /* première ligne */
	text-align: right;
	position: absolute; 
	top:0px; right:20px;
	z-index: 2;
	height: 25px; 
	}
.outils { /* seconde ligne */
	padding-top: 15px;
	height: 20px;
	position: absolute; 
	top:25px; right:20px; 
	z-index: 1; 
	}	
.liens-entete a { 
	float: right;
	display: block;
	}	
.liens-entete .lien { 
	padding: 6px 15px 0px 15px;
	margin: 0;
	border-right: 1px solid #D1D1D1;
	text-decoration: underline;
	}
.liens-entete .btn-quitter { 
	width: 80px; height: 30px;
	padding:5px 24px 0 14px; 
	margin-left: 1px;  
	}				
.outils .lien { 
	padding: 3px 15px 3px 15px;
	margin:0 1px;
	}
.outils .btn  { 
	width: 40px; height: 20px; 
	margin-left: 5px; 
	}
.outils .dernier { border-right:0px; margin-right: 10px;}
.outils .premier { padding-right:0px;}

.selecteur-app {
	float: right;
	padding:1px 14px 0px 15px;
	border-right: 1px solid #D1D1D1;
	}
.selecteur-app select { 
	max-width: 300px;
	height: 24px;
	}
/* --- pictos et états de survol --- */

.btn-quitter { background: url("../images/entete/picto_quitter.gif") right 5px  no-repeat; }
.zoom-agrandir { background: url("../images/zoom/btn_agrandir_txt.gif") no-repeat ; }
.zoom-reduire { background: url("../images/zoom/btn_reduire_txt.gif") no-repeat ; }
.imprimer { background: url("../images/entete/btn_imprimer.gif")  no-repeat; }

.btn-quitter:hover { background: url("../images/entete/picto_quitter_survol.gif") right 5px  no-repeat; }
.zoom-agrandir:hover { background: url("../images/zoom/btn_agrandir_txt_survol.gif") no-repeat ; }
.zoom-reduire:hover { background: url("../images/zoom/btn_reduire_txt_survol.gif") no-repeat ; }
.imprimer:hover { background: url("../images/entete/btn_imprimer_survol.gif")  no-repeat; }