/* CSS Document */

/*********** LISTE UL OL LI *************************/
.liste li {padding-bottom:18px;  }



/************* TXT&LIENS ****TAILLE : 10PX/COULEUR**** *********************/

/* TXT / LIENS - ORANGE - 10px */
#col-contenu .txt-1-s, .txt-1-s, .txt-1-s a, .txt-1-s a:visited,
a.txt-1-s, a:visited.txt-1-s
 { color:#EB6B00; text-decoration:none; font-size:10px } 

.txt-1-s a:hover,
a:hover.txt-1-s { text-decoration:underline; color: #965118 }  
  
  
  /* TXT / LIENS - BLEU - 10px */
#col-contenu .txt-2-s, .txt-2-s, .txt-2-s a, .txt-2-s a:visited,
a.txt-2-s, a:visited.txt-2-s
 { color:#0093AF; text-decoration:none; font-size:10px } 

.txt-2-s a:hover,
a:hover.txt-2-s { text-decoration:underline; color: #085E6E }  


/* TXT / LIENS -  AZUR  - 10px */
#col-contenu .txt-3-s, .txt-3-s, .txt-3-s a, .txt-3-s a:visited, 
a.txt-3-s, a:visited.txt-3-s
 { color:#0CB9AF; text-decoration:none; font-size:10px } 

.txt-3-s a:hover,
a:hover.txt-3-s { text-decoration:underline; color: #0A7B74 }  


/* TXT / LIENS -  ROUGE/RED  - 10px */

#col-contenu .txt-4-s, .txt-4-s, .txt-4-s a, .txt-4-s a:visited, 
a.txt-4-s, a:visited.txt-4-s
 { color:#DF000C; text-decoration:none; font-size:10px } 

.txt-4-s a:hover,
a:hover.txt-4-s { text-decoration:underline; color: #DF000C }  


  /* TXT / LIENS - BLEU - 10px */
#col-contenu .txt-5-s, .txt-5-s, .txt-5-s a, .txt-5-s a:visited,
a.txt-5-s, a:visited.txt-5-s
 { color:#716F63; text-decoration:none; font-size:10px } 

.txt-5-s a:hover,
a:hover.txt-5-s { text-decoration:underline; color: #646258 } 


/* TXT / LIENS - ocre marron  - 10px */
#col-contenu .txt-6-s, .txt-6-s, .txt-6-s a, .txt-6-s a:visited,
a.txt-6-s, a:visited.txt-6-s
 { color:#9a8c87; text-decoration:none; font-size:10px } 

.txt-6-s a:hover,
a:hover.txt-6-s { text-decoration:underline; color: #9a8c87 } 





/******************* TXT SIMPLES COULEURS - TAILLE STANDARD **********************/

#col-contenu .txt-orange { color:#E96900 }
#col-contenu .txt-marron { color:#9a8c87 }
#col-contenu .txt-marron-2 { color:#9a8c87 }
#col-contenu .txt-rouge  { color:#DF000C }
#col-contenu .txt-black, .txt-black a { color:#9a8c86}



