/*** texte ***/
body, table, td, p
              {
	color: #000000;
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: justify;
}
                            
.titre        { font-size: 12pt;
                font-weight: bold;
                text-align: center; }

.danses       { font-size: 16pt;
                font-weight: normal;
				text-align: center; }
                    
.centre       { text-align: center; }

.centrebold   { text-align: center;
                font-weight: bold; }
 
.brunbold     { color: #663300;
                font-weight: bold; }

.liste        { font-size: 8pt; }

.dansesnr     { color: #0000FF;
				font-size: 7pt;
                text-align: left; }

.listetitre   { font-size: 8pt;
                color: #663300;
                font-weight: bold; }



 /*** scrollbar ***/                   
BODY          { scrollbar-face-color: #D99555;
                scrollbar-shadow-color: #000000;
                scrollbar-highlight-color: #FFCC88;
                scrollbar-3dlight-color: #663300;
                scrollbar-darkshadow-color: #FFFFFF;
                scrollbar-track-color: #FFCC99;
                scrollbar-arrow-color: #663300; }



/*** formulaire ***/
.button       { font-family: Verdana,Arial,Helvetica,sans-serif;
                font-size: 10pt;
                font-weight: normal;
                color: #000000;                
                background-color: #CF7C36;              
                border: 2px #996600 solid; }

.buttonsmal   { font-family: Verdana,Arial,Helvetica,sans-serif;
                font-size: 8pt;
                font-weight: normal;
                color: #000000;                
                background-color: #CF7C36;              
                border: 2px #996600 solid; }                
                
                
.formempty    { background-color: #FFE3C3;
                border: 1px #996600 solid; }
                
.formactive   { background-color: #FFCC88;
                border: 1px #996600 solid; }
                
.formfull     { background-color: #FFE3C3;
                border: 1px #996600 solid; }



/*** liens ***/
                                 
a:link        { color: #993300;
                text-decoration: none; }

a:visited     { color: #C68544;
                text-decoration: none; }

a:hover       { color: #FF0000;
                text-decoration: none; }

