/* ------- boxes --------- */
.boxes {
	line-height: 1.4em; /* bug d'IE */
	background: transparent url(../images/boxes/middle_box.png) 0 20px no-repeat;
	width:165px;
	color: #000;
}
.boxes h4 { font-size:13px;
	text-align:center;
	color:#fff;
	width:165px;
	height:18px;
	background:#015CA3; margin:0
}

.boxes img { border:none
}

.boxes p { text-align:right; margin: 6px 15px 0 0; font-size:12px; padding-bottom:10px
}

.boxes ul {
	padding: 0 0 7px 0;
	margin: 6px 6px 0 12px;
	list-style-type:none
}
.boxes li {
	display: block;
	line-height: 1.1em;
	padding: 1px 0 1px 0;
}
.boxes a {
	text-decoration: none;
	color: #004a70;
	padding: 0;
}
.boxes li a {
	display: block;
	background: transparent;
}
.boxes li a:hover, .boxes form a:hover, .boxes p a:hover {
	color: #000000;
	text-decoration: none; /*font-weight: bold;*/
}
.bottom_box {
	width:165px;
	height: 10px;
	border-top:1px solid #aaa
}

/* ------- search --------- */

#searchBox
{ margin: 0;
}

#searchBox input {
	width:120px;
}
#searchBox form {
	text-align: center;
	padding: 8px 0 6px 0px;
	margin: 0;
}
#searchBox p #keywords {
	float: none;
}
/* ------- information --------- */


#informationBox a {
	text-decoration:none;
	background: transparent url(../images/mini_bullet.png) 0 0px no-repeat;
	padding-left: 11px;
}
