html, body{
	background-image:url(../images/header_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
	font-size:12px;
	font-family:trebuchet MS, verdana, arial;
	padding:0; margin:0;
}

a{
	color:#4c0000;
	font-weight:bold;
}
a:hover{
	color:#870000;
}

.wrapper{
	color:#FFFFFF;
	padding-top:18px;
	margin:auto;
	width:820px;
}

.wrapper a{
	color:#FFFFFF;
}

.wrapper a:hover{
	color:#FFFFFF;
}
.head_menu{
	width:925px; height:116px;
	background-image:url(../images/menubar.png);
	background-repeat:no-repeat;
}
.content_main{
	width:875px;
	background-image:url(../images/back.png);
	background-repeat:repeat-y;
	padding:0 25px;
}

.foot{
	width:925px; height:70px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}

.menu a{
	color:#FFFFFF;
		height:36px;
		margin-top:8px;
	width:100%;
	font-size:20px;	display:block;	text-decoration:none;
}

.menu a:hover{
	color:#000000;
	font-size:20px;
		height:36px;
	width:100%;
	display:block;

}

.menu td:hover{
	background-image:url(../images/menu_hover.png);
	background-repeat:no-repeat; 
	background-position:bottom center;
	
}

.page_title{
	 font-size:22px;
	 color:#FFFFFF;
	 font-weight:bold;
}


#design_by{
padding-bottom: 5px;
width: 200px;
text-align: right;

}

.sous_menu{
width:200px;
border:2px solid #480000;
font-size:12px;
}

.sous_menu li{
	background-image:url(../images/bgsous.png);
	background-repeat:repeat-x;
/*	height:19px;*/
	color:#FFFFFF;
	list-style:none;
	padding:1px 0 0 0;
	margin:0;
}
.sous_menu li a:focus{
outline:none;
}
.sous_menu li a{
font-size:12px;
	color:#FFFFFF;
	list-style:none;
	text-decoration:none;
	padding-left:5px;
	display:block;
	width:100%;
height:19px;
	margin : 0 0 0px 0;
}
.sous_menu ul a{
	color:#FFFFFF;
	list-style:none;
}


.sous_menu li a:hover{
color:#ff0b0b;
font-size:12px;
text-decoration:underline;
height:19px;
}
.content_block{
	background-color:#ABABAB;
	padding:20px;
	width:830px;
	margin-top:15px;
}
.basic_title{
	font-size:16px;
	font-style:italic; font-weight:bold;
	
}
