/**
/*
/* Personnalisation du thème Purity III
/* pour JOOMLA 
/* 
/*
/*
/*
/*
/*

.navbar-default {
	background-color:#ADE3FD !important;
}

#Mod16{
	background-color:lightgray;
	
}
*/
.dropdown-menu{

  background-color:#ADE3FD !important;
  color: #000507 !important; 

}

.dropdown-menu > li > a {

 color : #020202 !important;

}

.t3-wrapper {
	/* background-color:#EEE8E8 !important; */
     background:#EEE8E8 !important;

}
.t3-mainnav{
   background-color: lightskyblue !important;
}

.logo-image > a > img {
    max-width: 100%;
    background-color: lightskyblue;
}

.module-inner {
  border: 1px skyblue inset;
  padding: 10px !important;
  

}
.dropdown-menu .divider {
  margin: 0;
  height: 10px;
  background-color: #347800;
}
.dropdown-menu > li {
  border-top: 1px solid #515151;
}