﻿.bbConteneur
{
	/* conteneur principal */
	position: relative;
	margin: 2.5em 0 0;
	padding: 0 0.4em 1em 0;
	background: url(../img/fonds/blocPage2.png) no-repeat top left !important;
	background: url(../img/fonds/blocPage2.gif) no-repeat top left;
	border: solid #eef;
	border-width: 0 1px 1px 0;
	width: 100%;
}



.bbConteneur h4 {
  position: relative;
  height: 19px;
  top: -19px;
  right: -0.5em;
}

.bbConteneur h2 {
  position: relative;
  height: 19px;
  top: -10px;
  left: -0.5em;
}










.bbConteneur h4 span {
  position: absolute;
  right: 0;
  height: 38px;
  padding: 0 1.5em 0 25px;
  background: url(../img/fonds/blocPageTitre.png) no-repeat top left !important;
  background: url(../img/fonds/blocPageTitre.gif) no-repeat top left;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 20px;
  color: white;
  font-weight: bold;
}

.bbConteneur h2 span 
{
	position: absolute;
	left: 0;
	height: 38px;
	padding: 0 1.5em 0 25px;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
}

.bbConteneur h4 span.bbTitreVert {
	/*background: url(../img/fonds/blocPageTitreE.png) no-repeat top left !important;
	background: url(../img/fonds/blocPageTitreE.gif) no-repeat top left;*/
	
	
	background: url(../img/fonds/blocPageTitreStd.png) no-repeat top left !important;/* modification au niveau de la couleur verte(onglet des titres des actualités)*/
	background: url(../img/fonds/blocPageTitreStd.gif) no-repeat top left;
	
}

.bbConteneur h4 span.bbTitreBleu {
	background: url(../img/fonds/blocPageTitreI.png) no-repeat top left !important;
	background: url(../img/fonds/blocPageTitreI.gif) no-repeat top left;
}

.bbConteneur h4 span.bbTitreOr {
	background: url(../img/fonds/blocPageTitreC.png) no-repeat top left !important;
	background: url(../img/fonds/blocPageTitreC.gif) no-repeat top left;
}

.bbTxt {
	/*width: 95%;*/
}

.bbTxt, .bbConteneur p {
	font-family:arial,sans-serif,helvetica;
	/*font-size:10pt;*/
	text-align:justify;
	display:block;
	
	color: #000;
	padding-left: 20px;
}

.bbTxt table {
	width: 100%;
	border: none;
}

.bbTxt td {
	vertical-align: top;
	text-align: justify;
}

.bbTxt td.img {
	text-align: center;
}

.bbTxt td ul 
{
	padding-left: 30px;
	list-style-image: url(../img/puces/flecheSimpleBordsRouges.gif);
}

.bbTxt td ul li
{
	color: #000;
	margin-bottom:5px;
	margin-left:10px;
}

.normal {
	text-decoration: none;
}

.bbLinkVert {
	color:#000099;/* #330099;*/    
	/*color:#4dac26 pour avoir une cohision avec les actualités des editeurs :#148dc9*/
	font-weight:normal;
	text-decoration:none;
	cursor:hand;
}

.bbLinkBleu {
	color: #148dc9;
	font-weight:normal;
	text-decoration:none;
	cursor:hand;
}

.bbLinkOrange {
	color:#f76b00;
	font-weight:normal;
	text-decoration:none;
	cursor:hand;
}

.bbLinkVert:hover, .bbLinkBleu:hover, .bbLinkOrange:hover {
	text-decoration:underline;
	cursor:auto;
}

.bbConteneur li {
  margin-bottom: 20px;
  list-style-type: circle;
}