
.title1 {
	color:#CC0000;
	font-size: 208%;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 6px;
	margin:0px;
}

.title2 {
	color:#666666;
	font-size:100%;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

/*  content */

#content {
	background-color: #FFFFFF;
	display: block;
}

#content_l  {
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	width: 650px;
	padding: 5px;
}

#content_r {
	background-color: #FFFFFF;
	float: left;
	width: 300px;
}

/* bloc */

.bloc_content, .bloc_top, .bloc_bottom {
	float: left;
	margin: 0;
}
.bloc_content {
	width: 629px;
	background:url(img//bg_am_middle.gif) left top repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	overflow:hidden;
}
.bloc_top {
	width: 629px; background:url(img//bg_am_top.gif) left top no-repeat;
}
.bloc_bottom {
	width: 605px; background:url(img//bg_am_bottom.gif) left bottom repeat-x;
	padding:12px;
}

/* break */

.break_l {
	clear: left;
}

.break_r {
	clear: right;
}

.active {
	color: #CC0000;
	font-weight: bold;
}
