div.gauche{


width: 350px;
float: left;
margin-left: 10px;
}

div.droite{

width: 350px;
float: right;
margin-left: 20px;

}

div .onglet {
font-size: 14px;
font-weight: bold;
padding: 0 0 0 30px;
margin: 15px 0 0 25px;
height: 26px;
display: block
}

.gauche div.qui .onglet {
color: #d01e2c;
margin: 30px 0 0 25px !important;
margin: 20px 0 0 25px;
background:  url(/images/puce-ronde-rouge.jpg) 0 0 no-repeat;
}

div.faits .onglet {
color: #438ac8;
margin: 25px 0 0 25px !important;
margin: 20px 0 0 25px;
background: url(/images/puce-ronde-bleue.jpg) 0 0 no-repeat;
}

div.metiers .onglet {
color: #f29400;
margin: 30px 0 0 25px !important;
margin: 20px 0 0 25px;
background: url(/images/puce-ronde-orange.jpg) 0 0 no-repeat;
}

div.projections .onglet {
color: #00a99d;
margin: 25px 0 0 25px !important;
margin: 20px 0 0 25px;
background: url(/images/puce-ronde-verte.jpg) 0 0 no-repeat;
}

div.rubrique6 .onglet {
color: #8fbd27;
margin: 25px 0 0 25px !important;
margin: 20px 0 0 25px;
background: url(/images/puce-ronde-verte-clair.jpg) 0 0 no-repeat;
}

.gauche div ul,
.droite div ul,
.gauche div ul li,
.droite div ul li {
margin: 0;
padding: 0;
}

.gauche div ul,
.droite div ul {
margin: 0 0 0 60px;
}

.gauche div ul ul,
.droite div ul ul {
margin: 0 0 0 20px;
}

.gauche div ul li,
.droite div ul li {
margin: 0 0 0 0;
padding	:0 0 0 15px;
color: #fff;
}

.gauche div ul li a,
.droite div ul li a {
	color: #000 !important;
}

.mentions #centre .qui ul li{background: url(/images/puce-carree-rouge.jpg) left 4px no-repeat;}
.mentions #centre .faits ul li{background: url(/images/puce-carree-bleue.jpg) left 4px no-repeat;}
.mentions #centre .projections ul li{background: url(/images/puce-carree-verte.jpg) left 4px no-repeat;}
.mentions #centre .metiers ul li{background: url(/images/puce-carree-orange.jpg) left 4px no-repeat;}
.mentions #centre .rubrique6 ul li{background: url(/images/puce-carree-verte-clair.jpg) left 4px no-repeat;}

.gauche div ul li ul li,
.droite div ul li ul li {
	color:#000 !important;	
	background: none !important;
	padding	:0 0 0 5px;
}



