/* CSS Document */

.titre{
	font-family: Comic Sans MS;
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.content {
	font-family: Comic Sans MS;
	font-size: 12pt;
	font-weight: normal;
	color: #330000;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.contentlegendes {
	font-family: "Comic Sans MS";
	font-size: 9pt;
	font-weight: normal;
	color: #330000;
	text-decoration: none;
}
.topMenu {
	font-family: Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.topMenu a:link {

	font-family: Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.topMenu a:visited {

	font-family: Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.topMenu a:hover {

	font-family: Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}

.signMenu {

	font-family: Comic Sans MS;
	font-size: 7pt;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.signMenu a:link {

	font-family: Comic Sans MS;
	font-size: 7pt;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.signMenu a:visited {

	font-family: Comic Sans MS;
	font-size: 7pt;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.signMenu a:hover {

	font-family: Comic Sans MS;
	font-size: 7pt;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
.Style2 {
	font-family: Comic Sans MS;
	font-size: 20pt;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
body {
	background-color: #FFCCCC;
}
.Style3 {
	font-family: Comic Sans MS, "Comic Sans MS", Times, serif;
	font-size: 36pt;
	font-style: italic;
	color: #330000;
	font-weight: bold;
}
.Style4 {
	font-size: 18pt;
	font-weight: bold;
}
.scrollbar{
        scrollbar-base-color: #e5dfec;
        scrollbar-darkshadow-color:white;
        scrollbar-arrow-color:black;

}
A:link    { color: #660000}   /* lien non-visité */
A:visited { color: #990000}   /* lien visité   */
A:hover   { color: #993333}   /* lien survolé     */
A:active  { color: #990066}   /* lien activé    */

