/* Définitions générales */

#citingGeneFrequency {
	background-color:#ffffe0;
	padding:8px;
	border-style: solid;border-width:3px;
	border-color:orange;
	width: 920px;
	font-size : 14px;
}

#infoGeneFrequency {
	width: 900px;
	text-align: justify;
	color: #000099;
	font-size: 14px;
}

/* Définition générales pour toute#citingimgt3d {
    background-color:#ffffe0;
    padding:8px;
    border-style: solid;border-width:3px;
    border-color:orange;
    width: 850px;
}
s les pages du site */

html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Tahoma, "Gill Sans", Arial, sans-serif;
    text-align: justify;
    background-color: #ffffff;
}

a:link {
    color: #006486;
}
a:active {
    color: #1d93b6;
}
a:visited {
    color: #4e5265;
}
a:hover {
    color: #64bfdb;
}

img {
    border-width: 0px;
}

#citingimgt3d {
    background-color:#ffffe0;
    padding:8px;
    border-style: solid;border-width:3px;
    border-color:orange;
    width: 500px;
}

#soustitrepage {
    padding: 1em 0em;
    font-weight: bold;
    color: #000099;
    font-size: 28px;
}

.FauxLien {
    cursor: pointer;
    display: inline;
    text-decoration: underline;
    color: #006486;
}

/* Foot */

#footer {
    clear:both;
    border-top: 1px solid #1A4861;
    font-size: 10px;
    padding-top: 5px;
}

#footer p {
    font-size: 10px;
}

#footer span {
    font-size: 9px;
}

#footer a:link {
    font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    text-decoration: underline;
    color: #000000;
    background-color: #FFFFFF;
}

#footer a:visited {
    font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    text-decoration: underline;
    background-color: #FFFFFF;
    color: #000080;
}

#footer a:hover, #footer a:active {
    font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    text-decoration: none;
    color: #800000 ;
    background-color: #FFFFFF;
}

#footer p.menu {
    font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    text-align: center;
}

#footer .cited {

    /*border: 1px solid #1A4861;*/
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #1A4861;
    border-bottom: 1px solid #1A4861;
}


#footer .logosFoot {
    position: relative;
    float: right;
}

#footer .vertical {
    vertical-align: middle;
}


/* Onglet */
.menu1 { /* boite qui contient le menu (les onglets) */
  border-bottom:solid 2px black ; /* crée le trait noir en-dessous des onglets */
  padding-top:12px; /* marge intérieure haute */
  padding-bottom:0px;
  width:400px} /* marge intérieure basse */

.onglet { /* style des onglets inactifs */
  margin:5px 5px 0px 20px ; /* marge extérieure */
  padding:11px 0px 0px 0px ; /* marge intérieure */
  font-size : 16px ; /* taille de la police des onglets */
  float:left ; /* boite en mode float, pour pouvoir en définir la largeur */
  width:100px ; /* largeur de la boite float */
  background : url(images/onglet.gif) bottom no-repeat ; /* image de fond de la boite float, calée en bas */
  text-decoration:none ; /* les lien dans les onglets ne sont pas soulignés */
  text-align:center} /* Le texte des onglets est centré */

a.onglet:hover {color:green} /* lors du survol d'un lien, la police devient verte */

.onglet-actif { /* style de l'onglet de la page active */
  position:relative ; /* l'onglet inactif est mis en position relative */
  top:2px ; /* pour pouvoir baisser l'onglet de 2 pixels */
  border-bottom : solid 0px white} /*on efface le trait inférieur du menu */

.spacer {clear:both} /* force le retour à la ligne après des boites float */

style.contenant
  {
  display : block;
  border: 1px solid #000000;
  }

