/********************************/
/*	Par Antoine	*/
/*	Créé le 19/09/07	*/
/********************************/
body{
   width: 760px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 20px;   
   background-color: #9BBDE4;
}

#en_tete{
   width: 760px;
   height: 100px;
   margin-bottom: 10px;
}

#menu{
   float: left;
   width: 160px;
   height: 480px;
   margin-top: 30px;
   margin-bottom: 30px;
   padding-top: 30px;
   text-align: center;
   background-image: url("../images/tour_eiffel2.JPG");
   background-repeat: no-repeat;
   border: 2px solid #626262;
}

#corps{
   width: 525px;
   margin-left: 190px;
   margin-top: 40px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 10px;
   padding-bottom: 30px;
   color: #3E3E3E;
   /*background: url("../images/fond.jpg");*/
   background-repeat: repeat-x;
   background-color: #83ABCE; 
   border: 1px solid #626262;
   
}

#corps a {
   color: #3E3E3E;
}

#calendrier{
border-width:1px; 
border-style:solid; 
border-color:black;
font-size: 15px;
filter:alpha(opacity=6);   /*IE */
      -moz-opacity:0.6;           /*Firefox */
      opacity: 0.6;               /*standard CSS3 */
      -khtml-opacity: 0.6;        /* Konqueror */
background-color:#83ABCE;
}

.imageflottante
{
   float: right;
   border: double;
   width: 200px;
   height: 150px;
}

a {  
   color:black;
}

		