/**
 * Plugin for Pluxml
 * @author	DPFPIC
 * Site : http://dpfpic.com
 * Licence GNU_GPL
 **/

#conteneur { 
text-align:left; }

#blocImg { 
margin:0 10px; /* espacement horizontal entre les blocs */
width:100px;
display:inline-block;
vertical-align:middle;
text-align:left; /* on rétablit l'alignement du texte */ }

#blocTxt { 
/*padding:10px; /* aération interne des blocs */
margin:10px 10px; /* espacement horizontal entre les blocs */
width:600px;
height:80px;
display:inline-block;
vertical-align:middle;
text-align:left; /* on rétablit l'alignement du texte */ }

.titlerdv {
margin-left:10px;
}

.rvh3 {
    font-size: 1rem;
    font-weight: bold;
	color: #2D88D2;
}

/* info bulle */
.tooltip
{
  position: relative;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip .infob
{
  visibility: hidden;
  position: absolute; 
  bottom: 30px;
  left: 50%;
  z-index: 999;
  width: 280px;
  margin-left: 10px;
  padding: 10px;
  border: 2px solid #ccc;
  opacity: .9;
  background-color: #ddd;                     
  -moz-border-radius: 4px;
  border-radius: 4px;  
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover .infob
{
  visibility: visible;
}

.tooltip .infob:before,
.tooltip .infob:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;  
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 0;  
}

.tooltip .infob:before
{
  border-top-color: #ccc;
  bottom: -8px;
}

/* Yellow */

.yellow-tooltip .infob
{

  border-color: #e1ca82;
  background-color: #ffeaa6;                     
}

.yellow-tooltip .infob:after
{ 
  border-top-color: #ffeaa6;
}

.yellow-tooltip .infob:before
{
  border-top-color: #e1ca82;
}

/* Grey */

.grey-tooltip .infob
{
  color: #fff;
  text-shadow: 0 1px 0 #000;  
  border-color: #161a1f;
  background-color: #1e2227;
}

.grey-tooltip .infob:after
{ 
  border-top-color: #1e2227;
}

.grey-tooltip .infob:before
{
  border-top-color: #161a1f;
}

/* Blue */

.blue-tooltip .infob 
{
  color: #fff;	
  border-color: #59add4;
  background-color: #61bde7;
}

.blue-tooltip .infob:after
{ 
  border-top-color: #61bde7;
}

.blue-tooltip .infob:before
{
  border-top-color: #59add4;
}

/* Pink */

.pink-tooltip .infob 
{
  color: #fff;
  border-color: #ce4378;
  background-color: #ea4c88;
}

.pink-tooltip .infob:after
{ 
  border-top-color: #ea4c88;
}

.pink-tooltip .infob:before
{
  border-top-color: #ce4378;
}


