

body
{ 

 font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
        font-size:.95em; /* equiv 11px */	
	text-align: left ; 
        text-indent: 0; margin: 0;

}



.body
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
        font-size:.95em; /* equiv 11px */	
	text-align: justify ; 
        text-indent: 0; margin: 0; 
}

/* alternate font-sizing */

.smaller {
    font-size: .7143em; /* equiv 10px */
    line-height: 2.1em;
}

.small {
    font-size: .8571em; /* equiv 12px */
    line-height: 1.75em;
}

.big {
    font-size: 1.1429em; /* equiv 16px */
    line-height: 1.3125em;
}

.bigger {
    font-size: 1.2857em; /* equiv 18px */
    
line-height: 1.1667em;
}
.biggest {
    font-size: 1.4286em; /* equiv 20px */
    line-height: 1.05em;
}

.img
{
    width: auto;
    height: auto;
    border:0;
    margin:10px;
    
    
}

.floatl

{
    
    float: left;
    
}

.floatr

{
    
    float: right;
    
}

.floatc

{
    
 float: center;
    
}

.table
{
	table border= 0 
        cellpadding= 0 
        cellspacing= 0 
        width= 100%        
        font-family: Arial, Helvetica, verdana ;
        font-size:0.95em;	
	text-indent: 0; margin: 0;   
}

.p
{

        text-indent: 0; margin: 0;
}


h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, verdana ;
}
h1
{
	color: rgb(00,00,00);font-size:1.5em;font-weight:bold;
}
h2
{
	color: rgb(00,00,00); font-size:1.313em;font-weight:bold;
	text-align: left;
}
h3
{
	color: rgb(00,00,00); font-size:1.125em; font-weight:bold;
}
h4
{
	color: rgb(00,00,00);font-size:1em; font-weight:bold;
	text-align: center;
}
h5
{
        color: rgb(00,00,00);font-size:0.813em; font-weight:bold;
}
h6
{
	color: rgb(00,00,O0);font-size:0.813em;font-weight:bold;
}

h7
{
	font-size:0.813em;font-weight:bold;
}

abbr, acronym, .aide 
{
  border-bottom: 1px dotted #333;
  cursor: help;
  color : blue;

}

.lienvert 
a:link
{
	color: rgb(00,80,00); 
}

.lienvert 
a:visited
{
	color: rgb(00,80,00); 
}


.lienbrun 
a:link 
{
       color: rgb(80,00,00);
}
.lienbrun 
a:visited 
{
color: rgb(80,00,00);
}

.liennoir 
a:link 
{
     color: blue ; 
}
.liennoir 
a:visited 

}

.lienblanc 
a:link 
{
     color: white ; 
}
.liennoir 
a:visited 
   color : rgb(cc,cc,cc)
}


.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 0.813em;
	background-color: white;
}