/*Pour faire des blocs encadrés avec un fond de couleur*/
.bloc_encadre {
 background-color:#E8F1F5;
 padding:15px;
 border:1px solid #c0c0c0;}
/*pour les titres de photos par exemple*/
.mini_texte {
font-size:11px;
color:#888888;}
.table_bordure td {
border:1px solid #555;
padding:1px;}
.table_grille td {
border:1px solid #dfdfdf;
padding:1px;}
/*idem .td_liste, pour appliquer à toutes les td d'une table*/
.table_liste td {
border-bottom:1px solid #cfcfcf;
padding:2px;}
h1 {
	color:#596B6B;
	font-size:24px;	
	text-transform: uppercase;
    margin:0px;
    padding:0px;}
h2 {
	color:#777F81;
	font-size:24px;
	font-weight:600;

    margin:0px;
    padding:0px;
	/*
	background-image: url('images/fl2.gif');
	background-repeat: no-repeat;
*/
}
h3 {
    margin:0px;
    padding:0px;
color: #B35637;
font-weight:bold;
font-size:17px;
margin-top:10px;
margin-bottom:4px;

}
h4 {
    margin:0px;
    padding:0px;
color: #95BE0F;
font-weight:bold;
font-size:14px;
margin-top:10px;
margin-bottom:2px;
}
h5 {
color: #DB6C00;
font-weight:bold;
font-size:13px;}
h6 {
color:#ff9900;
font-size: 15px;
text-transform: uppercase;}
table.table_bordure {
/*proprietes sur .table_bordure td*/}
table.table_grille {
/*tableaux avec tous les bords sur les cellules */}
/*Pour les tableaux de listings*/
table.table_liste {
/*props sur .table_liste td*/}
/*Case des tableaux de listings*/
td.td_liste {
border-bottom:1px solid #cfcfcf;
padding:2px;}
/*Forcer aucune bordure*/
td.td_no_border {
border:0px;}
