/* CSS Document */

body{		background-color:#CCCCCC;}
#content{

  font-family:arial;
	font-size:12px;
  border: 1px #e5e5e5 solid;
	margin-left: auto;
  margin-right: auto;
  height: 870px;
  width: 800px; /* largeur obligatoire pour être centré */
  padding: 20px;
  background-color:#ffffff;
  text-align: justify;
}

#title{
    font: normal bold 18px bold ;
    margin-bottom: 10px;
    width: 670px;
    margin-top: 10px;
    margin-left: 40px;    
}

#chapo{
  width: 725px;
  text-align: justify;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 30px;
  margin-bottom: -95px;
  
  
}
.lettrine {
    
    font-size: 2em; /* 3 hauteurs de lignes pour la lettrine*/
    color: rgb(152,152,152);
    
}

#col1{
width: 580px;
margin-top: 100px;
margin-left: 175px;
}
#col2{
width:580px;
margin-left: 175px;
margin-top: 20px;
}

#footer {
        text-align:center;
        background-color:#00529C;
        clear:both;
        font-size:x-small;
        color:white;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 10px;

}
