.texte {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	color: #000000;
	text-align: justify;


}

.titre {
	font-family: "Comic Sans MS", Arial;
	font-size: 20px;
	color: #FF00CC;
	font-weight: normal;

}

.sous-titre {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	color: #000000;
	border-top: thin none #FF00CC;
	border-right: thin none #FF00CC;
	border-bottom: thin none #FF00CC;
	border-left: thin none #FF00CC;


}
.texteTableau {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.texteTableauRose {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FF00CC;
} 
.coordonnees {
	font-family: "Comic Sans MS", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* classes pour le popup agenda */

#pop {
/*	display: none; */
	position: absolute;
	left: 500px;
	bottom: 200px;
	width: 288px;
	height: 217px;
	border: 0px double black;
	z-index: 500;
	font-size: 80%;
	z-index:500;
}
#popcontent {
	margin-top: 30px;
	margin-left: 19px;
	margin-right:17px;
	margin-bottom:9px;
	height:172px;
	overflow:hidden;
	border: 0px solid #000000;
	text-align:justify;
	z-index:501;
}

#pcloser {
	position:absolute;
	top:6px;
	left:217px;
	width:60px;
	height:17px;
	border: 0px solid #000000;
	cursor: pointer;
	z-index:501;
}
.popuptitre {
	font-family: "Comic Sans MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
