body {
	background-color:#716E6A;
	color:#403922;
	font-size:12px;
	margin:10px;
}

div#body {
	width:792px;
	margin-left:auto;
	margin-right:auto;
}

div#page {
	position:relative;
	background-image:url(../images/page.gif);
}

div#pageT {
	position:relative;
	height:27px;
	background-image:url(../images/page_top.gif);
	background-repeat:no-repeat;
}

div#pageC {
	position:relative;
	float:left;
	width:729px;
	background-image:url(../images/page_bkg.gif);
	background-repeat:repeat-y;
	padding:0 34px 0 29px;
}
img#pageHeight {
	float:left;
	width:1px;
}

div#pageB {
	position:relative;	
	clear:both;
	height:34px;
	background-image:url(../images/page_bottom.gif);
	background-repeat:no-repeat;
}

h1 {
	display:block;
	position:absolute;
	z-index:1000;
	left:30px;
	top:0;
	width:183px;
	height:103px;
	background-image:url(../images/soizen_small.gif);
	background-repeat:no-repeat;
}
		h1 span {
			display:none;
		}

ul#menu {
	display:block;
	float:left;
	margin:0;
	padding:110px 0 0 20px;
	list-style-type:none !important;
	width:165px;
}
		ul#menu li.category {
			displ	ay:block;
			background-image:url(../images/puce1.gif);
			background-repeat:no-repeat;
			background-position:left 3px;
			font-weight:bold;
			margin:0;
			padding:0 0 0 15px;
		}
		ul#menu li.category ul {
			display:block;
			margin:0 0 0 5px;
			padding:0;
			list-style-type:none !important;
		}
		ul#menu li.category ul li {
			display:block;
			background-image:url(../images/puce2.gif);
			background-repeat:no-repeat;
			background-position:left 3px;
			font-weight:normal;
			margin:0;
			padding:0 0 0 10px;
		}
		ul#menu a,ul#menu  a:active,ul#menu  A:link,ul#menu A:visited {
			color:#403922;
			font-weight:normal !important;
		}

		ul#menu a:hover {
			color:#B81209;
			text-decoration:underline;
		}

div#content {
	position:relative;
	float:right;
	width:462px;
	padding:50px 20px 40px 20px;
}

h2 {
	position:absolute;
	left:-5px;
	top:0px;
	height:33px;
	width:250px;
	background-image:url(../images/title_bkg.gif);
	background-repeat:no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#292516;
	padding:1px 0 0 20px;
	margin-top:5px;
	text-transform:capitalize;
}

div.pageTitle {
}

h3 {
	color:#292516;
	font-weight:bold;
	font-size:14px;
}


a,a:active,a:link,a:visited {
	color:#B81209;
	font-weight:bold;
}

ul#menu a:hover {
	text-decoration:underline;
}

#transLinks {
	position:absolute;
	bottom:0px;
	right:40px;
	width:35px;
}
		#transLinks a.prev, #transLinks a.next {
			display:block;
			width:12px;
			height:15px;
			background-repeat:no-repeat;
			margin-left:0px;
		}
		#transLinks a.prev {
			float:left;
			background-image:url(../images/link_prev.gif);
		}
		#transLinks a.next {
			float:right;
			background-image:url(../images/link_next.gif);
		}		
		
.red {
	color:#B81209;
}

h4 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#403922;
}

hr {
	height:1px;
	color:#E2BF7E;
}

button {
	background-color:#547FA4;
	color:#FFFFFF;
}

.orange {
	color:#F7931E;
}

.rouge {
	color:#B81209;
}

.vert {
	color:#507931;
}
