* {
	/*  Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #342712;
	background-color: #EADAC0;
background-image: url('./images/temp/background-red.jpg');
	 /* font-size: 14px; This sets the default font size to be equivalent to 10px */
   margin: 20px auto; 
   width: 80%; 
	/*font-style: italic;*/
}
/* Cadres
 ------------ */
td.left_top {
	background-image: url('./images/temp/bgd_lt.gif');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: left;
	background-repeat: repeat-y;
}
td.center_top {
	background-image: url('./images/temp/bgd_mt.gif');
	padding: 0;
	margin: 0;
	background-position: center;
}
td.right_top {
	background-image: url('./images/temp/bgd_rt.gif');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: right;
	background-repeat: repeat-y;
}
td.left {
	background-image: url('./images/temp/bgd_l.gif');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: left top;
	background-repeat: repeat-y;
}
td.center {
	background-image: url('./images/temp/bgd_m.jpg');
	padding: 0;
	margin: 0;
	background-position: center top;
}
td.right {
	/*background-color: #EADAC0;*/
	background-image: url('./images/temp/bgd_r.gif');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: right top;
	background-repeat: repeat-y;
}
td.left_bottom {
	/*background-color: #EADAC0;*/
	background-image: url('./images/temp/bgd_lb.gif');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: left;
	background-repeat: repeat-y;
}
td.center_bottom {
	/*background-color: #EADAC0;*/
	background-image: url('./images/temp/bgd_mb.gif');
	padding: 0;
	margin: 0;
	background-position: center;
}
td.right_bottom {
	/*background-color: #EADAC0;*/
	background-image: url('./images/temp/bgd_rb.gif');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: right;
	background-repeat: repeat-y;
}

textsize {
	width:300px;
}

td.lilletext {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #342712;
	background-color: #EADAC0;
background-image: url('./images/temp/body_background.jpg');
	 /* font-size: 14px; This sets the default font size to be equivalent to 10px */
   margin: 20px auto; 
   width: 80%; 
	font-style: italic;
}
