.ombre{
box-shadow:0 0 10px black; }/*il faut d'abord écrire en HTML    section class ombre  pour avoir une ombre*/

 p{
color:brown;
text-align:	justify; 
margin: 0 7px 0 7px; /* pour décaler  le texte à l'intérieur du cadre*/
}
section h1{
	margin: 0 7px 0 7px;
	
	} /* pour décaler  le texte à l'intérieur du cadre*margin Top= haut(0)  margin right(0) margin Bottom=bas (10 px)  margin left (0) */
	
h4{
color:blue;
}	

/*nouveau  css  ===========================*/
body h1 {

font-size: 30px; color:brown;
font-family: Tahoma, Geneva, sans-serif; 
}

body h2 {

font-size: 30px; color:red;
font-family: Tahoma, Geneva, sans-serif; 
}
.ombre {
box-shadow:0 0 10px yellow; }


	
}
.ombre #texte {
	
	width:50%;
}
.ombre #photos {
 width:50%;

 margin-top: 5px;}
 
 h3{
	 color:blue;
 }
 