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

body {
	background:#ffffff;
	background-attachment: fixed;
	font-family:arial,"Trebuchet Ms",helvetica,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	color:#666666;
}

img{
	border:0px;
}

a{
  cursor: pointer;
}

ul{
  list-style-type: none;
}

#general{
  position:relative;
  width:640px;
	background-color:#ffffff;
  margin-right:auto;
  margin-left:auto;
	padding:0;
}
#header{

}

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

#menu{

}


/* ------- page ------------*/
#page{
	background:#ffffff;
	float:left;
  width:640px;
  padding-bottom:20px;
  padding-top:10px;
}

#piedpage{
}

