﻿

.DivTextRight
{
  clear:both;
  text-align:right;
  margin-top:20px;
  margin-bottom:0px;
  font-size: 0.85em;
}

p {
  margin: 20px;
}

.ImageGauche
{
  float:left;
  margin-right:15px;
  margin-bottom:20px;
  margin-left: 10px;
}

.ClearBoth
{
  clear:both;
}

.DivDroiteImg
{
  float:left;
}

.SousTitre 
{
  font-weight: bold;
}

.Tooltip {
  border-bottom: 1px dotted #000000;
  cursor: pointer;
}

.ui-widget-header {
  margin: 1em 0;
}
.ui-tooltip {
  max-width: 350px;
  background-color: white;
  padding: 5px;
  border: 5px solid black;
}
.ui-helper-hidden-accessible {
  display: none;
}