/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Divers */

.tableau, .tableau td
{
  height:22px;
  border-width:0.1pt;
  border-style:solid;
  border-color:#025997;
}

p
{
  margin-right:5px;
  line-height:1.5em;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Texte */

.texte-orange, .texte-orange *
{
  color:#F4A200;
}

.texte-rouge, .texte-rouge *
{
  color:#D24204;
}

.texte-bleu, .texte-bleu *
{
  color:#025997;
}

.texte-violet, .texte-violet *
{
  color:#CA01C8;
}

.texte-blanc, .texte-blanc *
{
  color:#FFFFFF;
  background-color:#025997;
}

.texte-gris, .texte-gris *
{
  color:#888888;
}

.texte-noir, .texte-noir *
{
  color:#000000;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Contenu */

.titre-chapitre
{
	color:#0058A6;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:5px;
}

.titre-page
{
	color:#F4A200;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
}

.titre-paragraphe
{
	color:#0058A6;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
  background-repeat: no-repeat;
  background-position:0 3;
}

ul
{
	margin-left: 10px;
}

li
{
  margin-left: 10px;
  margin-bottom:5px;
  list-style-position: outside;
}

#ancre
{
  text-decoration: none;
  color: black;
}

#ancre:hover
{
  color:#025997;
  text-decoration: underline
}

#ancre2
{
  text-decoration: none;
  font-weight:normal;
}

#ancre2:hover
{
  font-weight:bold;
}

#ancre3
{
  text-decoration: none;
  font-weight:normal;
  color:#025997;
}

#ancre3:hover
{
  text-decoration: underline
}

#ancre4
{
  text-decoration: underline
  font-weight:normal;
  color:#025997;
}

#ancre4:hover
{
  text-decoration: underline
}

.text-bleu-fond
{
	color:#0058A6; 
	font-family:verdana; 
	font-size:10pt; 
	font-weight:normal; font-style: normal; text-decoration: none; text-align: left; vertical-align: middle; border-style: none
; background-color: #F8F8F8
}.text-noir-fond { color:#000000; font-family:verdana; font-size:10pt; font-weight:normal; font-style: normal; text-decoration: none; text-align: left; vertical-align: middle; border-style: none ; background-color: #F8F8F8 }
.text-bleu-fond2 { color:#0058A6; font-family:verdana; font-size:8pt; font-weight:normal; font-style: normal; text-decoration: none; text-align: left; vertical-align: middle; border-style: none ; background-color: #F8F8F8 }
