/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0; /* Remettre à zéro si nécessaire. */ 
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 

h1 { 
  margin: 10px;
} 

.itemblog {
	padding:8px;
	color:#3a4d69;	
	font-weight:bold;
	margin-bottom:10px;
	margin-left:8px;
	margin-right:8px;
	background-image:url(fondBlog.png)	
}

.itemblog a {
	color:#3a4d69;	
	font-weight:normal;
	text-decoration:none;
}

.captionBlog {
	float:left;margin-right:12px;
}

.captionText {
	text-align:center;
	font-weight:bold;
}
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
	font-size:13px;
	font-family:Lucida Sans Unicode;  
} 
a:link { 
  color: #345277; 
} 
a:visited { 
  color: #345277; 
} 
a:hover, a:focus, a:active { 
  color: #345277; 
} 
/* 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) */ 
}

/* Mise en forme simple pour les tableaux */ 
table { 
  margin: 0; 
  border: none;
  border-collapse: collapse;
  border-spacing: 0; 
} 
table td, table th { 
  padding: 0px;
  border: none;
  vertical-align: top; /* Valeur par défaut: "middle" */ 
} 


img, div, p {
	margin:0;padding:0;border:0;vertical-align:baseline;
}


body {
background-color:#F1F1F1;
white-space: nowrap;
font-family:Lucida Sans Unicode;
font-size:13px;
color:#2c2c2c;
}

h1 { 
  font-size: 42px; 
  color:#142032;
  font-family:georgia;
  letter-spacing:-0.5px;
} 
h2 { 
  font-size: 18px; 
  color:#345277;
  font-family:georgia;
  letter-spacing:-0.5px;
} 

.footerSuggestion a {
	color:white;
	font-size:12px;
	font-family:Lucida Sans Unicode;
}

.headermenu a {
	color:white;
	font-size:15px;
	font-family:Lucida Sans Unicode;
	text-decoration:none;
}

.bodyArticle {
	background-image:url(middle_body.png);
	width:616px;
	white-space:normal;
	padding:1px 12px 12px 12px;
	text-align: justify; 
}

.bodyArticle p, ul {
	margin-top:16px;
	margin-bottom:16px;
}
 
.bodyArticle li {
	margin-top:12px;
	margin-bottom:12px;
}
 
.bulletteFlecheVerte li {
	list-style-image: url(fleche_verte_v2.png); 
}

.zonnageTitre {
	color:blue;
	font-size:24px;
	font-family: "Times New Roman",Georgia,Serif;
	font-weight: bold;
}
.zonnageRegion {
	color:red;
	margin-left:25px;
	font-size:16px;
}
.zonnageVille {
	color:black; 
	margin-left:25px; 		
	font-size:14px;
	font-weight: normal;
}
