﻿/* ----------------------------
            Boutons
   ---------------------------- */
.octa-bouton-hide{
    display:none;
}

a.octa-bouton-graphique, a.octa-bouton-graphique-important, a.octa-bouton-orange{
    margin-top:2px;
    margin-bottom:2px;
    color:#444;
    height:20px;
    padding: 2px 20px;
    text-decoration:none;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

a.octa-bouton-graphique-important{
    font-weight:bold;
}

a.octa-bouton-orange{
    border:1px solid #FF6C00;
    background:url('../images/base/bouton-bg-orange.gif') repeat-x;
}

a.octa-bouton-graphique, a.octa-bouton-graphique-important{
    border:1px solid #AAAAAA;
    background:url('../images/base/bouton-bg.gif') repeat-x;
}

    a.octa-bouton-graphique:hover, a.octa-bouton-graphique-important:hover{
        color:#222;
        border:1px solid #888;
        background:url('../images/base/bouton-bg-hover.gif') repeat-x;
    }
    a.octa-bouton-orange:hover{
        color:#222;
        background:url('../images/base/bouton-bg-orange-hover.gif') repeat-x;
    }


/* ----------------------------
            Bandeau
   ---------------------------- */
.octa-bandeau-bouton{
    text-align:center;
    margin: 5px 0px;
}



/* ----------------------------
            Panel
   ---------------------------- */

.panelActu{
	border:1px solid #DDDDDD;
	margin-bottom:15px;
	padding:4px;
	background-color:#FAFAFA;
}
    .enteteActu{ border-bottom:1px solid #BBBBBB; color:#395da7; font-weight:bold; }
	.enteteActu a{ font-size:10px; color:#888888; text-decoration:none; }
    .enteteDate{ color:#000000; font-weight:normal; font-size:11px; }
    .btActu, .lienOuvrir{cursor: pointer; font-size:10px; color:#888888;}
    .btTitre{cursor: pointer;}
    .actuMsg{ padding:5px; }
    
.panelAT{
    border:1px solid #F2B245;
	background-color:#FBE8C7;
	margin-bottom:15px;
	padding:4px;
}
    .panelAT .enteteActu{ color:#000000; border-bottom:1px solid #F2B245; }

.panelAlerte
{
    border:1px solid #E60000;
	margin-bottom:15px;
	padding:4px;
	background-color:#FFBDBD;
	text-align:center;
	font-weight:bold;
}
    .panelAlerte img{ margin-right:10px; }

.panelReponse, .panelLucie{
	border:1px solid #2882D7;
	background-color:#BECFDF;
	padding:2px;
}
    .panelLucie { margin-bottom:15px; }
    .panelReponse .enteteActu{ border-bottom:1px solid #2882D7; color:#000000; }

.panelSujet{
	border:1px solid #8DD33A;
	background-color:#E4FBC7;
	padding:2px;
	margin-bottom:15px;
}
    .panelSujet .enteteActu{ border-bottom:1px solid #8DD33A; color:#000000; }


/* ----------------------------
            Panel Images
   ---------------------------- */
.panelInfo, .panelSucces, .panelQuestionnaire, .panelAvertissement {
	margin-bottom:15px;
	padding:5px;
	padding-left:50px;
}
    .panelInfo{ border:1px solid #DDDDDD; background:url('../images/base/info.gif') #FAFAFA no-repeat 10px 3px; }
    .panelSucces{ border:1px solid #8DD33A;	background:url('../images/base/succes.gif') #E4FBC7 no-repeat 10px 3px;	font-weight:bold; }
    .panelQuestionnaire{ border:1px solid #DDDDDD; background:url('../images/base/bgQuestionnaire.gif') #FAFAFA no-repeat 10px 3px; font-weight:bold; }
    .panelAvertissement{ border:1px solid #FF7200; color:#FF7200; background:url('../images/base/bgAvertissement.png') #FED895 no-repeat 10px 3px; font-weight:bold; }
    
    
/* ----------------------------
        Demandes HOTLINE
   ---------------------------- */
#pnlListePiece .tabLigne{
    cursor:pointer;
}

