@import url(./menu_v2.css);
@import url(./bandeau.css);
@import url(./pied_page.css);
@import url(./calendrier.css);

body {
	background:#948C99;
	background-attachment: fixed;
	font-family:arial,"Trebuchet Ms",helvetica,"Bitstream Vera Sans",sans-serif;
	font-size:76%;
	margin:15pt;
	padding:15pt;
	color:#808080;
}

img{
	border:0px;
}

a{
  cursor: pointer;
}

#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 ;
	z-index:10;
	position:relative;
}

/*------- menu ----*/

#menu{
	float:left;
	background-color: #ffffff;
	z-index:10;
	position:relative;
}

#menu_general_1{
  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: left top;
  background-repeat: no-repeat;
  z-index:10;
	}
	#menu_general_1 a{
    color:#ffffff;
    text-decoration:none;
  }
#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;
  }

/* ------- page ------------*/
#page{
	background:#FFFFFF;
	float:left;
	width:710px;
	margin-left:15px;
	position:relative;
}



