/* css sociabilisation*/

body
{    
   background-image: url(fondsoc.jpg);
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
#menu
{
background-color: white;
   float: left;
   width: 120px;
  margin-bottom: 20px;
  padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}
h1
{
        text-align: center;
	
}
h4
{
        text-align: center;
	background-color: white;
}
h2
{
    font-family: Comic sans MS;
    text-align: center;
		border: 2px solid black;
	background-color: white;
}

h3
{
    font-family: Comic sans MS;
    text-align: center;
	border: 2px solid black;
	background-color: white;
}
p
{
  color: #fafa19;
  font-family: Comic sans MS;
  text-align: center;
  margin-left: 80px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: black;
   background-color: #fbafa2;
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
