@charset "UTF-8";
/* CSS Document */
A
{
color:#000099;
text-decoration:none;
}
A:hover
{
color:#000099;
text-decoration:none;
}

body { 
	background-image:url(../images/newfond2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:830px;
	margin:auto;	
	text-align:center;
}

.bandeau {
	background-color:#87CEFA;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	height:235px;
}

.menu_gauche {
	background-color:#87CEFA;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	padding-top:30px;
	padding-left:25px;
	width:190px;
	height:auto;	
	float:left;
}
.contenu {
	
	background-color:#87CEFA;	
}
.text_contenu {
	background-image:url(../images/contour.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	min-height:500px;
	margin-right:30px;
	margin-left:215px;
}

.contact_contenu {
	background-image:url(../images/contour2.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	min-height:500px;
	margin-right:30px;
	margin-left:215px;
}

/* calendrier */

.small{
color:#006699;
font-size:10px;
padding-left:5px;
padding-right:5px;
}
.noTransparency{
		color:#000000;
		font-weight:bold;

}
.new{
filter:alpha(opacity=50);
opacity:0.9;
background-color:#FFFFFF;
border:#000000 1px solid;
color:#004477;
font-size:14px;
padding-left:5px;
padding-right:5px;
font-family:"Times New Roman", Times, serif;
}

img{
 border:0px;
}
/* le calendrier */
.tab_calendrier{
   empty-cells:show;
   border:1px solid black;
   border-collapse:collapse;
   border-spacing: 0px;
   margin:auto;
   margin-top:2px;
   background:#ffffff;
}
.cell_calendrier{
  border:1px solid black;
  text-align:center;
  height:25px;
  width:25px;
}
.titre_calendrier{
  text-align:center;
  border:1px solid black;
  height:27px;
  background-color:#cbcdfe;
}
span#titre{
  width:160px;
  font-weight:bold;

}
.voir_plus{
  color: #000000;
  text-decoration:none;
}
a#link_precedent{
  float:left;
  width:50px;
}
a#link_suivant{
  float:right;
  width:50px;
}
.rando {
width:inherit;
	background-image:url(../images/cell_rando.jpg);
}
