#CONTENT {
	text-align:center;
	height:530px;
}

div#bl_error {
	margin:auto;
	width:715px;
	padding: 55px 0;
}
div#bl_error .top {
	width: 715px;
	height: 25px;
	background:url(gfx/modules/error_mod_top.png) left top no-repeat;
}
div#bl_error .middle {
	width: 715px;
	background:url(gfx/modules/error_mod_midd.png) left top repeat-y;
}
div#bl_error .bottom {
	width: 715px;
	height: 29px;
	background:url(gfx/modules/error_mod_bott.png) left top no-repeat;
}

p.nb_error {
	margin:10px;
	width:140px;
	height:130px;
	border-right: 1px solid #cbd7e5;
}
p.nb_error span {
	font-size: 18px;
	font-weight: bold;
	padding-top: 55px;
	display:block;
	text-align: center;
}

p.big_text {
	font-size: 18px;
	font-weight: bold;
	padding-top:50px;
	padding-right: 15px;
}
p.big_text2{
	font-size: 18px;
	font-weight: bold;
	padding-top:20px;
	padding-right: 15px;
}
p.small_text {
	font-size: 12px;
}
a.small_text {
	font-size: 12px;
}

div#bl_error ul {
	margin: 15px 120px;
}
div#bl_error ul li {
	text-align: left;
	padding-left:30px;
	background:url(gfx/li/blue_arrow.gif) 20px center no-repeat;
	list-style:none;
	line-height: 18px;
}
div#bl_error ul li a {
	text-decoration: none;
	font-size: 12px;
}
div#bl_error ul li a:hover {
	text-decoration: underline;
}
div#bl_second {
	margin:auto;
	width:715px;
	margin-top: -55px;
}
div#bl_second ul {
	padding-left: 5px;
}
div#bl_second ul li {
	width:350px;
	height:207px;
	list-style:none;
	float:left;
}
*html div#bl_second ul li {
	width:270px;
}
div#bl_second ul li.can {
	background: url(gfx/modules/indispo_can.png) center top no-repeat;
}
div#bl_second ul li.emp{
	background: url(gfx/modules/indispo_emp.png) center top no-repeat;
}
div#bl_second ul li span {
	display:block;
	padding: 37px 0 0 25px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	text-decoration: none;
}
div#bl_second ul li ul {
	margin: 25px 40px;
}

div#bl_second ul li ul li {
	height:30px;
	text-align: left;
	padding-left:30px;
	background:url(gfx/li/blue_arrow.gif) 20px center no-repeat;
	list-style:none;
	line-height: 18px;
}

