/* ************************************************ */ 
/* Site promotionnel pour le Gestionnaire-webmestre */
/* Feuille pour Pop-up                              */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	margin: 0;
	padding: 30px;
	border: 0;
	text-align: center;
	background-color: #317BBA;
}
img {
	border: 0;
}
h2, h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 15px;
	position: absolute;
	top: 2px;
	left: 4px;
}
h3 {
	position: absolute;
	top: 2px;
	right: 4px;
}
h3 a {
	padding-right: 18px;
	background: url('/images/Popup/Close.gif') right no-repeat;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

/* Couleurs */
h2, h3, h3 a {
	color: #DAECFB;
}
#Calendrier th {
	color: #004990;
}
#Calendrier td {
	color: #000000;
}

#Calendrier table {
	width: 100%;
	border-collapse: collapse;
}
#Calendrier th, #Calendrier td {
	background-color: #ffffff;
	margin: 0;
	border: 10px solid #EBECED;
	padding: 2px;
	text-align: left;
}
#Calendrier th {
	text-align: center;
}

	

