/*-- style liste --*/

#listeLett ul {
margin:10px 0 0 0;
}
  
#listeLett li {
    display: inline;
		list-style-type: none;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    color: #B2B2B2;
    font-family: "Trebuchet MS", arial; 
    font-size: 14px;
    line-height: 14px;
    margin:0 0 2px 0;
    padding:0 0 0 2px;
}

#listeLett li a {
    text-decoration: none;
    font-weight: normal;
    color: #000;
    padding:0 2px 0 2px;
}

#listeLett li a:hover {
    background-color:#1678b5;
    text-decoration: none;
    font-weight: normal;
    color: #FFF;
    padding:0 2px 0 2px;
}

#listeLett li a.lettSEL {
    background-color:#1678b5;
    text-decoration: none;
    font-weight: normal;
    color: #FFF;
    padding:0 2px 0 2px;
}


.listeRea ul {
margin-top:0;
}
  
.listeRea li {
    background: left url(../images/triList.gif) no-repeat;
		list-style-type: none;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    color: #FFF;
    font-family: "Trebuchet MS", arial; 
    font-size: 12px;
    line-height: 14px;
    margin:0 0 2px -40px;
    padding-left:9px;
}

.txtReaFiche {width:450px;}

/*-- tableau de la fiche --*/


.titreBleu {
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #FFF;
    font-family: arial, verdana; 
    font-size: 11px;
    line-height: 13px;
    background-color : #2C6884;
}

.titreVert {
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #FFF;
    font-family: arial, verdana; 
    font-size: 11px;
    line-height: 13px;
    background-color : #4791B6;
}



.bleuB {
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #23583A;
    font-family: arial, verdana; 
    font-size: 11px;
    line-height: 13px;
}


.bleu {
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    color: #2C6884;
    font-family: arial, verdana; 
    font-size: 11px;
    line-height: 13px;
}

.bleuC {
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #2C6884;
    font-family: arial, verdana; 
    font-size: 11px;
    line-height: 13px;
}

.bleu10 {
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    color: #2C6884;
    font-family: arial, verdana; 
    font-size: 10px;
    line-height: 13px;
}


.vert {
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    color:  #4791B6;
    font-family: arial, verdana; 
    font-size: 11px;
    line-height: 13px;
}

.vertC {
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color:  #4791B6;
    font-family: arial, verdana; 
    font-size: 11px;
    line-height: 13px;
}

.ligne {
	  display: block;
    background: left url(../images/pixVertBleu.gif) repeat-x;
    height:1px;
    width:650px;
    margin:3px 0 3px 0;
}


