@import url(./menu_v2.css);
@import url(./bandeau.css);
@import url(./pied_page.css);
@import url(./calendrier.css);

body {
	background:#f9df78;
	background-attachment: fixed;
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	padding:15pt;
	color:#51260b;
}

img{
	border:0px;
}

a{
  cursor: pointer;
}

ul{
  list-style-type: none;
}
#article{
  display:none;
}
#general{
  position:relative;
  width:950px;
  background-color:#51260b;
  margin-right:auto;
  margin-left:auto;
	padding:0;
	border-right:2px #51260b solid;
}
#header{
 	padding:0;
 	margin:0;
  float:left;
	width:950px;
	height:200px;
	background:#51260b url(../img/bandeau-haut-new.jpg) no-repeat left 37px;
	position:relative;
}

/*------- menu ----*/

#menu{
	float:left;
	background-color: #51260b;
	margin-top:0px;
  width:205px;
  clear:left;
}

#menu_general_1{
  width:205px;
	color:#76b900;
	text-align:left;
	text-decoration:none;	
  background-color: #51260b;
	}

/* ------- page ------------*/
#page{
	background:#f9df78;
	float:left;
  width:745px;
  padding-bottom:20px;
  padding-top:20px;
  min-height:760px;
}

#piedpage{
  clear:left;
  width:100%;
  background:url(../img/pied-page.jpg) no-repeat ;
  background-color:#f9df78;
  background-position: left;
  height: 45px;
  color:#ffffff;
  font-weight:bold;
  font-size:11px;
}

#footer{
  padding-top:30px;
}

#div_piedpage_0{
  text-align:right;
  padding-right:40px;
}

/* fil d'ariane */
#id_cheminNav{
  display:none; 
}


//*ancien pied de page
#piedpage{
  clear:none;
  float:left;
  margin-top:0px;
  padding-top:30px;
  padding-bottom:0px;
  text-align:right;
   background:url(../img/pied-page.jpg) no-repeat ;
height: 45px;
  color:#ffffff;
  font-weight:bold;
  font-size:11px;
}*//

//*ancien footer
#footer{
  padding-top:30px;
  text-align:right;
  padding-right:40px;
}*//