a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #51260b;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #51260b;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #51260b;
}

a:active {
	text-decoration: none;
	color: #51260b;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51260b;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #51260b;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #51260b;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #4d7824;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #51260b;
	text-shadow:text-shadow:3px 3px 5px black;
}
h6 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

/*div colonnes*/
#div_colonnes{
  float:left;
  width:100%;
  margin-top:5px;
  margin-bottom:5px;
}

/*colonnes*/
#div_droite, #div_gauche{
  float:left;
}

div.div_gauche{
  width:65%;
  float:left;
  margin-left:10px;
  margin-right:10px;
}

div.div_droite{
  width:30%;
  float:left;
  margin-left:5px;
  margin-right:5px;
}

/*/
/*div tableau*/
#div_tableau{
  clear: left;
  float:left;
  width:100%;
  margin-top:10px;
  padding-bottom:10px;
}

/*cellules*/
#div_cellule1, #div_cellule2; #div_cellule3{
  margin-top:20px;
  float:left;
  width:30%;
}

#div_cellule1, #div_cellule2; #div_cellule3 a{
  font-weight:bold;
  color:#000000;
  text-decoration:underline;
}

div.div_cellule1{
  width:30%;
  min-height:200px;
  float:left;
  margin-top:10px;
  margin-left:20px;
  color:#000000;
  background-image: url(../img/calendrier-janvier.jpg);
}

#div_cellule1 a{
  font-weight:bold;
  color:#000000;
  text-decoration:underline;
}

div.div_cellule2{
  width:30%;
  min-height:200px;
  float:left;
  margin-top:10px;
  margin-left:20px;
  color:#000000;
  background-image: url(../img/calendrier-fevrier.jpg);
}

#div_cellule2 a{
  font-weight:bold;
  color:#000000;
  text-decoration:underline;
}

div.div_cellule3{
  width:30%;
  min-height:200px;
  float:left;
  margin-top:10px;
  margin-left:20px;
  color:#000000;
  background-image: url(../img/calendrier-mars.jpg);
}

#div_cellule3 a{
  font-weight:bold;
  color:#000000;
  text-decoration:underline;
}


/*zone select*/
#div_select{
	width:100%;
	height:160px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	background-image:url(../img/janvier-neige.jpg);
	background-repeat: no-repeat;
}

div.div_select_gauche{
	width:65%;
	height:165px;
	float:left;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
}

div.div_select_droite{
	width:35%;
	height:160px;
	float:right;
	margin-left:0px;
	margin-right:0px;
}



.piedpage a{
  color: #F9DF78;
}
