/*body  {
	text-align: center;
	padding: 20px;	
}*/
	
#container_top {
	width: 800px;
	height: 114px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #FCF7E3;
	background-image: url(images/bk_parchemin_top.jpg);
	border: 0px;	
	border-style: none none none none;	
}

#container {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
	/*background-image:  url(images/paperbgf3.jpg);
	background-repeat: repeat;
	background-position: left top;*/
	background-color: #FCF7E3;
	background-image: url(images/bk_parchemin.jpg);
	/*border: 2px;
	border-color: #CD9E46;
	border-style: none solid solid none;*/
	
	border: 0px;	
	border-style: none none none none;	
}

#container_bottom {
	width: 800px;
	height: 84px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #FCF7E3;
	background-image: url(images/bk_parchemin_bas.jpg);
	border: 0px;	
	border-style: none none none none;	
}


#top_deco {
	background-image:   url(images/top_img.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:10px;
}
#bottom_deco {
	background-image:   url(images/bot_img.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:0px 73px 10px 80px;
	text-align: left;
}

/*layout*/

#menu {
	margin: 0px;	
	padding: 0px;
	width: 265px;
}

#headarea {
	background-image:  url(images/frontbg.jpg);
	height: 432px;
}

#leftcolumn {
float: left;
width: 265px;
margin: 0px 0px 0px 0px;
padding: 0px 7px 0px 0px;
text-align: left;
	/*background-image:  url(images/paperbgf3.jpg);
	background-repeat: repeat;
	background-position: -80px -9px;*/
}

#rightcolumn {
float: left;
width: 375px;
margin: 0px;
padding: 0px;
text-align: left;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	/*height: 25px;
	line-height: 25px;*/
	list-style-type: none;
	padding-bottom: 0;
	/*margin: 0;*/
	margin: 10px 20px 0px 10px;
	text-align: justify;
	background-repeat: no-repeat;
	background-position: top left;
	clear: left;
}


p {
	line-height: 13pt;
	font-style: normal;
	font-weight: normal;
	margin: 10px 20px 0px 10px;
	padding: 0px;	
}

hr{
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 2px;
	color: #652600;
	background-color: #652600;
	border: 0;
	text-align: center;
}
.paperstrip {
	background-color: #F2DEB4;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	background-image:  url(images/paperh3.jpg);
	background-repeat: repeat;
	background-position: left top;
	border: 1px;	
	border-color: #CD9E46;
	border-style: none solid solid none;	
}

.calendar_table
{
	background-color: #FFFFFF;
	/*background-color: #F2DEB4;
	background-image:  url(images/paperh3.jpg);
	background-repeat: repeat;
	background-position: left top;*/
	border: 1px;
	border-color: #310302;
	border-style: none solid solid none;
	margin: 10px auto 0px auto;
}

.invisible_table
{
	border: 0px;	
	border-style: none;
}

.calendar_td
{
	border: 1px;
	border-color: #310302;
	border-style: solid none none solid;
	width: 40px;
	height: 40px;	
}

.calendar_fg_td
{
	border: 1px;
	border-color: #310302;
	border-style: solid none none solid;
	width: 40px;
	height: 40px;	
}

.calendar_fd_td
{
	border: 1px;
	border-color: #310302;
	border-style: solid none none solid;
	width: 40px;
	height: 40px;	
}

.calendar_mois_td
{
	border: 1px;
	border-color: #310302;
	border-style: solid none none solid;
	width: 200px;
	height: 40px;	
}

/*table hack for ie*/
.table_100percent
{
	width: 640px;
}

/* liens */
a {
	text-decoration: none;
	color: #B63700; /*E3610A*/
	border-bottom: 1px none;
	font-weight: bold;
}
a:visited {  color: #9E2800;} /*AD4A07*/
/*#menu a:visited {  color: #996633;}  #A03229 */
a:hover {
	color: #B63700; /*E37C0A*/
	border-bottom: 1px solid #B63700; /*E37C0A*/
}
a:active {  color: #B63700; /*E37C0A*/}
a.noborder {
	border: none;
}