/* CSS Document */
body {
	background-image: url(../images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #73674d;
	text-decoration:underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #73674d;
	text-decoration:underline;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #73674d;
	text-decoration:underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #73674d;
	text-decoration:underline;
}
.credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #f2e1b8;
}

.credits a:link {text-decoration: none; color: #f2e1b8;}
.credits a:visited {text-decoration: none; color: #f2e1b8;}
.credits a:active {text-decoration: none; color: #f2e1b8;}
.credits a:hover {text-decoration: underline; color: #f2e1b8;}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #73674d;
}

.menu_top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #73674d;
	padding: 10px;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #73674d;
	}
	
.titre_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #617134;
	font-weight: bold;
	}
	
.table_orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #73674d;
	background-color:#f8f3e6;
	padding: 5px;
}

.table_blanc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #73674d;
	background-color:#FFFFFF;
	padding: 5px;
}
.title_table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #73674d;
	background-color:#fdfbf7;
	font-weight: bold;
	padding: 5px;
}

#png { behavior: url(../script/iepngfix.htc); }

.back_title { 
	background-image: url(../images/title_back.gif); 
	background-repeat: repeat-x;
	 }
	
.back_bottom { background-image: url(../images/bottom2.png); }

