﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none; 
/*     font: inherit; */
    margin: 0;
}
.titre{
  background-color: #F08080;
  padding: 10px;
    color: #ffffff;
    font-size: x-large;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
.soustitre{
    background-color: #FFFACD;
	background-image:url("../img/etoiles-gif.gif");
    padding: 10px;
    text-decoration: none;
	text-align: right;
}
a:link {color:#000000; background-color:transparent; text-decoration:none}
a:visited  {color:#000000; background-color:transparent; text-decoration:none}
a:hover {color:#ff0000; background-color:transparent; text-decoration:underline}
a:active {color:#ff0000; background-color:transparent; text-decoration:underline}

.explication {
    padding: 15px 20px 0;
    font-size: large;
    font-style: normal;
    font-weight: bold;
    color: #191970;
    text-decoration: none;
}
.question {
    font-size: medium;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	line-height: 150%;
    padding: 15px 20px 0;
}
.Pitch {
    font-size: small;
    font-style: italic;
	color: #CD5C5C;
}
.inputtext, .inputradio {
    padding: 10px 35px 0;
}
.labelinputtext{
    display: block;
    width: 150px;    
	float: left;
    font: inherit;
}
.tableau {
  border-width:0.5px; 
  border-style:solid; 
  border-color:#191970;
 }
 .ligneenetete {
  font-weight: bold;
  font-size: large;
  background-color: #dfdfdf;
  text-align: center;
 }
 .lignegrosentete {
  font-weight: bold;
  font-size: x-large;
  background-color: #dfdfdf;
  text-align: center;
 }
td { 
  border-width:0 0.5px 0.5px 0;
  border-style:solid; 
  border-color:#191970;
 }
 .lebouton{
  font-weight: bold;
  font-size: large;
  color: #191970;
  line-height: 150%;
 }
/*** tooltips pour le texte ***/
 a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  /* width: 600px; */
  color: #0B4F7C;
  background: #76B8E8;
  border: 2px solid #148EE5;
  /* height: 70px; */
  line-height: 35px;
  text-align: center;
  visibility: hidden;
  border-radius: 7px;
}
a.tooltips span:before {
  content: '';
  position: absolute;
  top: 17px; /*50%;*/
  right: 100%;
  margin-top: -12px;
  width: 0; height: 0;
  border-right: 12px solid #148EE5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 17px; /*50%;*/
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #76B8E8;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -17.5px;
  margin-left: 15px;
  z-index: 999;
}

/*** tooltip pour la photo ***/
a.tooltip_image {
  position: relative;
  display: inline;
}
a.tooltip_image span {
  position: absolute;
  width:204px;
  color: #0B4F7C;
  background: #fff;
  border: 2px solid #148EE5;
  height: 302px;
  line-height: 100px;
  text-align: center;
  visibility: hidden;
  border-radius: 7px;
  padding-top: 2px;
}
a.tooltip_image span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 0; height: 0;
  border-right: 12px solid #148EE5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
a.tooltip_image span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #76B8E8;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltip_image span {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -150px;
  margin-left: 15px;
  z-index: 999;
}
.tooltip span img {
  float:left;
  margin:5px;
}

/*** select-style pour les listes déroulantes ***/
 .select-style {
    border-right: 1px solid #333;
    width: 40px;
    border-radius: 0px;
    overflow: hidden;
    background: #F8F8F8 url("../img/Arrow-down.png") no-repeat 98% 50%;
}

.select-style select {
    padding: 2px 7px;
    width: 150%;
    /*border: none;*/
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

.nanaplu{
	text-decoration: line-through;
}