/* CSS Document */
body {
  background-image : url(../media/page/fond.jpg);
  background-repeat : repeat-x;
  margin : 0px;
  padding : 0px;
  text-align: center;
  font-family:verdana,times,sans-serif;
  font-size:10pt;
}

#ombre {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  width : 917px;
  height : 955px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/page/ombre.png');
}

html>body #ombre {
  filter: none;
  background-image : url(../media/page/ombre.png);
  background-repeat : no-repeat;
}

#mainpage {
  position: relative;
  margin-left : auto;
  margin-right : auto;
  top: 5px;
  width : 907px;
  height : 945px;
  background-image : url(../media/page/page.jpg);
  background-repeat : no-repeat;
  text-align: left;
}

#col2 {
  position: absolute;
  width:620px;
  top: 245px;
  left: 285px;
}

/*
MENU1
*/
#menu1 {
  position: absolute;
  top : 500px;
  left : 0px;
  width : 275px;
  font-size : 1.1em;
  text-align: center;
}

#menu1 div.mainmenu {
  width:220px;
  margin-left:auto;
  margin-right:auto;
  border-top: 1px solid #f78907;
  text-align: right;
}

#menu1 div.mainmenu a {
  color : #f78907;
  text-decoration: none;
  display: block;
  padding: 0.3em;
  margin-top : 0.3em;
  margin-bottom : 0.3em;
}

#menu1 div.mainmenu a:hover {
  background-color : #f3b82f;
}

#menu1 .current {
  background-color : #f3b82f;
}

#menu1 div.submenu {
  font-size : 0.8em;
  border: none;
  margin-right: 1em;
  border-top: none;
  color: #682278;
}
#menu1 div.submenu a {
  text-decoration: none;
  color: #682278;
}
#menu1 div.submenu a:hover {
  background-color : transparent;
  text-decoration : underline;
}


/*
MENU2
*/
#menu2 {
  position : absolute;
  top : 927px;
  height: 20px;
  width : 911px;
  margin-left: auto;
  margin-right: auto;
  font-size : 0.7em;
  text-align: center;
}

#menu2 a {
  color : white;
  text-decoration: none;
}

#menu2 span {
  border-left: thin solid white;
  padding: 3px;
}

/* PAGE */

#path a {
  text-decoration: none;
  color : #f78907;
}

#path a.current {
  color: #ccae96;
}

#page {
  position : relative;
  width: 620px;
  height: 560px;
  left: 0px;
  top: 20px;
  overflow:auto;
}

#foot, #font a {
  position : relative;
  top : 897px;
  height: 20px;
  width : 911px;
  margin-left: auto;
  margin-right: auto;
  font-size : 0.8em;
  text-align: center;
  color: #692382;
  font-weight: bold;
}

#page p {
	margin-top:0px;
	margin-bottom:0.5em;
}

