body, td, input, textarea, select,option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	padding : 30px;
}
H1, H2,H3,h4,h5,h6 {
	color: #707070;

}
/* rollover des tableaux */ 
    tr.backlist01:hover  {background-color:orange;}
	tr.backlist02:hover  {background-color:orange;}
 tr{ height:30px; };

select {
	font-size: 11px;

}
input {
	font-size: 11px;
} 

.mini { 
	font-size: 10px;
}

.micro {
	font-size: 9px;
}

hr {
	height: 1px; 
	color: white;
	border-style :dotted;
}

a {
	color: #516073;
	text-decoration: none;
	font-weight : bold;
}
a:hover{
	color: darkorange;
	text-decoration:  underline ;
	font-weight : bold;
}

.tonique {
color: darkorange;
}
.troizcoul {
color: lightblue
}

.blink {
	text-decoration: blink;
}

/* couleurs des blocs  */

.blocCrea {
	background-color : #C0EFE8;
	background-repeat : repeat-x;
	background-image: url(../img_backo/thm_bk_create.gif);

} 
.blocSearch {
	background-color : #FFECC6;
	background-repeat : repeat-x;
	background-image: url(../img_backo/thm_bk_search.gif);

} 

.blocNeutral {
	background-color : #EAEAEA;
	background-repeat : repeat-x;
	background-image: url(../img_backo/thm_bk_neutral.gif);

} 

.topBackground {
	background-image: url(../img_backo/nb_top_back.gif);


}


/* couleurs des listes */

.backlist01 { 
background-color : #EBEFF3;
} 

.backlist02 { 
background-color : #F5F8FA;
} 

.backlist_flash { 
background-color : #FFECC6;
} 

/* cellules hors normes */ 

.sousgroupe { background-color:#FF66CC;  color: white; font-size : 8px;    }




