/* seance.css */
/* Version 1.0 du 01-04-22 Rev 1 */

  #page { margin: 20px;
  	margin-bottom: 15px;
    max-width: 1200px;
    color: #003300;
	}

  h2 { margin-top: 0.3em;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 120%;
    font-style: italic;
    color: #1f5a66;
    }
    
  #tarif { margin-top: 0px;
  	margin-left: 20px;
  	margin-right: 20px;
    padding: 5px;
  	width: 400px;
    height: 50px;
    display: block;
    float: right;
  	font-family: "Times New Roman", Times, Arial;
  	font-weight: normal;
    color: black;
    text-align: justify;
    font-style: italic;
    font-size: 110%;        
    background-color: #ffcccc;
    background-color: #ffffff;
    }
    
  #contenu { margin-top: 0px;
  	margin-left: 20px;
  	margin-right: 20px;
    padding: 5px;
  	width: 640px;
    display: block;
    float: right;
  	font-family: "Times New Roman", Times, Arial;
  	font-weight: normal;
    color: black;
    text-align: justify;
    font-style: italic;
    font-size: 110%;        
    background-color: #ffcccc;
    background-color: #ffffff;
    }
    
  #contenu a { font-weight: bold;
    color: blue;
    }
    
  #contenu ul { 
    list-style-type: none;
    padding-left: 5px;
    }

  #contenu ul li { margin-left: 10px;
    color: #333300;  
    list-style-type: square;
    }

   #photo_salle { margin-top: 15px;
    margin-left:  20px;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 450px;
    height: 600px;
	}