div.contenus.view h2 {
	background-color: #003772;
	color: white;
	padding-left: 37px;
	line-height: 28px;
	font-size: 20px;
	text-transform: uppercase;
}
/*TITRE PRINCIPAL*/
div.contenus.view.buroscope h2 {
	background: #003772 url('/img/theme/contenu/contenu_fleche_orange.png') no-repeat top left;
}
div.contenus.view.emploi h2 {
	background: #003772 url('/img/theme/contenu/contenu_fleche_green.png') no-repeat top left;
}
div.contenus.view.formation h2 {
	background: #003772 url('/img/theme/contenu/contenu_fleche_violet.jpg') no-repeat top left;
}
div.contenus.view.service h2 {
	background: #003772 url('/img/theme/contenu/contenu_fleche_blue.jpg') no-repeat top left;
}
/*TITRE DE RUBRIQUE*/
div.contenus.view h3 {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	margin-left: 8px;
	font-weight: bold;
}
div.contenus.view.buroscope h3 {
	color: #ff9906;
/*	theme orange*/
}
div.contenus.view.emploi h3 {
/*	theme vert*/
	color: #d2d83b;
}
div.contenus.view.formation h3 {
/*	theme violet*/
	color: #bb599a;
}
div.contenus.view.service h3 {
/*	theme bleue*/
	color: #003772;
}
div.contenus.view h4 {
	margin-left: 8px;
	font-weight: bold;
}
div.contenus.view p {
	margin-left: 8px;
}
div.contenus.view.formation p.puce {
	text-indent: 13px;
	background: transparent url('/img/theme/contenu/bullet_violet.gif') no-repeat top left;
}
div.contenus.view.buroscope p.puce {
	text-indent: 13px;
	background: transparent url('/img/theme/contenu/bullet_orange.gif') no-repeat top left;
}
div.contenus.view.emploi p.puce {
	text-indent: 13px;
	background: transparent url('/img/theme/contenu/bullet_green.gif') no-repeat top left;
}
div.contenus.view.service p.puce {
	text-indent: 13px;
	background: transparent url('/img/theme/contenu/bullet_blue.gif') no-repeat top left;
}
/*LISTE à PUCE*/
div.contenus.view ul {
	list-style: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	margin:0px 8px 16px;
	}
	div.contenus.view ul li {
		padding-left: 18px;
		font-size: 13px;
	}
	div.contenus.view.buroscope ul li {
		background: transparent url('/img/theme/contenu/bullet_orange.gif') no-repeat top left;
	}
	div.contenus.view.emploi ul li {
		background: transparent url('/img/theme/contenu/bullet_green.gif') no-repeat top left;
	}
	div.contenus.view.formation ul li {
		background: transparent url('/img/theme/contenu/bullet_violet.gif') no-repeat top left;
	}
	div.contenus.view.service ul li {
		background: transparent url('/img/theme/contenu/bullet_blue.gif') no-repeat top left;
	}
/*LIENS*/
div.contenus.view a {
	padding: 6px 9px 6px;
	color: white;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin-top: 1em;
}
div.contenus.view a:hover {
	text-decoration: underline;
}
div.contenus.view.buroscope a {
	background-color: #ff9906;
}
div.contenus.view.emploi a {
	background-color: #d2d83b;
}
div.contenus.view.formation a {
	background-color: #bb599a;
}
div.contenus.view.service a {
	background-color: #003772;
}