}
/* Basic */

	body {
		background: #f0f0f0;
		font-family: 'Source Sans Pro';
		font-weight: 300;
		color: #777;
}
!/* code rajouté par Natacha pour largeur blog */
 #contenu {
width : 1080px; 
    margin-left : auto;
    margin-right : auto;
}
header .image
{
width : 210px;
height : 210px;  /* hauteur de l'image d'en-tête */
margin:auto  
}
