/* CSS Document */

body{		background-color:#CCCCCC;}
#content{

  font-family:arial;
	font-size:12px;
  border: 1px #e5e5e5 solid;
	margin-left: auto;
  margin-right: auto;
  height: 935px;
  width: 800px; /* largeur obligatoire pour être centré */
  padding: 20px;
  background-color:#ffffff;

}

#title{
    font: normal bold 18px bold ;
    margin-bottom: 10px;
    width: 650px;
    margin-top: 10px;
}
#title2{
    font: normal bold 14px bold ;
    margin-bottom: 10px;
    width: 650px;
    margin-top: 10px;
}

#chapo{
  width: 630px;
  text-align: justify;
  font-weight: bold;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  
  
  
}

.lettrine {
    
    font-size: 2em; /* 3 hauteurs de lignes pour la lettrine*/
    color: rgb(152,152,152);
    
}

#band1{
  width: 650px;
  	text-align: justify;
}

#band2{
  width: 650px;
  	text-align: justify;
}

#b1col1{
  width:200px;
  float: left;
  margin-left:0px;
  margin-top: 10px;
}
#b1col2{
  width:250px;
  float: left;
    margin-left:15px;
  margin-top: 10px;
}
#b1col3{
  width:200px;
  float: left;
    margin-left:-20px;
  margin-top: 10px;
}

#b2col1{
  width:200px;
  float: left;
  margin-left:0px;
  margin-top: -200px;
  
}
#b2col2{
  width:210px;
   margin-left:15px;
  margin-top: -150px;
  float: left;
  
}
#b2col3{
  width:200px;
  float: left;
    margin-left:10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#center{
margin-left: 76px; 
}
