/******************************************************************************/
/* Quick Txt2Html */
/* feuille de style - 01/2003 */
/*
/* Copyright © 2003 Robert Sebille. (robert.sebille(at)cassiopea.org) */
/*****************************************************************************/


BODY  {
    color: #000000;				/* noir		*/
    background: #FFFFFF;			
    font: 13px Verdana, Times, serif;
    margin: 5px 5px 5px 5px;
}

A:link {
    color: #ff0000;	                	/* bordeaux	*/
    background: #FFFFFF;			
    text-decoration: underline;
}
 
A:visited {
    color: #ff8080;                 
    background: #FFFFFF;			
    text-decoration: underline;
}
 
A:hover {
    text-decoration: none;
}

.cc-bouton A:link, .cc-bouton A:visited {
    color: #FFFFFF;			
    background: #008080;		
    font: bold 13px Verdana, Times, serif;
}

.cc-bouton A:hover {
    color: #008080;			
    background: #E0E0E0;		
    font: bold 13px Verdana, Times, serif;
}

H1 {
    color: #008080;				
    background: #FFFFFF;			
    text-align: center;
    font: bold 25px Arial, sans-serif;
}

H2 {
    color: #000080;				
    background: #FFFFFF;			
    text-align: left;
    font: bold 20px Arial, sans-serif;
}

H3 {
     color: #008080;				
     background: #FFFFFF;			
    /* margin: 20px 0px 0px 0px; */
     font: bold 15px Arial, sans-serif;
     text-align: left;
     text-decoration: underline;
}

H4 {
     color: #000080;					
     background: #FFFFFF;				
     font: bold 13px Arial, sans-serif;
     text-align: right;
     text-decoration: none;
}

H5 {
     color: #000080;					
     background: #FFFFFF;				
     font: bold 13px Arial, sans-serif;
     text-align: left;
     text-decoration: none;
}

UL {
     list-style: square;
}

TABLE {
    font: 13px Verdana, Times, serif;
}

TR {
    font: 13px Verdana, Times, serif;
}

TD {
    font: 13px Verdana, Times, serif;
}

HR.CC {
     color: #802020;					
    background: #FFFFFF;			
 }

/* CLASSES */

.bordure {
	border: 1px solid #802020;
}

.cc-bouton {
    color: #FFFFFF;			
    background: #008080;		
    font: bold 13px Verdana, Times, serif;
}

.cc-bouton-inactif {
    color: #008080;			
    background: #FFFFFF;		
    font: bold 13px Verdana, Times, serif;
}

.petit {
	font-size:11px;
	font-family:Arial, serif;
}

.petit-centre {
	font-size:11px;
	font-family:Arial, serif;
	text-align:center;
}
