


/*
body {
	 border: 0px;
    margin: 0px;
    padding: 5px;
    / *background-color: #D4E5FF;  bleu clair * /
    font-family: Verdana;
    font-size: 11px;
    background-image: url(../img/pagebackground.png);
    background-repeat: repeat-y;
    background-position:center;
    }
*/
/* page with a single block */
div#leftcontainercontent  div.box div.content {padding:1em;}
div#leftcontainercontent  div.box div.content ul {
margin:0;
padding-left:2em;
	}

div#leftcontainercontent  div.box div.content {
  background-image: url(http://assets.bdabd.net/public/legacy/Images/CadreBG.gif);
  background-repeat:repeat-y;
}
div#leftcontainercontent  div.box div.bottom {
  background-image: url(http://assets.bdabd.net/public/legacy/Images/CadreBas.gif);
  background-repeat:no-repeat;
  height:11px;
}


label, button {cursor:pointer;}
div.singlecolumncontentpage .top
{
	background-image:url(../img/layout/singlecolumn_top.png);
background-position:center bottom;
background-repeat:no-repeat;
height:26px;
width:749px;
}
div.singlecolumncontentpage .content {
	background-image:url(../img/layout/singlecolumn_content.png);
	background-repeat:repeat-y;
	width:749px;
	padding: 1em 0em;
}

div.singlecolumncontentpage .content .wrap{
	padding: 1em;
	}
div.singlecolumncontentpage .bottom {
	background-image:url(../img/layout/singlecolumn_bottom.png);
background-position:center top;
background-repeat:no-repeat;
height:50px;
width:749px;
}
table.grid {
	border-collapse:collapse;
	}
table.grid tbody.boldborders ,
table.grid tbody.boldborders td,
table.grid tbody.boldborders th{
	border: 2px #fff solid;
}


.textalignleft{
text-align:left;}

.textaligncenter{
text-align:center;}


a.popup, a.externallink{
background-image:url(../img/popuplink.png);
background-position:right center;
background-repeat:no-repeat;
padding-right:14px;
}
