body {
font-family:verdana;
margin:0;
padding:0;
background:url(active_41/background_42.gif) no-repeat; /* image de fond */
background-position:350px 200px; /* positionnement du background : x y */}

#entete{ /* contient le bandeau d'images, le menu pere et le menu fils */
position:relative; /* nécessaire pour l'alignement des bandeaux */
min-width:950px; /* largeur min fixée, permet d'éviter l'orgie chez les onglets qd résolution < 950px */ }

#content {
margin:0;
padding:0; }

/****************   Bandeaux d'entête   ****************/

#bandeau_gauche {
width:391px;
height:143px;
background:url(active_41/bandeau_left_41.jpg) no-repeat;
position:absolute; /* propriété left et top ci-dessous pour placer l'image en haut à gauche */
left:0;
top:0; }

#bandeau_centre {
height:143px;
background:url(active_41/bandeau_centre_41.jpg) repeat-x; }

#bandeau_droit {
width:575px;
height:148px;
background:url(active_41/bandeau_right_41.jpg) no-repeat;
position:absolute; /* propriété right et top ci-dessous pour placer l'image en haut à droite */
right:0;
top:0; }

#profile {
z-index:100; /* profile au dessus de l'image */
font-size:11px;
font-weight:bold;
color:#d9edf5;
position:absolute;
right:10px;
top:0px; }

#profile img {
border:0px;
position:relative;
top:5px; }

/****************   Menu père   ****************/

#menu_pere {
margin-top:5px; /* marge entre bandeau et menu_pere */
width:100%; /* le menu occupe tout l'espace */
background:url(../images/onglet_vide_41.gif) repeat-x;
height:25px; }

#menu_pere table {
border-collapse:collapse; /* + border-spacing:0 :  cellspacing=0 pour IE */
border-spacing:0; /* equivaut au cellspacind=0 */
text-align:center; /* Alignement vertical du texte */
height:25px; /* hauteur du tableau */ }

#menu_pere td {
padding:0; /* equivaut au cellpadding=0 */ }

#menu_pere ul {
margin:0;
padding-left:5px; /* espace entre le menu et le bord de la fenêtre */
list-style:none; /* masque l'affichage des puces */ }

#menu_pere li {
float:left; /* onglets alignés horizontalement en partant de la gauche */ }

#menu_pere .bloc {
 }

#menu_pere .bloc_selected {
 }

#menu_pere .Bordg, .Bordd, .Bordg_selected, .Bordd_selected, .Bordgsuivant_selected, .Borddsuivant_selected {
width:12px; }

#menu_pere .Onglet, .Ongletsuivant_selected {
background:url(active_41/onglet_inactif_centre_41.gif) repeat-x; }

#menu_pere .Onglet_selected {
background:#dea321 url(active_41/onglet_actif_centre_41.gif) repeat-x; }

#menu_pere .DebOnglet, .DebOngletsuivant_selected {
background:url(active_41/onglet_inactif_gauche_41.gif) repeat-x; }

#menu_pere .DebOnglet_selected {
background:#dea321 url(active_41/onglet_actif_gauche_41.gif) no-repeat;}

#menu_pere .FinOnglet, .FinOngletsuivant_selected {
background:url(active_41/onglet_inactif_droite_41.gif) no-repeat; }

#menu_pere .FinOnglet_selected {
background:url(active_41/onglet_actif_droite_41.gif) no-repeat; }

#menu_pere a {
font-weight:bold;
display:block; /* évite redimensionnement auto de l'onglet lors du hover */ }

a.Longlet, a.Longletsuivant_selected {
padding-top:4px;
text-decoration:none;
color:#777777;
font-size:9px; }

a.Longlet:hover {
color:#0b3d4f;
text-decoration:underline; }

a.Longlet_selected {
text-decoration:none;
color:#666666;
font-size:11px; }

a.Longlet_selected:hover {
color:#0b3d4f;
text-decoration:underline; }

/****************   Menu fils   ****************/

#menu_fils {
text-align:center;
clear:both; /* menu_fils juste en dessous du menu_pere (évite un <br/> entre les 2 dans le code HTML) */
background-color:#e0f3fb;
color:#666666; /* couleur "|" */
font-weight:bold;
font-size:10px;
line-height:28px;
border-bottom:1px solid #dddddd; }

a.menuhaut{
border:1px solid #e0f3fb;
padding:4px;
color:#666666;
font-size:11px;
font-weight:normal; /* A SUPP ?? */
text-decoration:none; }

a.menuhaut:hover{
background-color:#ffffff;
border:1px solid #a8cfdd;
color:#0b3d4f; }

/****************  Styles sur les formulaires  ****************/

textarea {
border:1px solid #c3e0ec;
font-size:11px;
color:#777777; }

input:focus, textarea:focus, select:focus { 
background-color: #D9F3FF;
border-color: #777777; }

select{
color:#447a8b;
font-size:11px; }

input {
font-size:11px; }

input.styleinput {
border:1px solid #c3e0ec;
font-size:11px;
color:#777777; }

.bouton {
margin:5px 0px 3px 0px; 
padding:2px 5px 2px 5px;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#000000; }

/****************  Bloc menu  ****************/

#bloc_menu {
position:relative; /* évite le bug de la zone raccourci sous IE */
margin-top:2px; /* marge entre le bloc et le sous-menu */
width:170px; /* 170 + 2px marge expander */
float:left; }

#bloc_menu .entete_menugauche {
border:1px solid #dbe9ee;
height:18px;
background:#e7c801 url(active_41/entete_menugauche_41.gif) repeat-x bottom;
color:#ffffff;
font-size:12px;
font-weight:bold;
text-align:center; }

#bloc_menu .fond_menugauche {
background:#f3fcfe url(active_41/fond_menugauche_41.gif) repeat-y left;
border:1px solid #dbe9ee; }

a.menugauche {
margin:3px;
padding:3px;
display:block;
width:154px;
text-decoration:none;
color:#777777;
font-size:11px; }

a.menugauche:hover {
padding:2px;
background-color:#eeeeee;
border:1px solid #d9f4ff;
color:#0b3d4f;
font-size:11px;
font-weight:normal;
text-decoration:none; }

/****************  Bloc expander  ****************/

#bloc_expander {
margin-top:2px; /* marge entre le bloc et le sous-menu */
float:left; }

/****************  Bloc contenu (fil ariane + outils)  ****************/

#bloc_contenu {
overflow:auto; /* permet d'isoler le bloc contenu du bloc menu pour faire fonctionner le clear:both */
margin-top:2px; /* marge entre le bloc et le sous-menu */
margin-right:5px; 
margin-left:5px;}

#bloc_contenu .fil_ariane {
float:left; 
color:#444444;
font-size:11px;
font-weight:normal;
text-decoration:none;
padding:4px; }

#bloc_contenu .outils {
float:right; }

#bloc_contenu .donnees {
clear:both; /* bloc "donnes" en dessous des 2 float précédents */ }

/****************  Bloc donnees  ****************/

.table {
background:#ffffff url(active_41/fond_table_41.gif) repeat-x bottom;
border:1px solid #c3e0ec; }

table.sortable{
background-image:url(active_41/fond_table_41.gif);
background-repeat:repeat-x;
background-position:bottom;
background-color:#ffffff;
border-color:#c3e0ec;
border-style:solid;
border-width:1px 1px 1px 1px;
}

table.sortable a.sortheader {
color:#999999;
text-decoration: none;
display: block; }

table.sortable span.sortarrow {
text-decoration: none; }

.entete_table {
background:#ffffff url(active_41/entete_table_41.gif) repeat-x bottom;
color:#666666;
height:22px;
font-size:11px;
font-weight:bold; }

.libelle{
color:#0b3d4f;
font-size:11px;
font-weight:bold;
text-decoration:none; }

.texte {
color:#777777;
font-size:11px; }

.titre {
height:33px;
background-image:url(active_41/puce_fleche_41.gif);
background-repeat:no-repeat;
background-position:left center;
color:#0a435c;
font-size:13px;
font-weight:bold;
text-indent:34px;
}

.entete_caseagenda{
background-color:#90b2bf;
border-color:#ffffff;
border-style:solid;
border-width:0px 1px 0px 0px;
color:#ffffff;
font-size:11px;
font-weight:bold;
}

.caseagenda{
background-color:#ffffff;
border-color:#ffffff;
border-style:solid;
border-width:0px 1px 1px 0px;
color:#777777;
font-size:11px;
line-height:22px;
}

.caseagenda_hover{
background-color:#ccefff;
border-color:#ffffff;
border-style:solid;
border-width:0px 1px 1px 0px;
color:#777777;
font-size:11px;
}

.caseagendajour{
background-color:#eaf4f7;
border-color:#FFFFFF;
border-style:solid;
border-width:0px 1px 1px 0px;
color:#5c92a5;
font-size:10px;
line-height:20px; 
padding: 0px;
margin: 0px;
}

.caseagendasemaine{
background-color:#eaf4f7;
border-color:#ffffff;
border-style:solid;
border-width:0px 0px 1px 0px;
color:#5c92a5;
font-size:11px;
line-height:20px;
}

.libelle_caseagenda{
background-color:#a9d0e5;
border-color:#ffffff;
border-style:solid;
border-width:0px 1px 1px 0px;
color:#ffffff;
font-size:11px;
font-weight:bold;
}

.libelle_caseagenda2{
background-color:#ff7474;
border-color:#ffffff;
border-style:solid;
border-width:0px 1px 1px 0px;
color:#ffffff;
font-size:11px;
font-weight:bold;
}

a.caseagenda{
display:block;
}

a.miniagenda{
border-color:#fbfbfb;
border-style:solid;
border-width:1px 1px 1px 1px;
padding:2px;
display:block;
width:21px;
text-decoration:none;
color:#777777;
font-size:11px;
}

a.miniagenda:hover{
background-color:#eeeeee;
border-color:#777777;
border-style:solid;
border-width:1px 1px 1px 1px;
color:#777777;
font-size:11px;
font-weight:bold;
}

.agendaDB {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold;
border-color:#FFFFFF;
border-style:solid;
border-width:0px 1px 1px 0px;
}

.agendadbNav {
	background-color: #7ab7d7;
	text-align: center;
	height:27px;
	color: #ffffff;
}

.agendadbNav a, .agendadbNav a:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}

.agendadbNav a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}

.agendadbHead {
	background-color: #a9d0e5;
	color: #ffffff;
}

.agendadbThisDay, agendadbThisDay a{
	background-color: #fee3cd;
	color: #777777;
}

.agendadbThisMonth {
	background-color: #eaf4f7;
	color: #777777;
}

.agendadblink {
	color: #5c92a5;
	text-decoration:none;
}

.agendadbThisDayUse {
	background-color: #abd8fd;
	color:#ffffff;
}

.ligne0{
background-color:#ffffff;
color:#777777;
font-size:11px;
}

.ligne1{
background-color:#fbfbfb;
color:#777777;
font-size:11px;
}

.ligne_over{
background-color:#ccefff;
color:#777777;
font-size:11px;
}


tr.ligne0bis{
background-color:#ffffff;
color:#777777;
font-size:11px;
}

tr.ligne1bis{
background-color:#f3f3f3;
color:#777777;
font-size:11px;
}


.ligne2bis{
background-color:#f1fbff;
color:#777777;
font-size:11px;
}

.ligne_sep{
background-color:#d0d0d0;
}

.bouton{
margin-top:5px;
margin-bottom:3px;
padding:2px;
padding-left:5px;
padding-right:5px;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#000000;
}

.accueil_centre{
background-image:url(../images/splash_41.jpg);
background-repeat:no-repeat;
background-position:center;
}

.accueil_centre_rep{
background-image:url(../images/splash_41_rep.jpg);
background-repeat:repeat-x;
background-position:center;
}

.accueil_haut{
background-color:#ffffff;
background-repeat:repeat-y;
background-position:center;
}

.accueil_bas{
height:100%;
background-color:#ffffff;
background-repeat:repeat-y;
background-position:center;
}

.progress_pourcent{
background-image:url(../images/progress_pourcent.gif);
background-repeat:no-repeat;
background-position:top left;
position:relative;
left:-2px;
}

.progress_full{
background-image:url(../images/progress_full.gif);
background-repeat:no-repeat;
background-position:top left;
padding-top:30px;
height:16px;
width:224px
}

.progress_atemps{
background-image:url(../images/progress_atemps.gif);
background-repeat:no-repeat;
background-position:top left;
padding-top:30px;
height:16px;
width:224px
}

.progress_depasse{
background-image:url(../images/progress_depasse.gif);
background-repeat:no-repeat;
background-position:top left;
padding-top:30px;
height:16px;
width:224px
}

.progress_ok{
background-image:url(../images/progress_ok.gif);
background-repeat:no-repeat;
background-position:top left;
padding-top:30px;
height:16px;
width:224px
}

.progress_empty{
position:relative;
left:-19px;
float : right;
height:10px;
}

.progress_empty2{
background-image:url(../images/progress_empty.gif);
background-repeat:repeat-x;
}

.entete_message{
background-color:#f9fdff;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#c3e0ec;
color:#5c92a5;
line-height:16px;
}

.message{
line-height:22px;
}









.texte2 {
padding:10px;
text-align:justify;
word-spacing:2px;
font-size:11px;
color:#555555;
line-height:14px;
}

.tableau {
margin:10px;
border-style:solid;
border-color:#eeeeee;
border-width:1px 1px 1px 1px;
}

.tableau2 {
margin:10px;
background-color:#fafafa;
border-style:solid;
border-color:#8b8b8b;
border-width:1px 1px 1px 1px;
}

h1 {
font-weight:normal;
padding:10px;
text-align:right;
word-spacing:2px;
letter-spacing:2px;
font-size:20px;
color:#42bc3d;
}

h2 {
line-height:34px;
background-image:url(../images/puce_fleche_41.gif);
background-repeat:no-repeat;
background-position:left center;
text-indent:24px;
font-weight:bold;
text-align:left;
word-spacing:2px;
letter-spacing:2px;
font-size:16px;
color:#777777;
padding-left:10px;
}

h3 {
padding:4px;
font-weight:bold;
text-align:right;
word-spacing:2px;
letter-spacing:2px;
font-size:12px;
color:#5c5c5c;
line-height:14px;
background-color:#e0e0e0;
}


/* Styles du chat */

.Chat {
font-size:10px;
background-color:#fbfbfb;
background-image:url(../images/fond_table_vert.gif);
background-repeat:repeat-x;
background-position:bottom;
font-family:Verdana;
width:90%;
border-color:#d0d0d0;
border-style:solid;
border-width:4px;
}

.ChatMessage { padding: 5px; list-style-type:none; margin:2px; background-color:#ffffff; border-width:1px; border-style:solid; border-color:#cccccc;}
.ChatNom { font-size:10px; color:#000000; font-weight:bold;}
.ChatTexte { padding:4px; font-size:11px; color:#000000; }
.ChatDate { font-size:10px; color:#666666;}

.ChatLigneMess { padding:4px; color:#ff0000; background-image:url(../images/fond_mess_chat.gif);
background-repeat:repeat-x;  border-width:1px; border-style:solid; border-color:#eeeeee;}

#count big { color:red; }
#pal { text-align:center; margin:auto; }
#ap_message { height:1em; border:0; width:100%;}
.petit_boutton { width:18px; height:18px; display:block; background-color:#ece9d8; border:outset #93b5db 1px; font-family:monospace; font-size:1em;padding:1px;}
#Chatboutb {background-image:url('../txtchat/images/bold.gif');background-position:60% 50%;background-repeat: no-repeat} 
#Chatbouti {background-image:url('../txtchat/images/italic.gif');background-position:60% 50%;background-repeat: no-repeat}
#Chatboutu {background-image:url('../txtchat/images/underline.gif');background-position:50% 50%;background-repeat: no-repeat}

#cout {
overflow:auto;
}

.apercu {
width:99%;
height:40px;
font-size:10px;
background-color:#fbfbfb;
font-family:Verdana;
border-color:#cccccc;
border-style:solid;
border-width:1px 1px 1px 1px;
overflow:auto;
display:block;
}

.link {
font-size:10px;
background-color:#fbfbfb;
font-family:Verdana;
border-color:#cccccc;
border-style:solid;
border-width:1px 1px 1px 1px;
}

#connectes {
display:block;
overflow:auto;
width:149px;
height:147px;
}

.chat_outils {
background-color:#ece9d8;
border-color:#cccccc;
border-style:outset;
border-width:1px;
width:100%;
}

.titre_chat {
font-weight:bold;
font-size:16px;
text-align:center;
color:#777777;
}

.menugauche_intra{
width:200px;
border-color:#dbe9ee;
border-style:solid;
border-width:1px 1px 1px 1px;
background-color:#ffffff;
}

a.menugauche_intra1{
padding:4px;
display:block;
font-size:12px;
font-weight:bold;
text-align:left;
text-decoration:none;
color:#ffffff;
background-color:#7ab7d7;
}

a.menugauche_intra1:hover{
display:block;
font-size:12px;
font-weight:bold;
text-align:left;
text-decoration:none;
color:#ffffff;
background-color:#a9d0e5;
}

a.menugauche_intra2{
padding:4px;
display:block;
font-size:11px;
text-indent:10px;
text-align:left;
font-weight:bold;
text-decoration:none;
color:#0b3d4f;
}

a.menugauche_intra2:hover{
display:block;
font-size:11px;
font-weight:bold;
text-indent:10px;
text-align:left;
text-decoration:underline;
background-color:#d9f4ff;
}

a.menugauche_intra3{
padding:4px;
display:block;
font-size:11px;
font-weight:bold;
text-indent:20px;
text-align:left;
text-decoration:none;
color:#0b3d4f;
}

a.menugauche_intra3:hover{
display:block;
font-size:11px;
font-weight:bold;
text-indent:20px;
text-align:left;
text-decoration:underline;
background-color:#d9f4ff;
}

.img_left {
float:left;
margin-right:10px;
}

.cadrephotohaut{
background-image:URL('../images/cadre_photo_haut.gif');
background-repeat:no-repeat;
background-position:top center;
}

.cadrephotocentre{
background-image:URL('../images/cadre_photo_centre.gif');
background-repeat:repeat-y;
background-position:top center;
}

.cadrephotobas{
background-image:URL('../images/cadre_photo_bas.gif');
background-repeat:no-repeat;
background-position:top center;
}

.photothumb{
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#666666;
}

a.photolien{
padding:4px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#ffffff;
font-size:11px;
color:#0088e4;
text-decoration:none;
}

a.photolien:hover{
background-color:#f2faff;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#0088e4;
font-size:11px;
color:#0088e4;
text-decoration:none;
}


/* Styles des indicateurs */

.table2002{
border-style:solid;
border-width:2px 0px 0px 2px;
border-color:#666666;
font-size:11px;
color:#777777;
}

.table1002{
border-style:solid;
border-width:1px 0px 0px 2px;
border-color:#666666;
font-size:11px;
color:#777777;
}

.table2001{
border-style:solid;
border-width:2px 0px 0px 1px;
border-color:#666666;
font-size:11px;
color:#777777;
}

.table0002{
border-style:solid;
border-width:0px 0px 0px 2px;
border-color:#666666;
font-size:11px;
color:#777777;
}

.table1001{
border-style:solid;
border-width:1px 0px 0px 1px;
border-color:#666666;
font-size:11px;
color:#777777;
}

.table0220{
border-style:solid;
border-width:0px 2px 2px 0px;
border-color:#666666;
font-size:11px;
color:#777777;
}

.tablegras{
font-size:11px;
font-weight:bold;
color:#777777;
}

.tabletitre{
font-size:16px;
font-weight:bold;
color:#777777;
}

.entete1_dtable{
background-image:url(../images/onglet_inactif_centre_41.gif);
background-repeat:repeat-x;
background-position:bottom;
border-right:solid 1px #dddddd;
font-size:11px;
font-weight:bold;
height:24px;
line-height:24px;
color:#666666;
}

.entete2_dtable{
background-image:url(../images/menu_haut_vert.gif);
background-repeat:repeat-x;
background-position:bottom;
background-color:#e0f3fb;
color:#666666;
font-size:10px;
font-weight:bold;
height:18px;
line-height:18px;
border-right:solid 1px #dddddd;
border-bottom:solid 1px #dddddd;
}

/* Explorateur */

.explorateur
{
	background-color: #E6F7FE;
	border: 1px solid #c3e0ec;
	overflow: hidden;
}

.explorateur_titre
{
	height: 50px;
	line-height: 50px;
}

.explorateur_bar
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-color: #c3e0ec;
	border-width: 1px 0px 1px 0px;
}

/* menu */

.explorateur_menu_mouseover
{
	background-color: #F0FFFF;
}

.explorateur_menu_mouseout
{
}

.explorateur_menu span
{
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-attachment: left;
	background-position: left;
}

#explorateur_envoyer_document
{
	background-image: url(../jscript/nlstree/img/leaf.gif);
}

#explorateur_couper
{
	background-image: url(../jscript/nlstree/img/cut.gif);
}

#explorateur_copier
{
	background-image: url(../jscript/nlstree/img/copy.gif);
}

#explorateur_coller
{
	background-image: url(../jscript/nlstree/img/leaf.gif);
}

#explorateur_supprimer
{
	background-image: url(../jscript/nlstree/img/deletenode.gif);
}

#explorateur_nouveau_dossier
{
	background-image: url(../jscript/nlstree/img/folderopen.gif);
}

#explorateur_url_input
{
	vertical-align: middle;
	background-color: #FFFFFF;
	width: 90%;
	border: none;
}

#explorateur_url_button
{
	vertical-align: middle;
	width: 40px;
}

/* vues */

.explorateur_view
{
	background-color: white;
	height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #666666;
	font-size: 13px;
}

.explorateur_view tr
{
	vertical-align: top;
}

.selected
{
	background-color: #DDDDDD;
}

.selected td
{
	background-color: #F3F3F3;
}

#treeview
{
	width: 100%;
}

#listview
{
	width: 100%;
}

#explorateur_selectable
{
	border: none;
}

#explorateur_selectable tr.ligne1bis
{
	background-color:#FFFFFF;
	color:#777777;
	font-size:11px;
}

#explorateur_popup
{
	position: absolute;
	z-index: 1;
	background-color: #fafafa;
	display: none;
}

#explorateur_popup_menu_contextuel div
{
	cursor: pointer;
	padding: 5px;
}

#explorateur_popup_envoie_document
{
	margin: 8px;
}

.explorateur_popup_proprietes
{
	width: 350px;
}

#explorateur_popup_proprietes_proprietes
{
	width: 100%;
}

#explorateur_popup_proprietes_proprietes input
{
	width: 150px;
}

.explorateur_popup_acl
{
	width: 500px;
}

#explorateur_popup_acl_owner
{
	width: 100%;
}

#explorateur_popup_acl_principal
{
	width: 100%;
}

#explorateur_popup_acl_principals
{
	width: 100%;
}

#explorateur_popup_acl_principals_inherited
{
	width: 100%;
}

#explorateur_popup_acl_right
{
	width: 100%;
}

.explorateur_popup_buttons
{
	padding: 8px;
	text-align: right;
}

.explorateur_popup_contenu
{
	overflow: auto;
}

.explorateur_popup_ombre1
{
	border:solid 1px #bbbbbb;
	padding: 8px;
}

.explorateur_popup_ombre2
{
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

.explorateur_popup_ombre3
{
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.explorateur_popup_ombre4
{
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}

/* /explorateur */

div.div_popup_cachee{

	display: none;
	position:absolute;
	border: 1px solid #a999d5;
	background-color: #FFFFFF;
	/*text-align: center;*/
	padding: 1em;

}

div.div_popup_affichee{

	/*display: block;*/
	position:absolute;
	border: 1px solid #a999d5;
	background-color: #FFFFFF;
	/*text-align: center;*/
	padding: 0px;
	margin: 0px;
}

table.div_popup_affichee tr td{
	border-top : solid 1px #a999d5;
	padding: 2px;
	margin: 0px;
	color: #0b3d4f;
	font-size: 8px;
	font-weight: bold;
	height: 5px;
}

div.div_popup_heure{
	display: block;
	position:absolute;
	left: 20%;
	width: 79%;
	border: 0px;
}