div.jbBoxCenter
{
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
}
div.jbBox ul
{
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding-left: 10px;
}
div.jbBox ul li.disc a
{
	text-decoration: none;
	color: #000;
}
div.jbBox ul li.disc a:hover
{
	text-decoration: underline;
	color: #000;
}
div.jbBox ul li.chevron a
{
	text-decoration: none;
	color: #049;
}
div.jbBox ul li.chevron a:hover
{
	text-decoration: underline;
	color: #049;
}
div.jbBox ul li.disc
{
	background: url(../images/bulletb-puceb.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
div.jbBox ul li.chevron
{
	background: url(../images/redarrow-flecherouge.gif) no-repeat -1px 3px;
	margin-top: 1px;
	padding-left: 10px;
	padding-bottom: 10px;
}

div.JBColored
{
	background-color: #E1DCC9;
}
div.JBScript
{
	background-color: #E1DCC9;
	padding: 10px;
}
div.MarginLeft
{
	margin-left: 15px;
}
div.MarginTop
{
	margin-top: 2%;
}
div.center a:active{
	color: #990000;
}

div.center a:visited{
    color: #666633;
}
div.center a:hover
{
    COLOR: #990000;
}

.JobTitle
{
    COLOR: #666633;
}
.separation {
	margin-bottom: 1.4em;
}
.separationtop {
	margin-top: 1.4em;
}
.contenu {
	margin-left: 6px;
	background: #FCF6EB url(../images/ongletdegradebas.gif) repeat-x bottom left;
}
.retrait {
	margin-left: 3em;
}





/* Onglet (h1) */

/*\*//*/
div.onglet div div {display: inline-table;}		
div.onglet div div div {display: block;}
/* Hack: seulement IE_Mac voit la déclaration ci-dessus */

div.onglet {
	margin-bottom: 1.4em;
	width: 100%;
	background: white url(../images/ongletbas.gif) repeat-x bottom left;
	text-align: left;
}
div.onglet div {
	/* 1er div: coin de droite */
	width: 100%;
	background: transparent url(../images/ongletcoinsd2.gif) no-repeat bottom right;
}
div.onglet div div {
	/* 2e div: coin intérieur */
	width: 50%;
	padding-right: 7px;
	background: transparent url(../images/ongletcoinint.gif) no-repeat bottom right;
}
div.onglet div div div {
	/* 3e div: coin haut droite */
	display: block;
	float: right;
	padding: 0px;
	width: 8px;
	height: 31px;		/* ceci sert de simulation de "min-height" (voir plus bas) */
	background: #FC6 url(../images/ongletcoinsd.gif) no-repeat top right;
}
div.onglet h1 {
	font-size: 14px;
	color: #336;
	margin: 0px;
	border: none;
	padding: 2px 0px 2px 8px;
	background: #FC6 url(../images/ongletcoinsg.gif) no-repeat top left;
}
/* pour que le height du float fonctionne comme un min-height */
div.onglet>div>div:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}






/* Sous-Onglet (h2) */

/*\*//*/
div.songlet div {display: inline-table;}
div.songlet div div {display: block;}
/* Hack: seulement IE_Mac voit la déclaration ci-dessus */

div.songlet {
	position: relative;
	text-align: left;
	width: 100%;
	background: transparent url(../images/songletbas.gif) repeat-x bottom left;
	margin: 1.4em 0em;
}
div.songlet div {
	/* 1er div: coin intérieur */
	width: 50%;
	padding-right: 4px;
	background: transparent url(../images/songletcoinint.gif) no-repeat bottom right;
}
div.songlet div div {
	/* 2e div: coin haut droite */
	float: right;
	width: 4px;
	padding: 0px;
	height: 18px;		/* ceci sert de simulation de "min-height" (voir plus bas) */
	background: #009 url(../images/songletcoinsd.gif) no-repeat top right;
}
div.songlet h2 {
	margin: 0px;
	border: none;
	font-size: 14px;
	color: white;
	padding: 0px 0px 0px 4px;
	background: #009 url(../images/songletcoinsg.gif) no-repeat top left;
}
/* pour que le height du float fonctionne comme un min-height. */
div.songlet>div:after {
	content: "."; 
	display: block; 
	height: 0px;
	clear: both; 
	line-height: 0px;
	visibility: hidden;
}

div.banner-jb-eng {
	background-image: url(../images/JBBanner_en.jpg);
}
div.banner-jb-fra {
	background-image: url(../images/JBBanner_fr.jpg);
}




/* Onglet fermant */
.bonglet {
	margin-top: 1.4em;
	height: 15px;
	background: transparent url(../images/ongletcoinig.gif) no-repeat bottom left;
}
.bonglet div {
	height: 15px;
	background: transparent url(../images/ongletcoinid.gif) no-repeat bottom right;
}
