/* ------------------------------------ *
 CSS
 6 août 2009 09:02:04
 HAPedit 3.1.11.111
 * ------------------------------------ */
h1 {margin-top: 0px; margin-bottom: 7px; color: #673456; font-size: 28px;} /* entête principale */
h2 {margin-top: 0px; margin-bottom: 0px; color: white; font-size: 20; background-color: #6da633;} /* entête du menu secondaire sur la gauche */
h3 {margin-top: 0px; margin-bottom: 2px; color: #673456; font-size: 20px;} /* entête secondaire rapprochée */
h4 {margin-top: 0px; margin-bottom: 5px; color: #673456; font-size: 20px;} /* entête secondaire */
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
a:link {color:#e9b200; font-weight: bold} /* unvisited link */
a:visited {color:#e9b200; font-weight: bold} /* visited link */
a:hover {font-weight: bold; color: #6ea633} /* mouse over link */
a:active {color:#e9b200; font-weight: bold} /* selected link */
ul {list-style: square}
#cleardiv {
    clear: both;
    margin-top: 0px; margin-bottom: 0px; height: 0px;}/* Pour ajouter un espace entre les articles */

/* Défnition pour la table 1 - Utilisé dans projet 13 */
.tbl1 {background-color: #f3fed8; font-family: arial; font-size: 18px}  /* Background de toute la table */
.tbl1 .rowlast  {background-color: #d0fb6f;} /*Background de la dernière rangée */

/* Définition pour la table 2 */
.tbl2 {background-color: beige; font-family: arial; font-size: 18px}  /*Background de toute la table */
.tbl2 .rowlast  {background-color: green;} /*Background de la dernière rangée */

/* Définition de tous les <div> qui contiennent les pages à afficher dans la page principale */
.accueil {
	text-align: justify;
	width: 739px;
	font-family: arial;
	font-size: 16px
}
.principal {
    TEXT-ALIGN: justify;  WIDTH: 743px; font-family: arial; font-size: 18px;
}
.principalgr {
    width: 743px; font-family: arial; font-size: 18; text-align: justify;
    }
.principalgr p {margin-top: 0px; margin-bottom: 8px;}
.secondaire {
    text-align: left; width: 194px; font-family: arial; font-size: 12px;
     }
.secondaire p {margin-bottom: 3px;}
/* Définition pour la table du formulaire d'inscription */
.frminscript td{
font-family: arial; font-size: 16px;
}

/* Définition pour les tables qui constituent la liste des maisons */
.tblmaisons {border: 0px; cellspacing: 0px; cellpadding: 3px; width: 500px; align: center;}
.tblmaisons td {
font-family: arial; font-size: 18px;
 }

 .tblnormal{}
 .tblnormal td {font-family: arial; font-size: 18px; text-align: justify;}
 .separateuraccueil {
	clear: both;
	height: 10px;
}


.filariane {
	font-size: 18px;
	color: #6da633;
	margin-bottom: 10px;
}
