/*Pour faire des blocs encadrés avec un fond de couleur*/
.bloc_encadre {
 background-color:#fafafa;
 padding-left:15px;
 padding-right:15px;
 padding-top:5px;
 padding-bottom:5px;


 border:1px solid #c0c0c0;
margin-right:15px;
}
/*Inititulés des légendes des photos*/
.texte_legende {
text-align:center;
font-size:10px;
color:#444444;}
/*Titre des pages*/
h1 {
	color:#6989DE;
	font-size:16px;
	font-weight:600;
	font-style:italic;}
/*Sous-titres*/
h2 {
color:#fff;
font-size:14px;
font-weight:normal;
height:20px;

background-image:url('../upload/puces/fond_h2.jpg');
background-repeat:no-repeat;
padding-left:20px;
padding-top:2px;

}
/*Titres de paragraphes*/
h3 {
  font-size:12px;
  font-weight: bold;
  margin: 0;
  margin-top: 8px;
  margin-bottom:4px;
  color:#0072B9;}
/*Sous-titres de paragraphes*/
h4 {
font-weight: normal;
  font-size: 12px; 
  color: #222222;
  font-weight: bold;
  margin: 0px;
  margin-top:6px;
 margin-bottom:0px;}
/*Case avec un bord bas uniquement*/
td.case_bord_bas, table.case_bord_bas td {
border-bottom:1px solid #AAAAAA;}

