body{
font-family:verdana;
margin-top:0px;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/*background-image:url(../images/background_caf.jpg);*/
background-repeat:repeat;
background-position:bottom center;
}

select{
color:#447a8b;
font-size:11px;
}

#content {
margin:0;
padding:0; }

/* Bulle d'aide pour la recherche documentaire  */

a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   text-decoration: none;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 30px; /* on positionne notre infobulle */
   left: 20px;

   background: white;

   color: black;
   padding: 3px;

   border: 1px solid black;   
}

.cahier_centre{
width:787px;
background-image:url(../images/ap_cahier_texte_centre.gif);
background-repeat:repeat-y;
color:#004585;
font-size:11px;
}

.cahier_bas{
width:787px;
height:6px;
display:block;
background-image:url(../images/ap_cahier_texte_bas.gif);
background-repeat:no-repeat;
}

.cahier_haut{
width:787px;
background-color:#747474;
color:#ffffff;
font-size:12px;
font-weight:bold;
}

.cahier_tete{
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;
}

a{
color:#788baa;
font-size:11px;
text-decoration:underline;
}

a:hover{
color:#666666;
font-size:11px;
text-decoration:underline;
}

input {
font-size:11px;
}

input .styleinput {
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#c3e0ec;
font-size:11px;
color:#777777;
}

textarea {
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#c3e0ec;
font-size:11px;
color:#777777;
}

input:focus, textarea:focus, select:focus { 
background-color: #D9F3FF;
border-color: #777777;
}

.uti{
z-index:100;
font-size:12px;
font-weight:bold;
line-height:20px;
color:#0b3d4f;
right:10px;
top:0px;
}




/****************   Bandeaux d'entête   ****************/

#bandeau_gauche {
background:url(active_intra_rognac/bandeau_gauche.jpg) no-repeat;
background-color:#d4c09b;
width:128px;
height:90px;
position:absolute; /* propriété left et top ci-dessous pour placer l'image en haut à gauche */
left:0;
top:0; }

#bandeau_centre {
background:#01a5b1 url(active_intra_rognac/bandeau_centre.jpg) repeat-x;
height:90px;}

#bandeau_droit {
background:url(active_intra_rognac/bandeau_droite.jpg) no-repeat;
width:771px;
height:90px;
background-color:#d4c09b;
/*background:url(active_intra_rognac/bandeau_part2.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 */
/*background:url(active_intra_rognac/picto_bonhomme.gif) no-repeat center;*/
float:right;
padding-left:28px;
line-height:16px;
font-size:10px;
text-align:left;
color:#003f84;
font-weight:bold;
position:absolute;
right:10px;
top:0px; }

#profile img {
border:0px;
position:relative;
top:5px; }

/****************   Menu père   ****************/

#menu_pere {
margin-top:0px; /* marge entre bandeau et menu_pere */
width:100%; /* le menu occupe tout l'espace */
background:url(active_intra_rognac/sous_menu.jpg) repeat-x bottom left;
height:30px; }

#menu_pere table {
border-collapse:collapse; /* + border-spacing:0 :  cellspacing=0 pour IE */
border-spacing:0; /* equivaut au cellspacing=0 */
text-align:center; /* Alignement vertical du texte */
height:30px; /* hauteur du tableau */ }

#menu_pere td {
padding:0; /* equivaut au cellpadding=0 */ }

#menu_pere ul {
overflow:hidden;
background:url(active_intra_rognac/sous_menu_droite.jpg) no-repeat bottom right;
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 .Onglet, #menu_pere .Ongletsuivant_selected {
float:left;
display:block;
height:30px;
background:url(active_intra_rognac/onglet.gif) repeat-x; }

#menu_pere .Onglet_selected {
float:left;
display:block;
height:30px;
background:#dea321 url(active_intra_rognac/ongletselected.gif) repeat-x; }

#menu_pere .DebOnglet, #menu_pere .DebOngletsuivant_selected {
float:left;
display:block;
height:30px;
width:12px;
background:url(active_intra_rognac/debonglet.gif) no-repeat; }

#menu_pere .DebOnglet_selected {
float:left;
display:block;
height:30px;
width:12px;
background:url(active_intra_rognac/debongletselected.gif) no-repeat;}

#menu_pere .FinOnglet, #menu_pere .FinOngletsuivant_selected {
float:left;
display:block;
height:30px;
width:12px;
padding-right:2px;
background:url(active_intra_rognac/finonglet.gif) no-repeat; }

#menu_pere .FinOnglet_selected {
float:left;
display:block;
height:30px;
width:12px;
padding-right:2px;
background:url(active_intra_rognac/finongletselected.gif) no-repeat; }

#menu_pere a {
display:block; /* évite redimensionnement auto de l'onglet lors du hover */ }

a.Longlet, a.Longletsuivant_selected {
line-height:30px;
padding-left:0px;
padding-right:0px;
text-decoration:none;
color:#ffffff;
font-size:11px;
font-weight:bold; }

a.Longlet:hover,a.Longletsuivant_selected:hover {
color:#ffffff;
font-size:11px;
text-decoration:none;
font-weight:bold; }

a.Longlet_selected {
line-height:30px;
padding-left:12px;
padding-right:12px;
text-decoration:none;
color:#8ca7dc;
font-size:11px;
font-weight:bold; }

a.Longlet_selected:hover {
font-size:11px;
color:#8ca7dc;
text-decoration:none;
font-weight:bold; }

/****************   Menu fils   ****************/

#menu_fils {
display:block;
overflow:hidden;
text-align:left;
clear:both; /* menu_fils juste en dessous du menu_pere (évite un <br/> entre les 2 dans le code HTML) */
color:#cc0f70; /* couleur "|" */
font-weight:bold;
font-size:10px;
line-height:30px;
padding-bottom:5px;
background:#f3f3f3 url(active_intra_rognac/fond_menu_fils.gif) bottom left repeat-x;}

a.menuhaut{
white-space:nowrap;
display:block;
float:left;
padding:0px 10px 0px 10px;
border-right:solid 1px #f3f3f3;
border-left:solid 1px #c6c6c6;
color:#555555;
font-size:10px;
font-weight:normal;
text-decoration:none; }

a.menuhaut:hover{
background:#fafafa;
font-size:10px;
font-weight:normal;
text-decoration:none; 
color:#8ca7dc; }

/****************  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 {
clear:both;
color:#666666;
font-size:10px;
font-weight:normal;
text-decoration:none;
margin-left:5px;
padding:4px; }

#bloc_contenu .outils {
margin-left:30px;
text-align:right;
border-bottom:dotted 2px #a1a1a1;
 }

#bloc_contenu .communaute {
line-height:24px;
margin-right:15px;
float:right; }

#bloc_contenu .donnees {
padding:5px;
clear:both; /* bloc "donnees" en dessous des 2 float précédents */ }

#bloc_contenu .titre_page {
background-color:#ffffff;
float:left;
padding-right:20px;
margin-left:5px;
font-size:24px;
color:#fbb80f; }

/****************  Bloc menu  ****************/

#bloc_menu {
position:relative; /* évite le bug de la zone raccourci sous IE */
margin-top:5px; /* marge entre le bloc et le sous-menu */
margin-left:5px;
width:180px; /* 180 + 2px marge expander */
float:left; }

#bloc_menu .fond_menugauche {
background-color:#ffffff;
border:dotted 1px #a1a1a1; }

#bloc_menu .entete_menugauche {
border-bottom:dotted 1px #a1a1a1;
line-height:24px;
background-color:#8ca7dc;
color:#ffffff;
font-size:12px;
font-weight:bold;
text-align:center; }

a.menugauche {
line-height:20px;
border-bottom:dotted 1px #a1a1a1;
padding:3px;
display:block;
text-decoration:none;
color:#333333;
font-size:10px; }

a.menugauche:hover {
padding:3px 3px 3px 6px;
background-color:#f6f6f6;
color:#555555;
font-size:10px;
font-weight:normal;
text-decoration:none; }

/****************  Bloc expander  ****************/

#bloc_expander {
margin-top:5px; /* marge entre le bloc et le sous-menu */
margin-left:0px;
float:left; }

.encadre{
border-color:#d0d0d0;
border-style:solid;
border-width:1px 1px 1px 1px;
}

.entete_menugauche{
border-color:#8ca7dc;
border-style:solid;
border-width:1px 1px 0px 1px;
background:#8ca7dc;
color:#ffffff;
font-size:12px;
font-weight:bold;
text-align:center;
}

.table{
background-image:url(../images/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;
}

.sortable a, .table a{
color:#6585c3;
font-size:10px;
}

table.sortable a.sortheader {
	padding:10px 5px 10px 5px;
	color:#ffffff;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow {
    text-decoration: none;
}

table.sortable{
background-image:url(../images/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;
}

.sortable td, .table td{
padding:5px 0px 5px 0px;
}

.entete_table{
font-size:11px;
line-height:20px;
font-weight:bold;
background:#8ca7dc;
color:#ffffff;
}

.entete_table2{
background-image:url(../images/entete_table_41.gif);
background-repeat:repeat-x;
background-position:bottom;
background-color:#ffffff;
color:#666666;
height:22px;
font-size:10px;
font-weight:bold;
text-align:center;
}

.titre_rubrique{
color:#5c92a5;
font-size:20px;
font-weight:bold;
text-align:left;
letter-spacing:6px;
}

.separation{
background-color:#5c92a5;
}

.titre_table{
color:#777777;
font-size:14px;
font-weight:bold;
text-align:left;
letter-spacing:6px;
}

.texte {
color:#777777;
font-size:11px;
}

.titre {
height:33px;
background-image:url(active_intra_rognac/puce_rognac.gif);
background-repeat:no-repeat;
background-position:left center;
color:#003f84;
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 0px 1px 0px;
color:#5c92a5;
font-size:11px;
line-height:20px;
}

.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;
}

.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;
}

.ariane{
color:#444444;
font-size:11px;
font-weight:normal;
text-decoration:none;
padding:4px;
}

a.ariane{
color:#444444;
font-size:11px;
font-weight:normal;
text-decoration:none;
}

a.ariane:hover{
color:#444444;
font-size:11px;
font-weight:normal;
text-decoration:underline;
}

.libelle{
color:#0b3d4f;
font-size:10px;
font-weight:bold;
text-decoration:none;
line-height: 18px;
}

.libelle_grand{
color:#0b3d4f;
font-size:12px;
font-weight:bold;
text-decoration:none;
line-height: 18px;
}

.libelle_center{
color:#0b3d4f;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-align: center;
line-height: 18px;
}

.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(active_intra_rognac/accueil_rognac.jpg);
background-repeat:no-repeat;
background-position:center;
}

.accueil_centre_rep{
background-image:url(active_intra_rognac/accueil_rognac.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 {
padding: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:center;
word-spacing:2px;
letter-spacing:2px;
font-size:20px;
color:#CF006D;
}

h2 {
font-weight:bold;
text-align:left;
word-spacing:2px;
letter-spacing:2px;
font-size:18px;
color:#777777;
margin:0px;
}

h3 {
padding:4px;
font-weight:bold;
text-align:right;
word-spacing:2px;
letter-spacing:2px;
font-size:14px;
color:#788baa;
line-height:14px;
border-bottom:solid 1px #dddddd;
margin:20px 0px 5px 0px;
}


/* 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:#8ca7dc;
}

a.menugauche_intra1:hover{
display:block;
font-size:12px;
font-weight:bold;
text-align:left;
text-decoration:none;
color:#ffffff;
background-color:#8ca7dc;
}

a.menugauche_intra2{
padding:4px;
display:block;
font-size:11px;
font-wigth:bold;
text-indent:10px;
text-align:left;
font-weight:bold;
text-decoration:none;
color:#8ca7dc;
}

a.menugauche_intra2:hover{
display:block;
font-size:11px;
font-wigth:bold;
text-indent:10px;
text-align:left;
text-decoration:underline;
background-color:#d9f4ff;
}

a.menugauche_intra3{
padding:4px;
display:block;
font-size:11px;
font-wigth:bold;
text-indent:20px;
text-align:left;
text-decoration:none;
color:#0b3d4f;
}

a.menugauche_intra3:hover{
display:block;
font-size:11px;
font-wigth: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;
}

/* Styles des tableaux et formulaires */

.table_stats {
font-size:10px;
color:#666666;
border-left:dotted 1px #bababa;
border-top:dotted 1px #bababa; }

.table_stats td {
padding:5px 10px 5px 10px;
border-right:dotted 1px #bababa;
border-bottom:dotted 1px #bababa; }

.table_stats a {
font-size:10px;
 }

.table_stats input {
vertical-align:middle;
margin:0px;
font-size:10px;
color:#000000; }

.table_stats tr.entete {
font-weight:bold;
background:#8ca7dc;
color:#ffffff; }

.table_stats tr.entete td{
font-size:11px;
border-color:#bababa;
padding:10px 5px 10px 5px; }

.table_stats tr.entete2 {
font-weight:bold;
background:#f8f8f8;
color:#000000; }

.table_stats tr.entete2 td{
border-color:#bababa;
padding:10px 5px 10px 10px; }

.table_stats tr.entete3 {
color:#000000; }

.table_stats tr.entete3 td{
color:#88adc0;
font-weight:bold;
text-decoration:underline;
padding: 5px 8px 5px 8px; }

.table_stats .total {
color:#ff0000;
text-indent:0px;
font-weight:bold; }

.table_stats .total2 {
color:#ffffff;
background-color:#ff0000;
font-weight:bold; }

.table_stats .total input{
color:#ff0000;
font-weight:bold;
width:267px;}

.table_stats td.pied {
background:#ff0000;
color:#ffffff;
font-weight:bold;
border-right:solid 1px #dddddd;
border-bottom:solid 1px #dddddd; }

/* /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;
}

div.div_popup_affichee a{
	color: #FFFFFF;
}

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{
	position:absolute;
	float: left;
	border: solid 1px #a999d5;
	display: block;
	background-color: #000000;
}

/** Couleur de la div affiché dans le calendrier */
.ressource_indisponible{
	background-color: #FF0000;
}

.pre_reservation{
	background-color: #ffa500;
}

.reservation_valide{
	background-color: #00b000;
}

/** Couleur de la div représentant la réservation dans la popup affichée */
#ressource_indisponible {
	background-color: #FF0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
	color: #FFFFFF;	/** couleur du libellé dans la popup affiché */
}

#pre_reservation{
	background-color: #ffa500;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
	color: #0b3d4f;	/** couleur du libellé dans la popup affiché */
}

#reservation_valide{
	background-color: #00b000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
	color: #0b3d4f;	/** couleur du libellé dans la popup affiché */
}



/** Couleur de la div affiché dans le calendrier */
.conge_impossible{
	background-color: #FF0000;
}

.conge_demande{
	background-color: #ffa500;
}

.conge_valide{
	background-color: #00b000;
}

/** Couleur de la div représentant le congé dans la popup affichée */
#conge_impossible {
	background-color: #FF0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
	color: #FFFFFF;	/** couleur du libellé dans la popup affiché */
}

#conge_demande{
	background-color: #ffa500;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
	color: #0b3d4f;	/** couleur du libellé dans la popup affiché */
}

#conge_valide{
	background-color: #00b000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
	color: #0b3d4f;	/** couleur du libellé dans la popup affiché */
}

/*FAQ*/

a.annu1{
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#788baa;
}

a.annu1:hover{
font-size:14px;
text-decoration:underline;
color:#222222;
}

.annu_table1{
padding:5px;
background-color:#f4f4f4;
font-size:11px;
}

.annu_table2{
padding:5px;
border-color:#c7c3e1;
font-size:11px;
}
