/* CSS content */

body {
	background-color: #fff;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans serif;
	font-size: 12px;
	line-height: 110%;
}

.pageIntro {
	position: relative;
	height: auto !important;
	height: 261px;
	min-height: 261px;
	padding: 139px 17px 0 450px;
	background: url(../images/pageIntro_bg.jpg) no-repeat;
}
	.pageIntro .div-flash {
		position: absolute;
		width: 320px;
		height: 257px;
		top: 72px;
		left: 57px;
	}
	.pageIntro h3 {
		width: 193px;
		font-size: 17px;
		font-weight: normal;
		margin: 0;
		padding: 5px 20px;
		background: url(../images/sep_title_small.gif) center bottom no-repeat;
		line-height: 100%;
	}
	.pageIntro a {
		text-decoration: none;
	}
	.pageIntro a:hover {
		text-decoration: underline;
	}

.list-puce-vert {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
	.list-puce-vert li {
		list-style: none;
		margin: 15px 0;
		padding: 0 0 0 30px;
		background: url(../images/puce_arrow_vert.gif) 5px center no-repeat;
		line-height: 100%;
	}
.list-puce-bleu {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
	.list-puce-bleu li {
		list-style: none;
		margin: 15px 0;
		padding: 0 0 0 30px;
		background: url(../images/puce_arrow_bleu.gif) 5px center no-repeat;
		line-height: 100%;
	}
        .artContent h3 {
            color: #00B0EF;
            margin: 0;
            font-size: 13px;
            margin-bottom: 3px;
        }
