@charset "utf-8";
table {
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	vertical-align: text-top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-right: 3px;
	padding-left: 3px;
}
.tableAccueil {
	height: 350px;
	border: none;
	vertical-align: bottom;
	padding-top: 50px;
}

.liens {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	border-collapse: collapse;
	color: #666;
}

.liens th {
	color: #FFF;
	background-color: #4A5533;
	text-align: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #CCC;
	background-image: url(Images/bgTableLiens.jpg);
}
.liens td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.lienImagesDroite {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	float: right;
	vertical-align: bottom;
}
.lienImagesGauche {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	float: left;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
}
.GrasClignote {
	font-weight: bolder;
	text-decoration: blink;
}
.bgPage {
	background-color: #DDDEB1;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #666;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-indent: 15px;
	line-height: normal;
	text-align: justify;
}
