@charset "UTF-8";


div.rubrique {
	padding: 0px;
	margin: 0px;
}

div.rubrique h1 {
	height: 23px;
	padding: 4px 0px 0px 8px;
	margin: 0px 0px 20px 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	background: url("../../images/client/titre_centre_basique_2.jpg") repeat-x;
}

div.rubrique h2 {
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgb(34, 66, 138);
}

div.rubrique h3 {
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: black;
}

div.rubrique p {
	padding: 10px 8px 10px 8px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: black;
}

