@charset "iso-8859-1";
body {
	background-color : #FFFFFF;
	margin : 0 0 0 0;
	 }

#pentecote {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 46px;
	width: 87px;
	border-width: medium;
	border-style:outset;
	background-attachment : fixed;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	 	}

#trinite {
	position:absolute;
	width:87px;
	height:80px;
	z-index:1;
	left: 89%;
	top: 1px;
	border-width: thin;
	border-color:#AA94C7;
	background-color:#AA94C7;
	}
/******************************************************************************/
/*                             CONTENEUR GENERAL                              */
/******************************************************************************/
#container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: auto;
}

/******************************************************************************/
/*                            Mise en page général                            */
/******************************************************************************/
#entete {
  position: absolute;
  padding: 0px;
  margin-bottom: 0px;
  top: 0px;
  left: 100px;
  height: 50px;
  width: 1200px;
  background-color: #D499ED;
  background-image:;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  color : #FDFDFD;
}
#menuhaut{
position: absolute;
  padding: 0px;
  margin-bottom: 0px;
  top: 50px;
  left: 100px;
  height: 20px;
  width: 1200px;
  background-color:#D499ED;
  background-image:;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  color : #FDFDFD;
}
#topGauche {
  position: absolute;
  left: 0px;
  top: 0px;
  float: left;
  width: 100px;
  height: 50px;
  text-align: center;
  background-color: #D499ED;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center center;
}
#margeGauche {
  position: absolute;
  top: 50px;
  left: 0px;
  clear: left;
  float: left;
  width: 100px;
  height: 750px;
  padding-top: 0px;
  background-color:#D499ED;
}
#bottom {
  position: absolute;
  left: 0px;
  top: 830px;
  width: 1300px;
  height: 50px;
  background-color: #D499ED;
}
#content {
  position: absolute;
  top: 70px;
  left: 100px;
  width: 1200px;
  height: 730px;
  margin-left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  overflow: auto;
}


