@import "newstyles.css";
@import "calendrier.css";

body{
	font-weight: 900;
	font-size: 100%;
	color: white;
	font-family: verdana;
	background-color: darkseagreen;
	padding: 0;
	margin: 0;
}
h1{
	border-right: gray;
	border-top: gray;
	font-weight: bolder;
	font-size: medium;
	float: none;
	margin: 0px;
	border-left: gray;
	color: white;
	line-height: normal;
	border-bottom: gray;
	font-family: verdana;
	letter-spacing: normal;
	background-color: darkgreen;
	text-align: center
}
body b{
	font-size: 100%;
	text-transform: none;
	color: darkgreen;
	font-family: verdana
}
body table{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none
}
body table caption{
	font-weight: bolder;
	font-size: medium;
	color: black;
	font-family: verdana
}
body img{
	border-right: white;
	border-top: white;
	border-left: white;
	border-bottom: white
}
body a:link{
	border-right: white;
	border-top: white;
	font-weight: bolder;
	border-left: white;
	color: blueviolet;
	border-bottom: white;
	text-decoration: none
}
body a:visited{
	border-right: white;
	border-top: white;
	font-weight: bolder;
	border-left: white;
	color: darkorchid;
	border-bottom: white;
	font-family: verdana;
	text-decoration: none
}
body a:active{
	border-right: white;
	border-top: white;
	font-weight: bolder;
	border-left: white;
	color: springgreen;
	border-bottom: white;
	text-decoration: none
}
body table td{
}
h4{
	border-right: medium none;
	border-top: medium none;
	font-weight: bolder;
	font-size: medium;
	border-left: medium none;
	color: white;
	border-bottom: medium none;
	font-family: verdana;
	background-color: midnightblue;
	text-align: center
}
body ul{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px
}
body ul li{
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: inside;
	padding-bottom: 0px;
	margin: 0px;
	line-height: normal;
	padding-top: 0px
}

