/* Box CSS Document */



.titre {
	font-size: 12px;
	font-weight: bold;
	background-color: #FAFAFA;
	color: #FF9900;
	vertical-align: middle;
}
.contentDr ul{
	list-style-type: disc;
	font-weight: bold;
	margin-top: 0px;
}
.titreDr ul{
	list-style-type: disc;
	font-weight: bold;
	margin-top: 10px;
}


.basDr {	background: url(../images-mere/imgs/box_bottom_280.jpg) no-repeat;
	height: 16px;
	width: 280px;
}
.titreDr {
	background: url(../images-mere/imgs/box_bg_280.jpg) repeat-y;
	text-align: left;
	padding: 10px 16px 16px;
	width: 248px;
	color: #000000;
	margin: 0px;
	overflow: auto;
	height: auto;
	background-color: #FAFAFA;
}
.contentDr {	background: url(../images-mere/imgs/box_bg_280.jpg) repeat-y;
	text-align: left;
	padding: 0px 16px 10px;
	width: 248px;
	color: #000000;
	margin: 0px;
	overflow: auto;
	height: auto;
	background-color: #FAFAFA;
}
.hautDr {
	padding: 0px 16px;
	margin: 0px;
	height: 18px;
	width: 248px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0096ff;
	background-image: url(../images-mere/imgs/box_top.jpg);
	background-repeat: no-repeat;
}
.newsblock {
	width: 280px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #0096ff;
}
.photo {
	width: auto;
	float: left;
	padding-right: 10px;
	padding-top: 0px;
}
.contentDr a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FAFAFA;
}
.contentDr a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FAFAFA;
}
.contentDr a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FAFAFA;
}
.leftPic {
	float: left;
	height: auto;
	width: auto;
	margin-top: 10px;
}
.rightPic {
	float: right;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
}
