/* accueil.css */
/* Version 1.0 du 23-05-22 Rev 1 */

  #page {
    max-width: 1200px;
    min-width: 620px;
    min-height: 770px;
    color: #003300;
    background-image: url(../images/bubbles_2.jpg);
    background-position: left top;
	}

   #bloc_entete { margin-top: 10px;
    color: #1f5a66;
    display: block;
    float: left;
    width: 1000px;
    height: 300px;
  }
  
   #entete { height: 300px;
    display: block;
    float: left;
    text-align: justify;
    font-family: "Times New Roman", Times, Arial;
    font-size: 110%;
  }
  
  h1 { margin-top: 0.3em;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 130%;
    font-style: normal;
    color: #1f5a66;
    }
    
  h2 { padding-top: 20px;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 120%;
    font-style: italic;
    color: #1f5a66;
  }
    
  #texte { padding: 10px;
    display: block;
    float: left;
    text-align: justify;
    font-family: "Times New Roman", Times, Arial;
    font-size: 110%;
  	font-weight: normal;
    color: black;
    text-align: justify;
    font-style: italic;
    }
   
  #photo_accueil { margin-left:  10px;
   margin-right: 20px;
   display: block;
   float: left;
   width: 300px;
   height: 300px;
  }

