body {
	background-color: #efefef;
}
.boite_arrondie {
	position: relative;
	margin: 0;
	height: 15px;
	padding: 0px;
}

.gh {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./gh.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 15px;
}

.mh {
	background-image: url(./mh.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	height: 15px;
}

.dh {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(./dh.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 15px;
}

.contenu_boite {
	padding: 5px 15px 10px 10px;
	border-left: 1px solid #e4e4e4;
	background-image: url(./bdr.png);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #fff;
}
.gb {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(./gb.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 15px;
}

.mb {
	background-image: url(./mb.png);
	background-repeat: repeat-x;
	margin: 0;
	background-position: bottom;
	width: 100%;
	height: 15px;
}

.db {
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(./db.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 15px;
}

.marque {
    padding-bottom: 15px;
	padding-top:	15px;
	text-align: 	center;
	font-family: 	verdana;
	font-size:		18px;
	font-weight:	bold;
	color:			red;
}

a, a:hover
{
	font-family : Arial; 
	font-size: 16px; 
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family : Arial; 
	font-size: 16px; 
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

