img {
	border: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #850F1F;
	text-decoration: underline;
}
a:hover {
	color: #E78B38;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFDE9B;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
}
hr {
	color: #850f1f;
}


.baseline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-color: #000000;
	background-color: #850F1F;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 10px;
	color: #FFFFFF;
	border-right-color: #000000;
	border-left-color: #000000;
}

#navigation a:hover {
	background-color: #FFDE9B;
	color: #850F1F;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #850F1F;
	line-height: normal;
	font-weight: lighter;
	letter-spacing: 0.1em;
	border-bottom-style: dotted;
	border-bottom-color: #850F1F;
	border-bottom-width: thin;
}
.Txtpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	font-weight: normal;
}
.Txtnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #850F1F;
	font-weight: normal;
}


.TxtpageExergue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #669900;
}

.Txtpagalegend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #850F1F;
	font-weight: normal;
}

.flagedlist {
	list-style: none;
}

.flagedlist li {
	margin-top: 10px;
}



/*styles of Xmas Card floating layer*/

#layerpopup {

       position: absolute;
/*	   visibility: visible; */
       visibility: hidden;
       width: 630px;
       height: 464px;
       left: 50%;
	   margin-left: -300px;
       top: 100px;
       background-color: #fff;
       border: 0px;
	   background-image: url(../images/cartes/carte2008.jpg);
	   background-repeat: no-repeat;
	   background-position: center;
}

#close {
	position: relative;
	top: 10px;
	left: 590px;
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
/*	background-image: url(../images/cartes/close.gif);*/
	border: 1px solid #ccc;
}