/* CSS Document */
.encadre rubrique {
	list-style-type: none;
	width: 200px;
	color: #C52C41;
	line-height: 20px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: 10px;
	left: 0px;
	background-color: #FFFFFF;
	border-top: thin solid #C52C41;
	border-bottom: thin solid #C52C41;
}

h1 {
	font-size: 14px;
	list-style-type: none;
	width: 80%;
	color: #C52C41;
	line-height: 20px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: 10px;
	left: 0px;
	background-color: #FFFFFF;
	border-top: thin solid #C52C41;
	border-bottom: thin solid #C52C41;
}
.rubrique {
	width: 200px;
	color: #C52C41;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top: thin solid #C52C41;
	border-bottom: thin solid #C52C41;

}

h2 {
	font-size: 18px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	font-weight: bold;
	color: #C52C41;
	margin-bottom: 0px;
	line-height: normal;
}
h3 {
	font-size: 14px;
	vertical-align: top;
	margin-left: 10px;
	font-weight: normal;
	margin-top: 0px;
}

.bord {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 10px;
}

.encadre a {
	color: #C52C41;
}

