/* modifier à votre convenance les styles ci-dessous */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 3%;
	margin-right: 3%;
	font-size: x-small;
}
.noflashtitre {
	font-size : large;
	font-weight : bold;
	display : block;
	color: #FFFFFF;
	background-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 2px;
}
.noflashtexte {
	font-size : small;
	font-weight : normal;
	display : block;
	border: thin none;
	background-color: #FFFFFF;
	color: #333333;
	padding: 2px;
}
a.menu:visited {
	color: #333333;
	text-decoration: none;
}
a.menu:link {
	text-decoration: none;
	color: #333333;
 }
a.menu:hover {
	font-style: italic;
	color: #666666;

}
a.menu:active {
	font-style: italic;
	text-decoration: underline;
	color: #666666;
}
.notes {
	font-size: 10px;
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
input {
	color: #333333;
	border: 1px solid #333333;
	margin: 1px;
	padding: 1px;
}
link {
	color: #990000;
}
.arrondig {
	background-image: url(menu/left.gif);
	background-repeat: no-repeat;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 1px 3px 1px 1px;
}
.arrondid {
	background-image: url(menu/right.gif);
	font-size: small;
	padding: 1px 0px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.noflashrubriques {
	display: inline;
	font-size: small;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
.print {
	font-size : xx-small;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	font-weight : normal;
	display : block;
	text-align : center;
	background-color : white;
}
#logo {
}
#infosdroite {
	float: right;
	text-align: right;
	position: relative;
	top: 15px;
}
#contact {
	text-align: center;
	margin-bottom: 1px;
	width: 100%;
}
#menu {
	margin: 1px 0px;
	line-height: 2.1em;
	width: 100%;
	text-align: justify;
	padding: 1px;
}
#central {
	float: left;
	width: 79.80%;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}
#centralLarge {
	float: left;
	width: 100%;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}
#cal {
	float: right;
	width: 20%;
}
.spacer {
clear: both;
}

/* style calendrier etc. indexclassic.php  */
.calendrier {
	width : 100%;
	border-width : 0px 0px 0px 0px;
}
.petitcalendrier {
	background-color : White;
	color : Black;
	width: 100%;
	text-align: center;
	padding: 3px;
	border: 1px dotted black;
	font-size: 9px;
}
.petitcalendrier a {
	text-decoration : none;
	color : Black;
}
 .calendrier a {
	text-decoration : none;
	color : Black;
}
.calendcells {
	vertical-align : top;
	border: 1px solid Black;
	text-align : right;
	font-size: x-small;
	background-color : White;
}
.calendcellstitre {
	vertical-align : top;
	border: 1px solid Black;
	text-align : right;
	background-color : White;
	font-size: small;
	font-weight: bold;
}
.calendcellscentre {
	vertical-align : top;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align : center;
	background-color : #FFFFFF;
	padding : 2px 2px 2px 2px;
	border-left-width : 0px;
	border-right-width : 0px;
	font-size: x-small;
	font-weight: bold;
}
.calendcellsdim {
	background : #FFCC99;
	vertical-align : top;
	border: 1px solid black;
	text-align : right;
	font-size: x-small;
}
.calendcellsnow {
	background : #33FF00;
	vertical-align : top;
	border: 1px solid Black;
	text-align : right;
	font-size: x-small;
}
.debuteve {
	color : Blue;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.fineve {
	color : Red;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}
.navcalgauche {
	width:20px;
	text-align:left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	background-color : White;
}
.navcalcentre {
	text-align:center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color : White;
	color: #000000;
	width: 100%;

}
.navcaldroite {
	width:20px;
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	float: left;
	background-color : White;
}
.navpetitedate {
	float: left;
	width: 14.3%;
	border-bottom: 1px solid black;
	display: table-cell;
}
/* fin style calendrier */