@import url(./menu_v2.carte.css);
@import url(./bandeau.css);
@import url(./pied_page.css);
@import url(./calendrier.css);

body {
	background:#948C99;
	font-family:arial,"Trebuchet Ms",helvetica,"Bitstream Vera Sans",sans-serif;
	font-size:76%;
	margin:15pt;
	padding:15pt;
	color:#565656;
}

img{
	border:0px;
}

#general{
  position:absolute;
  left:50%;
	margin-left:-477px;
  width:954px;
	background:#FFFFFF;
	/*border:2px solid #CECBCF;*/
	margin-top:auto;
	margin-bottom:auto;
	padding:0;
}
#header{
 	padding:0;
 	margin:0;
  float:left;
	width:954px;
	background:#FFFFFF url(../img/bandeau_petit.png) repeat-x left top ;
}

a{
  cursor:pointer;
}
/*------- menu ----*/

#menu{
	float:left;
	background-color: #ffffff;
}

#menu_general_3{
  width:215px;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	margin-left:5px;	
  background-color: #8a0408;
  background-image: url(../img/haut_menu.jpg);
  background-position: right top;
  background-repeat: no-repeat;
	}
#menu_general_4{
  width:215px;
  position:relative;
  height:18px;
  margin-left:5px;
  margin-bottom:15px;
  background-color: #8a0408;
  background-image: url(../img/bas_menu.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}
  #menu_general_4 ul{
  display:none;
  }

#elem_mnu_1_4{
  display:none;
}

/* ------- page ------------*/
#page{
	background:#FFFFFF;
	float:left;
	width:710px;
	margin-left:15px;
	padding-top:15px;
	margin-bottom:15px;
	position:relative;
}









