@import url(./menu_accueil.css);
@import url(./bandeau_accueil.css);
@import url(./pied_page.css);
@import url(./calendrier.css);

body {
	background:#FFFFFF;
	font-family:arial;
	font-size:11px;
	padding:15pt;
	color:#666666;
}

img{
	border:0px;
}

a{
  cursor: pointer;
}

ul{
  list-style-type: none;
}

#general{
  position:relative;
  width:1010px;
  margin-right:auto;
  margin-left:auto;
  padding:0;
}
#header{
 	padding:0;
 	margin:0;
  	float:left;
	width:1000px;
	height:155px;
	background:#ffffff url(../img/bandeau.jpg) no-repeat;
	position:relative;
}


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

#menu{
	float:left;
	width:150px;
	margin-top:40px;
}

/* ------- page ------------*/
#page{
	background:#ffffff;
	float:left;
	width:850px;
  padding-bottom:20px;
  margin-top:40px;
}

#piedpage{
  clear:left;
  padding-bottom:5px;
  padding-top:2px;
  text-align:center;
  color:#ffffff;
  font-weight:bold;
  font-size:11px;
  background-color:#CCCCCC;
  height:11px;
  width:100%;
  }

#article{
  display:none;
}

