/* 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 : 0.9em;
}

#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;
}


/*
MENU1
*/
#menu1 {
  position:absolute;
  top: 22px;
  right: 0px;
  left: 0px;
  width: 907px;
  height: 1.8em;
}


#menu1 span {
  border:1px solid white;
  border-bottom:none;
  margin-left:5px;
  margin-right:5px;
  font-weight: bold;
}

#menu1 a:hover {
  background-color: #253e9c;
}

#menu1 .menu1Active {
  background-color: #253e9c;
}


#menu1 a {
  color:white;
  height:1.5em;
  line-height:1.5em;
  padding-left:10px;
  padding-right:10px;
  text-decoration: none;
}

/*
MENU2
*/
#menu2 {
  position:absolute;
  top: 300px;
  left: 20px;
  width: 170px ;
  text-align:right;
  height:260px;
  font-size:0.7em;
}

#menu2 ul {
  list-style-type: none;
  margin: 0px;
  padding: 5px;
}

#menu2 li {
  padding: 0px;
  margin: 0px;
}

#menu2 img {
  width: 160px ;
  height: 1px ;
}

#menu2 a {
  color : white;
  text-decoration: none;
  display: block;
}

#menu2 a:hover {
  color: #7691fa;
}


/* PAGE */

#path a {
  text-decoration: none;
  color : #f78907;
}

#path a.current {
  color: #ccae96;
}

#page {
  position : absolute;
  width: 640px;
  height: 640px;
  left: 240px;
  top: 250px;
  overflow:auto;

  scrollbar-base-color:#8C8CC6;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C8CC6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ACACE6;
}

#page p {
  margin-top:0px;
  margin-bottom:0.5em;
}

/* FOOT */

#foot {
  position:absolute;
  top: 910px;
  left: 200px;
  width: 707px ;
  text-align:center;
  line-height:1.8em;
}

#foot span {
  height:23px;
}

#foot a {
  padding: 5px;
  color : white;
  text-decoration: none;
}

#foot a:hover {
  color: #7691fa;
}

.ArticleTitre {
  margin-bottom:0px;
	font-size: 1.1em;
	margin-top: 5px;
}

.ArticleTitre a {
  text-decoration:none;
  color: #4792C1;
}
.ArticleTitre a:hover {
  text-decoration:underline;
}

.ArticleDesc {
  color:#3E5B84;
	font-size: 0.8em;
}

.ArticleDesc a {
  text-decoration:none;
  color:#92B2C8;
}
.ArticleDesc a:hover {
  text-decoration:underline;
}

.ArticleItem {
	margin-bottom:5px;	
}



