 /* --- STYLES DE BASE --- */ 

/* Page */
html {
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4; 
  color: black;
  background: white;
}


/* Listes */
ul, ol {
  /*margin: .75em 0 .75em 24px;*/
  margin: 0em 0 0em 24px;
  padding: 0;
}

/* Paragraphes */
p {
  margin: .5em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
  margin: .75em 0;
  font-style: normal;
}

/* Liens */
a {
  text-decoration: underline;
}
a:link {
  color: #11C;
}
a:visited {
  color: #339;
}
a:hover, a:focus, a:active {
  color: #00F;
}

#rapide a{

  color:#ff622b;
}

/* Pas de bordure pointillée ou halo lors du clic sur un lien */
a:active {
  outline: none;
}
/* Pas de bordure autour des images dans les liens */
a img {
  border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/* Formulaires */
form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px 0; /* Rapproche le titre du texte. (5) */
  line-height: 1.2;
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: normal;
 /* font-family:Arial, Helvetica, sans-serif;*/
}
h1 {
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.2727em; /*25px;*/
	font-weight:normal;
	margin:0px;
	/*padding-top:4px;*/
	padding-top:7px;
	margin-bottom:10px;
}
#titre h1 {
	margin-bottom:18px;
}
h2 {
  font-size: 1.8181em; /*20px;*/
  font-weight:normal;
}
/*Correction du glitch du expand*/
div.plusmoins div.title {
	display: inline;
}

h3 {
  font-size: 1.5454em; /*17px;*/
  /*font-weight:normal;*/
}
h4, h5, h6, h7, h8, h9 {
  font-size: 1.1818em; /* 13px; */
  font-weight:normal;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3; 
}

div.title p{
	margin-right: -0.03cm; 
	margin-bottom: 0cm;
}

.align-center{
	text-align:center;
}

.align-left{
	text-align:left;
}

.align-right{
	text-align:right;
}


.align-justify{
	text-align:justify;
}

#zoneCentre table {
	border:none;
	border-collapse:collapse;
	width:100%;
}

#zoneCentre table td, #zoneCentre table th {
	padding:7px 10px 7px 10px;
	text-align:left;
}

#zoneCentre table thead {
	background:url(../images/img_header_table.jpg) repeat-x left bottom;
}

#zoneCentre table th {
	background:url(../images/img_table_sep.jpg) no-repeat left bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1818em; /*13px;*/
	font-weight:normal;
}

#zoneCentre table thead tr {
	background:url(../images/img_table_sep.jpg) no-repeat right bottom;
}

#zoneCentre table tbody tr {
	border-bottom:1px dashed #bdc7cf;
}

#contenuCentre ul li {
	list-style-image:url(../images/img_puce_trns.png);
}

ol li {
	margin-bottom:10px;
}

.hyperlienTitre {
	background:url(../images/img_puce_accueil-recherche.png) no-repeat left center;
	position:relative;
	top:-15px;
	padding-left: 10px !important; /*15px*/ 
	margin-bottom:0;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:8px;
	color:black!important;
}
.hyperlienTitre:hover {
	color:black!important;
}
.citationAccueil {
	font-family: Verdana;
	font-size: 16px;
	color: #666666;
	margin-bottom: 30px;
}