body {
  background-color: #ffcc66;
  margin: 0px;
  font-family: Verdana, serif;
  font-size: 10px;
}

/* general attributes */

h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #e30b16;
  font-variant: small-caps;
  font-size: 200%; 
  text-align: center;
}

h2 {
  color: #e30b16 ;
  font-weight: bold;
  font-style: italic;
  font-size: 200%;
  text-align: center;
}

h3 { 
  color: #e30b16;
  font-style: italic;
  font-size: 130%;
}

img { 
  border : 0px ;
}

div.ctr {
  text-align: center;
}

div.pic {
  float: left;
}

a {
	color : #6699CC;
  text-decoration: none;
}

a:visited {
	color : #660099;
  text-decoration: none;
}

a:hover {
	color : #e30b16;
	font-style : italic;
}

blockquote {
  font-size: smaller;
  font-style: italic;
  text-align: right;
}

/* back and corners, content */

.cornerPic {
  width: 50%;
  height: 30%;
}

#cornerTL {
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
}
#cornerTR {
  text-align: right;
  position: fixed;
  top: 0;
  right: 0;
}
#cornerBL {
  text-align: left;
  position: fixed;
  bottom: 0;
  left: 0;
}
#cornerBR {
  text-align: right;
  position: fixed;
  bottom: 0;
  right: 0;
}

#content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* header */

#header {
  text-align: center;
  margin-top: 1%;
  height: 20%;
  width: 100%;
}

#header img {
  width: 50%;
}

#logoens {
  float: left;
  margin-top: 1%;
  margin-left: 3%;
  text-align: left;
  width: 20%;
}

#logobde {
  float: right;
  margin-right: 3%;
  text-align: right;
  width: 20%;
}

.rounded {
  text-align: center;
  padding: 2%;
  border: 2px solid black;
  width: 100%;
}

#logoens .rounded {
}

#logobde .rounded {
}

#title {
  width: 40%;
}

/* menu & music */

#menu {
  float: left;
  margin-left: 2%;
  margin-top: 2%;
  text-align: left;
  max-height: 50%;
  overflow: auto;
  font-size: 12px ;
}

#music {
  position: absolute;
  left: 2%;
  z-index: 5;
  padding-top: 3px;
}

#musicplayer {
}

/* footer */

#footer {
  z-index: 2;
  position: absolute;
  bottom: 7%;
  font-size: 10px;
  width: 100%;
  height: 8%;
}

#footersep {
  width: 40%;
  margin-bottom: 0px;
  height: 1px;
  border: 0;
  background-color: black;
}

.tablesep {
  width: 5%;
}

#tablesepBar {
  border-left: 1px solid black;
}
/*
.minisep {
  width: 3%;
}
*/

/* main */

#mainbody {
  float: left;
  width: 70%;
  margin-top: 1%;
  margin-left: 5%;
  text-align: left;
  max-height: 60%;
  min-height: 50%;
  overflow: auto;
}

#banner {
  margin-left: 1%;
  margin-top: 3%;
  margin-right: 5px;  
  text-align: right; 
  height: 55%;
  overflow: auto;
        }
#partners {
  height: 80%;
          }

img.partenaires
    {
  margin: 15px; 
    } 

#bodytext ul {
  list-style-position: inside;
}

