body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bgdHaut.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #65775B;
	font-size: 25px;
	margin: 0px;
	padding: 25px 0px 10px;
}
a {
	color: #006600;
}
/*construction du canevas de la page*/#frame {
	margin: 0px auto;
	width: 800px;
	position: relative;
	background-image: url(images/bgdFrame.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#center {
	border-right: 1px solid #D5CEC1;
}
/*entête*/#header {
	background-image: url(images/Logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 209px;
}
#header h1 {
	font: normal 48px/38px Arial, Helvetica, sans-serif;
	color: #DE8E18;
	letter-spacing: -3px;
	width: 550px;
	position: relative;
	left: 192px;
	top: 30px;
	margin: 0px;
	padding: 0px;
}
/*navigation de l'entête*/#header ul {
	width: 221px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 157px;
	right: 0px;
}
#header li {
	display: inline;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
}
#header a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
#header a:hover {
	text-decoration: underline;
}
/* colonne de gauche*/#left {
	width: 182px;
	float: left;
}
#left ul {
	margin: 0px;
	padding: 0px;
}
#left li {
	list-style: none;
	display: inline;
}
#left a {
	background-color: #4FAA1F;
	display: block;
	padding: 8px 20px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin: 2px 0px;
}
#left a:hover {
	background-color: #65775B;
}
#left form {
	background-color: #4FAA1F;
	border-style: none;
	margin: 0px;
	padding: 0px 20px;
}
#left form input {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#left form p {
	background-color: #4FAA1F;
	margin: 0px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
}
/*titre des rubriques dans la navigation gauche*/.rubrik {
	color: #666666;
	padding: 10px 15px;
	margin: 0px;
	font: bold 20px Arial, Helvetica, sans-serif;
}
/*style du bouton activé dans la page sélectionnée*/#left a.navOn {
	background-color: #65775B;
}
/*style du bouton mis en évidence (orange) dans la page sélectionnée*/#left a.focus {
	background-color: #F19A19;
}
/*centre de la page*/#content {
	margin: 0px 40px 30px 220px;
}
/*pied de page*/#footer {
	clear: both;
	text-transform: uppercase;
	font-size: 15px;
	color: #D5732B;
	word-spacing: -1px;
	border-top: 1px solid #D5CFC1;
	margin: 0px;
	padding: 5px 0px 5px 200px;
	border-bottom: 1px solid #D5CFC1;
	text-align: center;

}
/*placer une image à droite du contenu texte*/
#coverpage{
	float: right;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 0px;
	width: 244px;
	text-align: center;
	font-size: 10px;

}

.linkcoverpage{
	font-size: 15px;
}
.droite {
	display: block;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
.mini {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: -1px;
	text-align: right;
	margin: 1px;
	padding: 0px;
}
/*classe à appliquer sur les textes en focus (paragraphe d'entrée de page par ex)*/.focusText {
	font-size: 14px;
	color: #DE8E18;
	font-weight: bold;
}
/*classe à appliquer sur les tableaux de listing des cabinets*/

table.listing {
    width: 90%;
    margin: auto;
}
/* cellules de tableau avec le style listing*/

.listing td {
        padding: 5px 50px 5px 10px;
        margin: 0 px;
        display: table-cell;
        border: 1px dotted #65775B;
        width: 50%;
        vertical-align: top;
}
.listing td a {
        text-decoration: none;
        background-image: url(images/flech.gif);
        background-repeat: no-repeat;
        background-position: 5px 5px;
        padding-left: 20px;
        display: block;
}

/*.listing td {
	padding: 5px 50px 5px 10px;
	margin: 0 px;
	display: table-cell;
	border: 1px dotted #65775B;
	width: 50%;
}
.listing td a {
	text-decoration: none;
	background-image: url(images/flech.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
*/
.listing td a:hover {
	text-decoration: underline;
}
/*ajout des drapeaux aux cellules pour spécifier la langue*/td.fr {
	background-image: url(images/2.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
td.en {
	background-image: url(images/3.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
td.nl {
	background-image: url(images/1.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
#content li {
	margin: 0px;
       list-style-type: none;
	border-bottom: 1px dotted #006600;
	font-size: 14px;
	padding: 4px;
	color: #336600;
       font-weight: bold;
}
#content .sousrub li {
	 list-style-image: url(images/flech.gif);
        margin: 0px;
        border-bottom: 1px  #006600;
        font-size: 14px;
        padding: 4px;
        color: #336600;
	 font-weight: normal;
}

#content .coverpage li {
        list-style-type: square;
        margin: 0px;
	 font-weight: normal;
        border-bottom: 0px  #006600;
        color: #000000;
}


p.select {
	text-align: center;
	margin-left: 30px;
	margin-right: 10px;
}


h2#Logo{
text-align:center;
}
#Logo{
	text-align: center;
}
.recon{
}
.rubriques{
color:#DE8E18;
font-weight:bold;
padding-top:7px;
margin-top:7px;
}
.rubriques2{
color:#DE8E18;
font-weight:bold;
padding-top:7px;
padding-bottom:4px;
margin-top:7px;
margin-bottom:0px;
}
.rubriquesGrandes{
color:#DE8E18;
font-weight:bold;
padding-top:7px;
padding-bottom:4px;
margin-top:7px;
margin-bottom:0px;
font-size:18px;
}



.consultants{
padding:0px;
margin:0px;

}
.text{
margin:0px;
padding:0px;
}
#lastupdate{
	color: #666666;
	text-align:center;
	font-size:1;
	padding:0px;
	margin:0px;

}
