#corps {
              background-image : url(img/fon_corps.jpg);
              background-position : top;
              background-attachment : fixe;
              background-repeat : repeat-y;
              background-color : #ffffff;
              
        }
 
#corpsContent {
                  width : 700px;
              }       


ul#infoFab {
      
      margin :0px 0px 20px 0px;
      padding : 0px;
      list-style-type : square;
      color : #9955ee;
      
    }
    
ul#infoFab li {
                  margin : 10px 0px 0px 0px;
              }
 
ul#infoFab li span {

                    color : black;
                    font-size : 13px;
                    font-weight : bold;
                    }    
          
#presentation {
                  width : 240px;
                  height : auto;
                  float : left;
                  margin : 0px 20px 0px 0px;
                  text-align : center;
                  
              }
              
#presentation p {
                  font-size : 11px;
                }

#conseil {
              width : 440px;
              height : auto;
              float : right;
              margin : 10px 0px 0px 0px;
              padding : 0px;
          }
          
p.textAccueil {
                  margin: 10px
                  padding : 0px;
                  font-size : 16px;
                  text-align : center;
              } 
