﻿/* CSS layout */
body {
background:#dde4e8;
font-family:Verdana, Helvetica, sans-serif;
}
 h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#378cbc;
	font-size:120%;
	margin-bottom:5px;
	padding-top:10px;
	/* background:url('paragrafoxx.gif') center no-repeat; */
	}
	
	TD.verd {
			font-family:Verdana, Helvetica, sans-serif;
			font-size:80%;
	}
	TD.red {
			font-family:Verdana, Helvetica, sans-serif;
			font-size:80%;
			background-color:#f8f0aa;
			}
	TD.tou {
			font-family:Verdana, Helvetica, sans-serif;
			font-size:60%;
			}
	TD.tvde {
			font-family:Verdana, Helvetica, sans-serif;
			font-size:60%;
			background-color:#f8f0aa;
			}
#calendriers
{
	border: none;	
	position: relative;
	/* position du cadre d'écriture */
	left: 40px;
	top: 31px;	
	/* taille du cadre d'écriture */
	width: 645px;
	height: 442px;
	text-align: justify;
	overflow: auto;
}
	
