body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: #ddd;/*-couleur fond page-*/
	color: #6e0007;	/*-couleur texte page-*/
}

	
#bloc_page /*-toute la page-*/
{
  width:900px;
  height:100%;min-height:600px; /*- resolution problème décalage-*/
  margin: auto;
 border:solid 0px green;
}



  .first p:first-letter 
  {font-size:1.6em;font-family:serif; font-weight:bold;}

 .grotitre{
padding:5px;margin:5px;
text-align:center;
text-shadow: 2px 2px 14px #ce1a26;
font: normal 2.5em Arial, Helvetica, sans-serif;
}

  h4{margin-bottom:4px;}


.img {
    margin: 25px;
    border: 1px solid #fff;
    float: left;
    width: 200px;
}

.img:hover {
    border: 1px solid #777;
}

.img img {
  border: 2px solid #777;
  border-radius:5px;
    width: 97%;
    height: auto;
}

.liste_cercle{
	list-style-type:circle;
}

.liste_image{

	list-style-image:url (syC.gif);
}



     
.ombre{box-shadow: 0px 2px 5px #1c1a19;}

pub
{
	height:20px;
	margin: 10px 0 0 0 ; /*-vide avec dessus-*/
}




.right{
    float: right;
   margin: 0px 0px 10px 5px;
}





.simple {
	border-radius: 10px;
	background: #ddd;
	margin: 10px 10px 20px 10px;
    flex: 3;
	padding:10px 50px 10px 50px;	
	text-align:justify;
}

.support{display:flex;justify-content:space-between;padding:0px;margin:0px;
	} /*-supporte colonnes-*/




  td{
	  margin-top:10px;
	  margin-bottom:2px;
	  padding:3px 10px;
	  background-color:#dddddd ;  
  }
