/* Structure */
#site
{
	width:798px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-399px;
	display:block;
	font-family:Arial;
	color:#000000;
}

body
{
	background-color:#A84909;
}

#banner
{
	width:798px;
	height:152px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	background-image:url(../images/layout/banner.png);
	background-repeat:no-repeat;
}

#background
{
	width:798px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	background-image:url(../images/layout/background.jpg);
	background-repeat:repeat-y;
}

#navigation
{
	width:143px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	margin-left:20px;
	margin-right:20px;
	background-image:url(../images/layout/navi_bg.jpg);
	background-repeat:repeat-y;
}

#navi_top
{
	width:143px;
	height:28px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	background-image:url(../images/layout/navi_top.jpg);
	background-repeat:no-repeat;
}

#navi_bottom
{
	width:143px;
	height:70px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	background-image:url(../images/layout/navi_bottom.jpg);
	background-repeat:no-repeat;
}

#navi_line
{
	width:143px;
	height:8px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	background-image:url(../images/layout/line_menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#content
{
	width:595px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	padding-bottom:20px;
}

#footer
{
	width:798px;
	height:38px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	background-image:url(../images/layout/footer.png);
	background-repeat:no-repeat;
	padding-top:2px;
}

/* Textes */
#txt_footer
{
	font-size:11px;
	color:#858585;
	text-align:center;
}

.titre_page
{
	font-size:24px;
	font-weight:bold;
	color:#EFBE9D;
	margin-bottom:10px;
}

.titre_menu
{
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
}

.txt_menu
{
	font-size:11px;
	margin-left:10px;
	line-height:20px;
}

.txt_size1
{
	font-size:12px;
}

.txt_size2
{
	font-size:11px;
	text-align:justify;
}

#brun
{
	color:#A84909;
	font-weight:bold;
}

#bold
{
	font-weight:bold;
}

#right
{
	text-align:right;
}

#center
{
	text-align:center;
}

a
{
	text-decoration:none;
	color:#000000;
}

a:hover
{
	text-decoration:underline;
}

/* Divers */
.img
{
	border:solid 1px #000000;
}

td
{
	font-size:11px;
	vertical-align:top;
}

input, select, option, submit, reset, textarea
{
	font-size:11px;
	font-family:Arial;
}