 /*Style page dispo et Admin_agenda*/

.dispo{
	border: 4px solid black;
	border-collapse: collapse;
	margin:auto;
	margin-top:50px;
        text-align:center;
        font-size:18px;
}
.dispo th{
	height:30px;
	background: #1580c4;
	color: white;
}
.dispo td{
	width:50px;
	height:25px;
	border:1px solid black;
	text-align:center;
	vertical-align:center;
	font-size:12px;
	background:white;
	color:green;
}
#dispo_liste{
        font-family: "Comic Sans MS",Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight:bold;
	background: #7e9db2;
	color: white;
	border:0;
}
#dispo_mois{
        font-size:14px;
	background: #7e9db2;
	color: white;
	border:0;
}
#dispo_red{
	background:red;
	color:white;
}
#dispo_bas{
        margin:auto;
        text-align:center;
        font-size: 14px;
	border:0
}
#dispo_bas_r{
        margin:auto;
        text-align:center;
        color:red;
	font-size: 14px;
	border:0
}

/*Style page contact*/

#mailto a:link, #mailto a:active, #mailto a:visited {
        text-decoration:underline;
        color:#1580c4;
        }

/*Style page tarifs*/

.tarifs{
         width:700px;
         margin:auto;
         text-align:center;
        }
.tarifs #left{
        text-align:left;
}

/*Style page accès*/

#plan{
      float:left;
      width:425px;
      height:350px;
      border: 0;
      margin-top:20px;

}

#situation{
           float:right;
           margin-top:50px;
           width:350px;
           font-size:1em;
}
#bas_page{
          font-size:0.7em;
          color:red;
}

/*Style page liens*/

#conteneur_liens{
           width:90%;
           text-align:center;
           margin:auto;
}
#quimper{
         float:left;
         margin-top:30px;
         width:100px;
         height: 130px;
         border:0;

}
#concarneau{

            width:130px;
            height: 130px;
            margin-top:30px;
            border:0;
            float:left;
}
#foret{
       margin-top:30px;
       width:150px;
       height:170px;
       border:0;
}
#fouesnant{
           width:210px;
           height:75px;
           margin-top:30px;
           border:0;
           float:right;
}
#finistere{
           margin-top:30px;
           width:100px;
           height: 130px;
           border:0;
           clear:right;
           float:right;
