.texteGPB {
    margin: 1.5em 0;
    border:1px solid #b3a6a6;
	color:#444;
	position:relative;
}
.texteGPB h3.titre{
    border-bottom :1px solid #b3a6a6;
    padding : 4px;
    color:#444;
    font-size:1.8em;
	font-style:bold;
	height:18px;
}
.texteGPB .texte {
    padding : 4px;
	overflow:hidden;
}
.texteGPB .texte ul {
    list-style-type : disc;
}
.texteGPB .texte ul,
.texteGPB .texte ol {
	margin-left:20px;
}
.texteGPB a {
	/*color:#556268;*/
    text-decoration:underline;
}
.texteGPB a:hover {
	/*color:#b3a6a6;*/
}

#gpb {position:relative;top:0px;}
#contenuGPB {width:100%;}
.texteGPB table, .texteGPB table td
{
	border-style : solid;
	border-color : #aaa;
	border-width : 1px;
	border-collapse:collapse;
	margin: 1.5em 0;
	padding: 4px;
	align:left
}      
