/*
STYLE DES CONTENUS
UTILISABLE DANS L'EDITEUR
*/

body, div, p, td, span, li {
  font-size:11px;
  font-family: arial;  
}

li {
  list-style-type:square;
  margin:0px;
  margin-bottom:3px;
}

h1 {
  font-size:15px;
  font-family: arial; 
  color: #2DA9DD;
  font-weight:bold; 
  padding:0px;
  margin:0px;
  margin-bottom:10px;
  text-transform:uppercase;
  border-bottom:1px solid #ddd;
  
}

h2,.h2 {
  font-size:12px;
  font-family: arial; 
  color: #2DA9DD;
  font-weight:bold; 
  padding:0px;
  margin:0px;
  margin-bottom:3px;
  text-transform:uppercase;
}

a {
  color: #086b92;
  text-decoration: none;
}
a:hover {
  color: #2eaadc;
  text-decoration: none;
}


.Contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	text-indent: 0;
}
.Soustitre {
	font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-family: arial; 
  color: #000000;
	text-decoration: none;
	font-weight: bold;
}

