*{
font-family : 'Times New Roman',Times,serif;
font-size : 11pt;
margin-bottom : 3px;
}

body {
color : #003399;
}

#fondBanniere, #banniere, #conteneurBlocsDeGauche,#foot, .note, .printMasquer, .remonter
{
display : none;
}


  .gras { font-weight: bold;
    }

  .question { font-style: italic;
    font-weight: bold;
    }

  .reponse { color: rgb(51, 51, 255);
    margin-top: 2px;
    /*color : white; */
    display : none;  
    }
    

    
  .note { font-size: 9px;
    }

  .chapeau { font-weight: bold;
    font-style: italic;
    color: black;
    }
    
  .code { border: 1px solid rgb(102, 102, 102);
    padding: 5px;
    font-family: 'Courier New',Courier,monospace;
    font-size: 11px;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #b8b8b8;
    color: rgb(0, 102, 0);
    font-weight: bold;
    }

  .commentaire { color: rgb(0, 0, 0);
    font-weight: normal;
    font-family: 'Courier New',Courier,monospace;
    }

  .codeEnValeur { color: rgb(255, 0, 0);
    font-weight: bold;
    font-family: 'Courier New',Courier,monospace;
    }     
    
    ul { list-style-image: url('../../../images/front_office_design/imagesCssCours/puceBleue.png');
    margin-left: 20px;
    }
    
    .tabDesMatieres *{
    color : #003399;
    }
    
    .tabDesMatieres ul, .tabDesMatieres li {
    list-style-type : none; 
    list-style-image: none;
    
    }
    
    .tabDesMatieres ul a{
    text-decoration : none;
    }
  
    .tabDesMatieres ul a:hover{
    text-decoration : underline;
    }
    
    .pbb {
    page-break-before:always;
    }

  #divCours {

  position: static;
  }

  #divCours h1 { line-height : 32px;
    margin-top : 20px;
    margin-bottom : 20px;
    background : #ffffcc;
    padding-left : 0px;
    text-align : center;
    border : outset;
    text-transform : uppercase ;
  }
  
  #divCours h2 {
    background : #0066ff;
    border-bottom : solid 2px #003399;
    border-top : solid 2px #003399;
    padding : 0 5px 0 5px;
    margin : 20px 0 20px 0;
    color : white;
    line-height : 20px;
    border-bottom : solid 2px #003399;
  }

  #divCours h3 {
  margin : 20px 0 20px 20px;
  color : #0033ff;
  background : #ccffff;
  border-bottom : solid 2px #0033ff;
  border-top : solid 2px #0033ff;
  line-height : 20px;
  }
  
table {
table-layout:fixed;
border : 2px solid #6699cc;
width : 100%;
border-collapse:collapse;
margin-top : 5px;
}


td{
border : 2px solid #6699cc;
padding : 5px;
}

th {
background : #6699cc;
text-align : center;
color : #000000;
}
  .divCode, div.php { /*UTILE POUR LE GESHI*/

  border-style:ridge;
  border-width:2px;
  border-color:#909090;
  padding:5px 5px 0px 5px;
  margin : 10px 5px;
  }
  
  code *, div.php * { /*UTILE POUR LE GESHI*/
  font-family : courier;
  letter-spacing:0.5pt;
  }
  
  .divCode a {
  text-decoration : none;
  }

