/* CSS content */

body {
	background-color: #fff;
}

.artIntro {
	font-size: 14px;
	color: #484D8B;
	background: url(../images/art_intro_sep.gif) center bottom no-repeat;
	padding: 0 0 20px 0;
}
.artIntro img {
	float: right;
	margin: -100px 0 0 0;
}
.accroche {
	font-size: 16px;
	font-weight: bold;
	color: #464B89;
	padding: 0;
	margin: 15px 0;
}
.subTitleBig {
	font-size: 16px;
	font-weight: bold;
	color: #464B89;
	background: url(../images/puce_sub_title.gif) left 7px no-repeat;
	padding: 10px 20px 7px 20px;
	margin: 25px 0 0 -20px;
}
	.subTitleBig span {
		font-size: 16px;
		font-weight: normal;
	}
.subTitle {
	font-size: 14px;
	font-weight: bold;
	color: #464B89;
	height: auto !important;
	height: 19px;
	min-height: 19px;
	background: url(../images/puce_sub_title.gif) left 0 no-repeat;
	padding: 8px 20px 11px 20px;
	margin: 15px 0 0 0;
}
	.subTitle span {
		font-size: 14px;
		font-weight: normal;
	}
.subTitle2 {
	font-size: 13px;
	font-weight: bold;
	color: #464B89;
	padding: 10px 20px 0px 0;
	margin: 25px 0 0 0;
}
	.subTitle2 span {
		font-size: 12px;
		font-weight: normal;
	}
.portrait {
	margin: 30px 0 0 0;
	color: #484D8B;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
	.portrait img {
		display: block;
	}
	.portrait p {
		padding: 0;
		margin: 8px 0 20px 0;
	}
.content-list {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0;
}
	.content-list td {
		border: 0;
		padding: 25px 0 0 0;
	}
		.content-list .subTitle  {
			padding-left: 15px;
			margin: -10px 0 0 0;
		}

.content-indente {
	padding-left: 20px;
}
	.content-indente .subTitle {
		margin-left: -20px;
	}

.rounded {
	border-collapse: collapse;
	border: 0;
	width: 595px;
	margin: 20px 0;
}
	.rounded td {
		border: 0;
		font-size: 10px;
		color: #464B88;
	}
	.rounded .rounded-top {
		padding: 0;
		background: url(../images/rounded_top.gif) center bottom no-repeat;
		height: 15px;
	}
	.rounded .rounded-bottom {
		padding: 0;
		background: url(../images/rounded_bottom.gif) center top no-repeat;
		height: 15px;
	}
	.rounded .rounded-content {
		background: #BF9FC0;
		padding: 0 20px;
	}
		.rounded table {
			border-collapse: collapse;
			border: 0;
		}
			.rounded table td {
				border: 0;
				padding: 0;
			}
				.rounded img {
					border: 0;
					padding: 0 20px 0 0;
				}
				.rounded h4 {
					display: inline;
					font-size: 12px;
					border-bottom: 1px solid #fff;
					padding: 0 0 2px 0;
				}

			.rounded table .img-float {
				width: 92px;
				vertical-align: top;
			}
				.rounded table .img-float img {
					position: absolute;
					margin: -22px 0 0 -42px;
				}

img.schema {
	width: 595px;
	margin: 10px 0;
	padding: 0;
}

.vert {
	color: #ADC80A;
}
.bleu {
	color: #454986 !important;
}
.blanc {
	color: #fff;
}
.txt11 {
	font-size: 11px;
}
.txt10 {
	font-size: 10px;
}
.gras {
	font-weight: bold;
}

.contentIntro {
	margin: 15px 0;
	font-size: 12px;
}

/*=============== Généric ===============*/
#main .content p {
	padding: 0;
	margin: 10px 0;
}
#main .content a {
	color: #464A87;
}
#main .content a:hover {
	text-decoration: none;
}

