/* =============================================================================
 * CORPS (CHARTE GENERALE)
 * ===========================================================================*/
#corps {
    background: url(PSS_ORANGE_IMAGES/PSS_ORANGE_fdPage.gif) repeat-x top;
}
/* =============================================================================
 * COLONNE GAUCHE (CHARTE GENERALE)
 * ===========================================================================*/
#colonneGauche{
    padding-top: 7px;
    padding-left: 10px;
}
#colonneGauche h2{
    font-size: 95%;
    font-weight: bold;
    background: url(PSS_ORANGE_IMAGES/PSS_ORANGE_fdTitre.gif) no-repeat top left;
    color: #FFF;
    padding: 10px 5px 5px 5px;
    text-align: left;
}
#menuGauche{
    width: 170px;
    background: #FFFFFF url(images/fdMenuGauche.gif) repeat-x top;
}
#menuGauche ul, #menuGauche li{
    list-style-type: none;
}
#menuGauche li{
    background: url(images/sepMenu.gif) no-repeat bottom center;
}

#menuGauche li a:link, #menuGauche li a:visited{
    text-decoration: none;
    color: #606060;
    font-weight: bold;
    font-size:95%;
    display: block;
    padding: 5px 5px;
}
#menuGauche li a:hover, #menuGauche li.selected a, #menuGauche ul li.selected  ul li a:hover{
    color: #FF8A00;
}
/* =============================================================================
 * FIL D'ARIANE
 * ===========================================================================*/
#chemin{
    padding-top: 3px;
    height: 25px;
    color: #FF8A00;
    font-size: 80%;
    font-weight: bold;
}
#chemin a:link, #chemin a:visited{
    color: #FF8A00;
    text-decoration: none;
    font-weight: normal;
}
#chemin a:hover{
    text-decoration: underline;
    font-weight: normal;
}
#contenu h3{
    font-size: 120%;
    color: #FF8A00;
}

/* =============================================================================
 * ACCROCHE
 * ===========================================================================*/
div.PRS_ACCROCHE{
    background: url(images/accrocheGauche.gif) no-repeat  0 28px;
}
.PRS_ACCROCHE p{
    padding: 10px 40px 10px 35px;
    font-size: 130%;
    font-weight: bold;
    color: #FF8A00;
    background: url(images/accrocheDroite.gif) no-repeat bottom right;
}

/* =============================================================================
 * SPECIFIQUE
 * ===========================================================================*/
  strong{
    color: #FF8A00;
 }
/* =============================================================================
 * Modification fonctionnement listes
 * ===========================================================================*/
body #document #contenu ul li{
	background: url(PSS_ORANGE_IMAGES/puce-fleche-orange.gif) no-repeat left top;
	padding-left: 14px;
	list-style: none;
}
body #document #contenu ul li ul li{
	background: url(PSS_ORANGE_IMAGES/puce-cercle-orange.gif) no-repeat left top;
	padding-left: 14px;
	list-style: none;
}
body #document #contenu ul li ul li ul li{
	background: url(PSS_ORANGE_IMAGES/puce-disque-orange.gif) no-repeat left top;
	padding-left: 14px;
	list-style: none;
}

